blacktwin
d5f9004e7b
Merge branch 'master' into library_hubs
2020-09-28 08:13:59 -04:00
jjlawren
737401be0e
Bump to 4.1.1 release ( #574 )
2020-09-21 16:17:47 -05:00
jjlawren
860ad7bc3e
Add Library timeline support ( #573 )
...
* Add Library timeline support
* Retry intentional failure with different canary test
* Temporarily disable activities tests
* Set tests for normal runs
* Add tests to validate library timeline attributes
2020-09-21 16:06:14 -05:00
jjlawren
8410d81520
Add 'activities' endpoint support ( #569 )
...
* Add /activities endpoint support
* Fix typos, return a list instead of iterator
* Canary test to validate CI behavior
* Increase timer of canary test to ensure proper run
* Move test to front of run, provide auth and anon versions
* Fix typo
2020-09-16 18:16:01 -05:00
jjlawren
fb82bc402b
Playqueue improvements ( #563 )
...
* Allow creating PlayQueues with multiple items, appending items
* Fix single-item playqueues, fix 'next', fix docstrings, run black
* Docstring updates
* More documentation fixes
* Allow removing items from a PlayQueue
* Use f-strings for readability
* Add ability to move items within the PlayQueue
* Cast attributes to proper types, update docs
* Format with black
* flake8 and sphinx fixes
* Reformat with black
* Update __contains__ to accept media objects
* Operate using media items, use methods similar to playlists
* Rename parameter to better match behavior
* Help users by automatically finding appropriate playQueueItemID values
* Add refresh method, auto-refresh before modifying playqueues
* Reformat with black
* Add TAG and TYPE to PlayQueue objects
* Review comments, add playQueueSelectedMetadataItemKey for Chromecast convenience
* Allow setting the playback start point in the PlayQueue
* Add tests, simplify size check
* Use camel case for helper function
* Add a helper to provide the selected item media object
2020-09-11 16:23:27 -05:00
blacktwin
58a432f176
flake fix
2020-09-09 15:25:38 -04:00
blacktwin
c6f60d231c
flake fix
2020-09-09 15:25:07 -04:00
Kyle Zimmerman
ad8fd58c66
Add optional continuous arg to PlayQueue.create() ( #561 )
2020-09-05 23:33:32 -05:00
jjlawren
f0afbc6922
Bump to 4.1.0 release ( #556 )
...
Change log: https://github.com/pkkid/python-plexapi/compare/4.0.0...79e99af
2020-08-20 11:01:53 -05:00
jjlawren
5b7d48fc26
Improve clips handling ( #541 )
...
* Improve clips handling
* Remove year, add extraType
* Don't bother refreshing for missing attribute
* Update with attributes found in payload
* Update docstrings for clips
2020-08-20 10:08:47 -05:00
jjlawren
fe27d7644f
Add iterator for Playlist objects ( #549 )
2020-08-11 12:11:53 -05:00
Steffen Fredriksen
d73cec3b7d
Fix some flake issues ( #540 )
2020-08-07 15:34:57 -05:00
jjlawren
dbc5adc744
Fix datetime import error in utils.py ( #545 )
2020-08-07 15:31:54 -05:00
jjlawren
eaff00d728
Fix Album iterator ( #544 )
2020-08-07 12:47:26 -05:00
blacktwin
7d97834b03
Merge branch 'master' into library_hubs
2020-08-02 23:44:11 -04:00
Steffen Fredriksen
07674a2c65
Merge pull request #512 from pkkid/optimize_update
...
Video optimize update
2020-08-02 16:11:05 +02:00
Steffen Fredriksen
5299282599
Merge pull request #509 from pkkid/adding_fields
...
Add fields to most objects
2020-08-02 16:09:33 +02:00
blacktwin
614108fb63
create allSubfolders method for library.Folder class
2020-07-30 10:33:58 -04:00
blacktwin
252d7e05a8
update video.Video.optimize method to use new library.LibrarySection._locations method
2020-07-24 14:11:01 -04:00
blacktwin
3c0fa04a12
create _locations method in library.LibrarySection to return the librar.Location objects
2020-07-24 14:09:58 -04:00
blacktwin
142448b4c8
return library.LibrarySection.locations to previous listAttrs that returns a str
2020-07-24 14:09:13 -04:00
Steffen Fredriksen
6573b8b562
Merge pull request #531 from tdorsey/patch-2
...
chore(utils): fix typo
2020-07-24 12:01:35 +02:00
tdorsey
7c346f9917
chore(utils): fix typo
2020-07-18 08:45:41 -04:00
blacktwin
83c4e64ed6
add library.Collection._preferences() method
2020-07-02 14:40:28 -04:00
blacktwin
2112f778db
create library.folders method
2020-07-02 01:33:36 -04:00
blacktwin
a5b5438122
create library.Folder class
2020-07-02 01:33:18 -04:00
blacktwin
f079f7d061
library.FirstCharacter docstring
2020-07-02 00:43:21 -04:00
blacktwin
5c3695d223
library.FieldType docstring
2020-07-02 00:42:51 -04:00
blacktwin
6cad8c1eb0
library.Operator docstring
2020-07-02 00:42:28 -04:00
blacktwin
8aa492f195
library.FilterField docstring
2020-07-02 00:40:51 -04:00
blacktwin
bf5d8b8ba3
library.Sort docstring
2020-07-02 00:40:12 -04:00
blacktwin
1e58e9c5fd
library.Field class rename to FilterField
...
update library.LibrarySection.filterFields() usage
2020-07-02 00:39:34 -04:00
blacktwin
8eadcb28aa
library.LibrarySection.filterFields() docstring
2020-07-02 00:37:50 -04:00
blacktwin
257b7ae61e
library.LibrarySection._sorts() docstring
2020-07-02 00:36:46 -04:00
blacktwin
23e641eaa3
change if to check both conditions at the same time.
...
thanks @hellowlol
2020-07-01 22:28:25 -04:00
blacktwin
ea6538f596
removal of all ALLOWED_FILTERS, ALLOWED_SORT, BOOLEAN_FILTERS instances and docstring references.
2020-06-30 09:39:16 -04:00
blacktwin
14c122c87b
update library.LibrarySection._cleanSearchSort method to pull sort keys from LibrarySection._sorts() instead of using hardcoded ALLOWED_SORT.
2020-06-30 09:33:53 -04:00
blacktwin
a665d6f3ee
update library.LibrarySection._cleanSearchFilter method to pull categories from LibrarySection.filterFields() instead of using hardcoded ALLOWED_FILTERS or BOOLEAN_FILTERS.
2020-06-30 09:32:58 -04:00
blacktwin
9ec2399b21
add filterFields method to library.LibrarySection
2020-06-30 09:24:12 -04:00
blacktwin
9936ee553d
create Field, Operator, and FieldType classes
2020-06-30 09:23:18 -04:00
blacktwin
d0943a369e
add firstCharacterKey attribute to library.Sort class
2020-06-30 09:21:44 -04:00
blacktwin
4a49ca97b0
add _sorts method
2020-06-30 09:19:53 -04:00
blacktwin
e5d79c7518
add Sort class
2020-06-30 09:06:26 -04:00
blacktwin
c1cef679cc
add firstCharacter method to library.LibrarySection
2020-06-30 09:00:50 -04:00
blacktwin
847d21f79d
add FirstCharacter class
2020-06-30 08:59:30 -04:00
Jason Lawrence
4c8fef144e
Fix ElementTree warnings
2020-06-29 17:31:05 -05:00
blacktwin
3746b4ecb5
removal of registerPlexObject as the only usage calls this class directly.
2020-06-29 13:39:48 -04:00
blacktwin
6829bb2759
add _filter method to library.LibrarySection
...
referencing #209
2020-06-22 15:44:48 -04:00
blacktwin
ea88be39a0
add Filter class to library
...
referencing #209
2020-06-22 15:44:46 -04:00
blacktwin
c988f393a7
library.Station docstring update.
2020-06-22 15:27:45 -04:00