python-plexapi/plexapi
Michael Shepanski ff62e38910 Merge pull request #67 from logaritmisk/add-fields
Added Field tag to Video.
2016-11-03 23:21:37 -04:00
..
__init__.py Up version for pip 2016-07-07 23:39:48 -04:00
audio.py Cleanup playlist support; Fix UUID on URLs; Better method to store listTypes; Cache section IDs in library 2016-04-11 22:43:21 -04:00
client.py Option to include paused content when requesting is media is playing. 2016-05-23 19:33:56 -04:00
compat.py Checkpoint: Adding Audio support; Cleanup attribute definitions to only include what the Plex objects actually include. 2016-03-21 00:26:02 -04:00
config.py Ability to directly create a PlexClient object (without needing a PlexServer object); Cleaned up MyPlex code; Removed duplicated Client navigation code from myplex (everything uses PlexClient now) 2016-04-02 02:19:32 -04:00
exceptions.py Adding PlexApiException as a base exception for all other python-plexapi exceptions. 2016-10-19 11:39:18 -04:00
library.py Recently added is missing from LibrarySection #58 2016-05-23 21:41:02 -04:00
media.py Added Field tag to video. 2016-10-02 22:05:37 +02:00
myplex.py Rename MyPlexUser to MyPlexAccount; Add support for real MyPlexUsers; Add api for history; New tests for sessions() and history() 2016-04-07 01:39:04 -04:00
photo.py Add missing section() function to Photo object; Work on showing photos on client (not working yet) 2016-07-07 22:41:11 -04:00
playlist.py Minor bugfixes 2016-04-12 23:52:47 -04:00
playqueue.py Ability to play playlists 2016-04-13 22:36:12 -04:00
server.py Cleanup playlist support; Fix UUID on URLs; Better method to store listTypes; Cache section IDs in library 2016-04-11 22:43:21 -04:00
sync.py Ability to directly create a PlexClient object (without needing a PlexServer object); Cleaned up MyPlex code; Removed duplicated Client navigation code from myplex (everything uses PlexClient now) 2016-04-02 02:19:32 -04:00
utils.py Fix thing I broke 2016-04-12 23:26:04 -04:00
video.py Added Field tag to video. 2016-10-02 22:05:37 +02:00