File python-PlexAPI.changes of Package python-PlexAPI
-------------------------------------------------------------------
Mon Mar 15 07:31:25 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 4.4.1
New Features
#674 - Add tagline attribute to show
#679 - Add support for the new Plex TV agent
#680 - Adds Movie and Artist advanced setting attributes
Bug Fixes
#678 - Fix season watched/unwatched
#692 - Handle missing key when PlayQueue passed to playMedia
Improvements
#673 - Update sharing doc strings
#676 - Add mixins and collection modules to documentation
-------------------------------------------------------------------
Thu Feb 4 07:45:38 UTC 2021 - Adrian Schröter <adrian@suse.de>
- update to version 4.3.1
Breaking Changes
Several media attribute and method changes (See #590 and #630)
Sorting when using LibrarySection.all('title:asc') now requires the sort keyword argument (e.g. LibrarySection.all(sort='title:asc')). (See #631)
MyPlexAccount.id now casted to int (See #636)
New Features
#651 - Add thumbUrl and artUrl properties to Collections
#597 - Add method to retrieve a PlayQueue
#601 - Add ability to browse and walk the Plex server system file directories
#604 - Add library update path parameter
#607 - Add ability to customize XML includes when reloading object
#619 - Add method to keep track of the parent PlexObject as children are built
#628 - Add support for the new Plex Movie agent
#629 - Added missing support for /transcode/sessions
#630 - Update media type attributes
#636 - Add Plex dashboard bandwidth and resources
Bug Fixes
#650 - Fix photo album key
#652 - Fix session param in tests
#584 - Cancel Invite Fix
#606 - Fix Collections stuck as partial object after reloading
#616 - Fix collection children
#626 - Clean up transcode image test
#641 - Fix onDeck handling of TV Shows
#642 - Fix related hubs
#643 - Fix server hub searches
Improvements
#634 - Use common session and increase Plex account timeout in tests
#653 - Fix sorting of resource connections
#535 - Playlist creation - check items are included, raise exception
#590 - Update to MediaPartStream and inheriting classes
#617 - Change LibrarySection collections method to plural and add playlists method
#631 - Update LibrarySection.all() for more filtering/sorting and faster results
#647 - Reduce log level of MyPlex resource connection attempts
-------------------------------------------------------------------
Wed Nov 4 12:57:06 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-PlexAPI 4.2.0