Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@fuzeman fuzeman released this 05 Sep 22:55
· 7 commits to master since this release

Added

  • Interfaces
    • Plex['status'].sessions()
      • Support for Photo sessions
    • Plex['library'].metadata()
      • Support for Photo metadata objects
  • Methods
    • Season
      • rate(value)
  • Objects
    • Photo
    • PhotoAlbum
  • Properties
    • Clip
      • grandparent
      • parent
      • filename
      • device
    • Detail
      • allow_sharing
      • diagnostics
      • event_stream
      • hub_search
      • plugin_host
      • read_only_libraries
      • updater
      • owner_features
    • Episode
      • absolute_index
    • Metadata
      • title_sort_saved
      • content_rating
      • content_rating_age
      • rating
      • studio
      • tagline
      • year
      • deferred
      • created_at_accuracy
      • created_at_tzoffset
      • deleted_at
      • first_scan_added_at
      • originally_available_at
    • Playlist
      • rating_count
    • PlaylistItemContainer
      • rating_key
      • composite
      • playlist_type
    • Season
      • user_rating
    • Video
      • chapter_images_stale

Changed

  • Improved logging of property parsing errors
  • Properties
    • Stream
      • level type has been changed to string

Fixed

  • Exception would be raised with requests v2.11.0+ when no authentication token has been defined