Releases: fuzeman/plex.py
Releases · fuzeman/plex.py
0.9.0
Added
- Interfaces
Plex['status'].sessions()- Support for
Photosessions
- Support for
Plex['library'].metadata()- Support for
Photometadata objects
- Support for
- Methods
Seasonrate(value)
- Objects
PhotoPhotoAlbum
- Properties
Clipgrandparentparentfilenamedevice
Detailallow_sharingdiagnosticsevent_streamhub_searchplugin_hostread_only_librariesupdaterowner_features
Episodeabsolute_index
Metadatatitle_sort_savedcontent_ratingcontent_rating_ageratingstudiotaglineyeardeferredcreated_at_accuracycreated_at_tzoffsetdeleted_atfirst_scan_added_atoriginally_available_at
Playlistrating_count
PlaylistItemContainerrating_keycompositeplaylist_type
Seasonuser_rating
Videochapter_images_stale
Changed
- Improved logging of property parsing errors
- Properties
Streamleveltype has been changed to string
Fixed
- Exception would be raised with requests v2.11.0+ when no authentication token has been defined
0.8.0
Added
- Interfaces
Plex['playlists']Plex['playlists/*/items']
- Methods
Containerfirst()
Plex['library/metadata']update()
- Objects
PlaylistPlaylistItemContainer
- Properties
Detailallow_media_deletionbackground_processingcompanion_proxy
Episodeplaylist_item_id
MediaContainerleaf_count_addedleaf_count_requested
Metadataaudience_ratingaudience_rating_imagerating_countrating_imagesource_iconurl
Movieplaylist_item_id
Streamlanguagelanguage_code
Trackchapter_sourceplaylist_item_idratinguser_ratingyear
TranscoderDetaillyricsphotosubtitlesvideo_remux_only
0.7.0
Added
- Support for client headers (
Configuration.client(),Configuration.device()andConfiguration.platform()) - Support for custom headers (
Configuration.headers()) - Descriptors:
Clip - Interfaces:
Plex[':/plugins/<id>/prefs'],Plex[':/timeline'] Detail- Properties:allow_camera_upload,allow_channel_access,allow_sync,certificateTrack- Properties:view_countPlex['library']- Methods:unscrobble()
Changed
- Flatten titles in the
SectionContainer.filter()method
Fixed
- Bug in the
to_iterable()helper method - Boolean properties in the
Detaildescriptor
0.6.4
Changes
- Implemented some missing properties in
EpisodeandDetailobjects - Catch XML parsing errors and display error messages for debugging purposes
- Use
etree.HTMLParser(if available) - Added missing "artist" object in [/library]
metadata()map
Fixed
- Catch empty response in [:/prefs]
get()method - Thread synchronization issue with
HttpClientconfiguration