JonnyWong16
|
2af15e2d73
|
Add method to update smart playlist filters
|
2021-05-29 16:57:38 -07:00 |
|
JonnyWong16
|
4c9964db1b
|
Add method to retrieve playlist section
|
2021-05-29 16:57:37 -07:00 |
|
JonnyWong16
|
3edec52e2e
|
Update playlist add, remove, move, and edit methods
|
2021-05-29 16:57:37 -07:00 |
|
JonnyWong16
|
be2293ad30
|
Update playlist attributes for smart playlists
|
2021-05-29 16:57:37 -07:00 |
|
JonnyWong16
|
a131482cdc
|
Update creating smart playlist using search filters
|
2021-05-29 16:57:36 -07:00 |
|
JonnyWong16
|
ada326bca1
|
Add recently added methods for each libtype
|
2021-05-23 21:15:18 -07:00 |
|
JonnyWong16
|
c76b2d4027
|
Merge remote-tracking branch 'upstream/master' into feature/multi_sort
|
2021-05-23 20:39:08 -07:00 |
|
JonnyWong16
|
a9597a9008
|
Merge remote-tracking branch 'upstream/master' into feature/plex_tv
|
2021-05-23 19:12:38 -07:00 |
|
JonnyWong16
|
0f680233ab
|
Merge pull request #749 from JonnyWong16/feature/switch_user
Add method to switch users for a PlexServer instance
|
2021-05-23 19:03:27 -07:00 |
|
JonnyWong16
|
c4522d9c6b
|
Merge pull request #746 from JonnyWong16/feature/properties
Add episodeNumber, trackNumber, and hasPreviewThumbnails helper properties
|
2021-05-23 19:02:20 -07:00 |
|
JonnyWong16
|
8c2b3ce063
|
Merge pull request #741 from JonnyWong16/feature/tag_items
Add ability to retrieve a list of items and collection object from media tags
|
2021-05-23 19:01:07 -07:00 |
|
JonnyWong16
|
893a992855
|
Merge pull request #739 from Alindil/patch-2
Add method to return a list of all optimized items
|
2021-05-23 19:00:25 -07:00 |
|
JonnyWong16
|
b9a9abb129
|
Add manual collection sorts and fields
|
2021-05-20 20:12:57 -07:00 |
|
JonnyWong16
|
7b8757419b
|
Update search doc strings fro advanced filters
|
2021-05-16 13:26:41 -07:00 |
|
JonnyWong16
|
900dd3e7b9
|
Add support for advanced search filters
|
2021-05-16 13:26:21 -07:00 |
|
JonnyWong16
|
89e6d2d6f3
|
Fix matching sort key
|
2021-05-16 11:30:03 -07:00 |
|
JonnyWong16
|
814efb1def
|
Fix matching field when validating filter field
|
2021-05-15 23:12:19 -07:00 |
|
JonnyWong16
|
7146587b0d
|
Add additional filter fields per media type
|
2021-05-15 22:40:29 -07:00 |
|
JonnyWong16
|
28f0585a97
|
Update doc string for track originalTitle
|
2021-05-15 22:39:26 -07:00 |
|
JonnyWong16
|
d6cd71c971
|
Add lastRatedAt to Audio and Video
|
2021-05-15 22:38:35 -07:00 |
|
JonnyWong16
|
3d20f307f4
|
Add additional manual sorts and fields
|
2021-05-15 18:09:52 -07:00 |
|
JonnyWong16
|
0b45e88d41
|
Allow predefined Plex multi-sorts
|
2021-05-15 16:04:05 -07:00 |
|
JonnyWong16
|
4f29eca311
|
Fix default random sort direction
|
2021-05-15 11:34:33 -07:00 |
|
JonnyWong16
|
6d4e7bed95
|
Add random sorting option
|
2021-05-15 11:25:42 -07:00 |
|
JonnyWong16
|
2af4f6d3eb
|
Allow for multi-sort in library search
|
2021-05-15 11:09:32 -07:00 |
|
Alindil
|
17daa1be72
|
Revert "Update server.py"
This reverts commit 73deabd97f .
|
2021-05-14 16:30:39 -07:00 |
|
JonnyWong16
|
3af971d1ae
|
Add Optimized.items() method
|
2021-05-14 16:29:12 -07:00 |
|
JonnyWong16
|
43822fd42c
|
Deprecate PlexServer.optimizedItem
|
2021-05-14 16:28:59 -07:00 |
|
JonnyWong16
|
1fcd7aa31a
|
Update Playlist.copyToUser with switchUser
|
2021-05-11 17:10:39 -07:00 |
|
JonnyWong16
|
35729a3a0a
|
Add optional session and timeout to switchUser
|
2021-05-11 17:03:16 -07:00 |
|
JonnyWong16
|
b0a9fb7ebe
|
Fix switchUser keyword arguments
|
2021-05-11 16:50:30 -07:00 |
|
JonnyWong16
|
a40063630d
|
Add method to switch users for a PlexServer
|
2021-05-11 16:38:50 -07:00 |
|
JonnyWong16
|
5e7a5e572c
|
Add hasPreviewThumbnails properties
|
2021-05-10 18:06:50 -07:00 |
|
JonnyWong16
|
12701ab997
|
Add trackNumber propery
|
2021-05-10 17:56:51 -07:00 |
|
JonnyWong16
|
b27e12c5d9
|
Add episodeNumber property
|
2021-05-10 17:56:06 -07:00 |
|
JonnyWong16
|
64f647e12b
|
Add addition season and episode attributes
* Season.parentStudio
* Season.year
* Episode.parentYear
|
2021-05-09 21:28:17 -07:00 |
|
JonnyWong16
|
006aee2483
|
Fix typo in library show agent doc string
|
2021-05-09 21:18:54 -07:00 |
|
JonnyWong16
|
75c8b9879b
|
Add ability to return the list of items from any tag filter
|
2021-05-09 20:03:12 -07:00 |
|
JonnyWong16
|
158c5f5633
|
Merge pull request #730 from JonnyWong16/bugfix/episode_tests
Fix retrieving Season.episode() by episode number
|
2021-05-09 19:44:52 -07:00 |
|
JonnyWong16
|
ecd9309383
|
Merge pull request #729 from JonnyWong16/feature/smart_collections
Add new collection attributes
|
2021-05-09 19:44:27 -07:00 |
|
JonnyWong16
|
0117a84086
|
Merge pull request #725 from meisnate12/bugfix/ShowSpecialsSeason
Fix retrieving specials (season 0) for tv shows
|
2021-05-09 19:43:12 -07:00 |
|
JonnyWong16
|
a82030aaa9
|
Merge pull request #722 from meisnate12/bugfix/library_advance_settings
Fix editing advanced settings without integer values
|
2021-05-09 19:42:12 -07:00 |
|
JonnyWong16
|
246ad82f86
|
Add CollectionMixin to Season, Episode, and Track
|
2021-05-09 12:24:55 -07:00 |
|
Alindil
|
73deabd97f
|
Update server.py
There can be several videos in an optimization. In the current code we only loop on one
|
2021-05-06 15:28:05 +02:00 |
|
JonnyWong16
|
c6c9d83bca
|
Fix getting Season.episode by episode number
|
2021-04-24 11:49:36 -07:00 |
|
JonnyWong16
|
276a4f3b59
|
Add new collection attributes
|
2021-04-23 13:45:24 -07:00 |
|
Elan Ruusamäe
|
aa8838ce7d
|
Fix spelling error for container_start value check (#727)
|
2021-04-18 22:05:19 -05:00 |
|
meisnate12
|
c957c4fc98
|
exclude leaves from show seasons
|
2021-04-14 11:43:21 -04:00 |
|
meisnate12
|
b9bf8eeabc
|
updated AdvancedSettingsMixin
|
2021-04-06 23:44:28 -04:00 |
|
meisnate12
|
a999778f52
|
removed redundant value
|
2021-04-06 23:43:42 -04:00 |
|