JonnyWong16
|
6f44933f5b
|
Clean up Extra object
|
2021-06-06 16:40:25 -07:00 |
|
JonnyWong16
|
8f2ad955ab
|
Merge branch 'master' into reviews_extras
|
2021-06-06 15:02:03 -07:00 |
|
JonnyWong16
|
90c1e4610b
|
Merge pull request #760 from JonnyWong16/bugfix/cleanup_findItems
Cleanup usage of base PlexObject methods
|
2021-06-06 14:59:59 -07:00 |
|
JonnyWong16
|
6448837112
|
Fix return typo in doc strings
|
2021-06-06 14:54:15 -07:00 |
|
JonnyWong16
|
7e8c93dcc7
|
Merge remote-tracking branch 'upstream/master' into bugfix/cleanup_findItems
|
2021-06-06 14:50:39 -07:00 |
|
JonnyWong16
|
fab55e1227
|
Merge branch 'master' into reviews_extras
|
2021-06-06 14:42:16 -07:00 |
|
JonnyWong16
|
f90698f69d
|
Merge pull request #764 from JonnyWong16/feature/rating_mixin
Add rating mixin
|
2021-06-06 14:32:57 -07:00 |
|
JonnyWong16
|
fb0b5517b6
|
Merge pull request #766 from JonnyWong16/bugfix/fix_tests
Fix show mixin image test
|
2021-06-06 14:27:43 -07:00 |
|
JonnyWong16
|
79fc578406
|
Fix createPlaylist and createCollection in sync tests
|
2021-06-06 14:19:57 -07:00 |
|
JonnyWong16
|
f39d9b78ad
|
Merge remote-tracking branch 'upstream/master' into bugfix/fix_tests
|
2021-06-06 14:18:26 -07:00 |
|
JonnyWong16
|
13215152c9
|
Explicit check for parent is not None
* Checking if parent is truthy calls the __len__ method which does not work for some Plex objects until after it is initialized with _loadData.
|
2021-06-06 13:51:59 -07:00 |
|
JonnyWong16
|
e965ebbbe6
|
Merge remote-tracking branch 'upstream/master' into feature/rating_mixin
|
2021-06-06 12:54:09 -07:00 |
|
JonnyWong16
|
ab7ed6dee6
|
Merge pull request #763 from JonnyWong16/feature/smart_playlists_collections
Fix smart playlists and add support for smart collections
|
2021-06-06 12:15:12 -07:00 |
|
JonnyWong16
|
eafdccaddc
|
Merge pull request #758 from JonnyWong16/feature/claim_server
Add method to claim and unclaim server
|
2021-06-06 12:14:46 -07:00 |
|
JonnyWong16
|
c31c5317b3
|
Update playlist tests for NotFound when removing or moving items
|
2021-06-02 09:27:35 -07:00 |
|
JonnyWong16
|
38114b62ba
|
Check item exists in playlist before removing or moving
|
2021-06-02 09:23:39 -07:00 |
|
blacktwin
|
056b5cf342
|
flag onlineMediaSources required to be authenticated
|
2021-05-31 09:56:37 -04:00 |
|
blacktwin
|
4a4a945653
|
Move section method from Clip to Extra
|
2021-05-31 09:50:21 -04:00 |
|
blacktwin
|
5013028344
|
SETTINGS url change and OPTOUT url creation
|
2021-05-31 09:46:46 -04:00 |
|
blacktwin
|
ca97c60dcb
|
replace eval with json.loads
|
2021-05-31 09:20:19 -04:00 |
|
JonnyWong16
|
dbd39abb65
|
pytest mark xfail show mixins image test
|
2021-05-30 18:31:31 -07:00 |
|
JonnyWong16
|
d48e1fe875
|
Fix bootstrap server show section progress
|
2021-05-30 18:31:25 -07:00 |
|
JonnyWong16
|
b269140943
|
Fix rating mixin tests
|
2021-05-30 16:22:54 -07:00 |
|
JonnyWong16
|
bd8cdb10b7
|
Update tests for ratings mixin
|
2021-05-30 15:49:45 -07:00 |
|
JonnyWong16
|
6e58f7f70e
|
Refactor lastRatedAt userRating attributes
|
2021-05-30 15:49:45 -07:00 |
|
JonnyWong16
|
06ff7410a6
|
Add rating mixin
|
2021-05-30 15:49:45 -07:00 |
|
Steffen Fredriksen
|
6e92be6a7a
|
Merge pull request #745 from JonnyWong16/bugfix/to_datetime
Limit datetime attributes to max 32-bit integer timestamp
|
2021-05-30 11:49:06 +02:00 |
|
JonnyWong16
|
4458977988
|
Improve test coverage
|
2021-05-29 19:26:31 -07:00 |
|
JonnyWong16
|
7800e892ae
|
Add Playlist attrs test
|
2021-05-29 19:00:59 -07:00 |
|
JonnyWong16
|
b2ecd2b7f9
|
Add AdvancedSettingsMixin to Collection
|
2021-05-29 18:48:31 -07:00 |
|
JonnyWong16
|
c84215df7a
|
Move _uriRoot() to PlexServer
|
2021-05-29 18:22:27 -07:00 |
|
JonnyWong16
|
6f2ef5c519
|
Fix collections and playlists tests
|
2021-05-29 18:05:42 -07:00 |
|
JonnyWong16
|
06da110203
|
Clean up doc strings
|
2021-05-29 17:58:55 -07:00 |
|
JonnyWong16
|
56abe38ef8
|
Add collection sync test
|
2021-05-29 16:57:43 -07:00 |
|
JonnyWong16
|
99ca6a5647
|
Add collection sync
|
2021-05-29 16:57:43 -07:00 |
|
JonnyWong16
|
40e4413dde
|
Update collection tests
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
ccc6091bb4
|
Fix collection length
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
04c25953fe
|
Fix collection and playlist edit for blank values
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
b19b469eb0
|
Update pytest fixtures
|
2021-05-29 16:57:42 -07:00 |
|
JonnyWong16
|
8cb2ea2f98
|
Update library collections and playlists tests
|
2021-05-29 16:57:41 -07:00 |
|
JonnyWong16
|
2cd29f435a
|
Add method to get a collection or playlist by title in a library
|
2021-05-29 16:57:41 -07:00 |
|
JonnyWong16
|
0512e9f38e
|
Add collection modification methods
|
2021-05-29 16:57:41 -07:00 |
|
JonnyWong16
|
95c1be28bc
|
Add PlexServer.createCollection() method
|
2021-05-29 16:57:41 -07:00 |
|
JonnyWong16
|
ef136a8c9c
|
Add create Collection class methods
|
2021-05-29 16:57:40 -07:00 |
|
JonnyWong16
|
65db8c33f6
|
Add library search limit test
|
2021-05-29 16:57:40 -07:00 |
|
JonnyWong16
|
94fb9783fe
|
Add limit to the playlist uri instead of query param
|
2021-05-29 16:57:40 -07:00 |
|
JonnyWong16
|
a435a5a9fa
|
Add limit to search filter
|
2021-05-29 16:57:40 -07:00 |
|
JonnyWong16
|
0ed9240909
|
Reorganize playlist dunder methods
|
2021-05-29 16:57:39 -07:00 |
|
JonnyWong16
|
8397ab2145
|
Add test for library create playlist
|
2021-05-29 16:57:39 -07:00 |
|
JonnyWong16
|
7d90fd60e8
|
Add library alias to create playlist
|
2021-05-29 16:57:39 -07:00 |
|