Michael Shepanski
|
855067a60b
|
Update README.md
|
2016-10-30 17:22:20 -04:00 |
|
Michael Shepanski
|
18faed4b56
|
Update README.md
|
2016-10-30 17:21:52 -04:00 |
|
Michael Shepanski
|
40f9cf31db
|
Update README.md
|
2016-10-30 17:21:23 -04:00 |
|
Michael Shepanski
|
8465bf9e1b
|
Update README.md
|
2016-10-30 17:20:33 -04:00 |
|
Michael Shepanski
|
5057fce4b6
|
Update README.md
|
2016-10-30 17:16:57 -04:00 |
|
Chris Hamilton
|
bc44161f86
|
Adding PlexApiException as a base exception for all other python-plexapi exceptions.
|
2016-10-19 11:39:18 -04:00 |
|
logaritmisk
|
1cb35da6f1
|
Added Field tag to video.
|
2016-10-02 22:05:37 +02:00 |
|
Michael Shepanski
|
aa37f1b434
|
Merge pull request #66 from attzonko/master
Fixing typos/errors in examples
|
2016-09-30 09:46:53 -04:00 |
|
Alex Tzonkov
|
622228df4c
|
Update README.md
|
2016-09-29 22:15:13 -07:00 |
|
Alex Tzonkov
|
8f72cc3ac8
|
Update README.md
|
2016-09-29 22:02:13 -07:00 |
|
Michael Shepanski
|
db089156ac
|
Up version for pip
|
2016-07-07 23:39:48 -04:00 |
|
Michael Shepanski
|
06918c7ae0
|
Another photo test
|
2016-07-07 23:31:49 -04:00 |
|
Michael Shepanski
|
00f1b6c6ba
|
Working photo playlist test
|
2016-07-07 23:10:41 -04:00 |
|
Michael Shepanski
|
98671d7e79
|
Add missing section() function to Photo object; Work on showing photos on client (not working yet)
|
2016-07-07 22:41:11 -04:00 |
|
Michael Shepanski
|
322ac63130
|
Minor updates for release to pip
|
2016-05-23 22:13:26 -04:00 |
|
Michael Shepanski
|
3d28b5309e
|
Recently added is missing from LibrarySection #58
|
2016-05-23 21:41:02 -04:00 |
|
Michael Shepanski
|
0c8587ceac
|
Option to include paused content when requesting is media is playing.
|
2016-05-23 19:33:56 -04:00 |
|
Michael Shepanski
|
36b5d12a19
|
Add back missing index value from Show,Season,Episode; Make season numbers a bit easier to fetch
|
2016-05-19 23:42:06 -04:00 |
|
Michael Shepanski
|
5701af7ed4
|
Ability to play playlists
|
2016-04-13 22:36:12 -04:00 |
|
Michael Shepanski
|
ba9eab0229
|
Minor bugfixes
|
2016-04-12 23:52:47 -04:00 |
|
Michael Shepanski
|
e5fc43a85f
|
Fix thing I broke
|
2016-04-12 23:26:04 -04:00 |
|
Michael Shepanski
|
c75db1df10
|
Fix broken utils.searchType()
|
2016-04-12 22:55:45 -04:00 |
|
Michael Shepanski
|
78d8e3b0d9
|
Merge branch 'master' of github.com:mjs7231/python-plexapi
|
2016-04-12 22:47:54 -04:00 |
|
Michael Shepanski
|
1a679411dc
|
Ability to list all albums; Fix setting object values when not found (NA) and we know its the full object
|
2016-04-12 22:47:46 -04:00 |
|
Michael Shepanski
|
9a4e860d13
|
Update README.md
|
2016-04-12 09:41:48 -04:00 |
|
Michael Shepanski
|
748fc68406
|
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 |
|
Michael Shepanski
|
3138ad1087
|
Added playlist support
|
2016-04-10 23:49:23 -04:00 |
|
Michael Shepanski
|
09a7ae80db
|
Basic support for photos complete
|
2016-04-09 23:59:47 -04:00 |
|
Michael Shepanski
|
81e22147c0
|
Get examples working again; Add new examples most_streamed_titles and most_active_users
|
2016-04-07 22:48:45 -04:00 |
|
Michael Shepanski
|
80529a21c7
|
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 |
|
Michael Shepanski
|
610bf16ce3
|
Client control via proxy working; Re-enable control via proxy tests
|
2016-04-05 23:32:49 -04:00 |
|
Michael Shepanski
|
a30f9a73a5
|
Add comments
|
2016-04-05 22:30:18 -04:00 |
|
Michael Shepanski
|
50ac2f55e5
|
Create Playable object to put function specific to media that is playable like getStreamURL etc..
|
2016-04-03 23:55:29 -04:00 |
|
Michael Shepanski
|
e81f2506e9
|
Move _find function from PlexPartialObject to generic utility functions
|
2016-04-03 23:17:29 -04:00 |
|
Michael Shepanski
|
3889c49b30
|
Add new missing items to MyPlexAccount
|
2016-04-03 22:46:25 -04:00 |
|
Michael Shepanski
|
84a6999ed7
|
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 |
|
Michael Shepanski
|
7bb700d395
|
New test for client.timeline(); Fix bug in missing proper headers for timeline
|
2016-03-31 23:39:09 -04:00 |
|
Michael Shepanski
|
7bce1c4b32
|
Add note to library.search() that its basically not tested.
|
2016-03-31 18:39:08 -04:00 |
|
Michael Shepanski
|
d63339bd24
|
Cleanup search a bit; Get existing tests passing and add a few new search tests
|
2016-03-31 18:36:54 -04:00 |
|
Michael Shepanski
|
b10faf8560
|
Checkpoint: New implementation for search
|
2016-03-31 16:52:48 -04:00 |
|
Michael Shepanski
|
03469a7f55
|
Cleanup playback commands; Remove proxy tests, it needs a bit more expirimentation
|
2016-03-24 22:36:25 -04:00 |
|
Michael Shepanski
|
b277facf10
|
Revisit client code; Add more testing around clients; Still cant get playback working through server proxy, but it works directly
|
2016-03-24 02:20:08 -04:00 |
|
Michael Shepanski
|
e41e8676c3
|
Start a collection of useful URLs for leaning the api
|
2016-03-23 00:03:03 -04:00 |
|
Michael Shepanski
|
fbaa89933e
|
I missed deleting an old occurance of getStreamURL
|
2016-03-22 23:42:04 -04:00 |
|
Michael Shepanski
|
bcf01fdcdf
|
Move getStreamURL to PlexPartialObject; Remove duplicated code; Add getStreamURL tests (doesnt actualy test the stream works tho)
|
2016-03-22 23:38:06 -04:00 |
|
Michael Shepanski
|
a0cfaafb68
|
Initial cleanup of playlist support; getStreamURL not working; Needs tests
|
2016-03-21 23:52:58 -04:00 |
|
Michael Shepanski
|
3502f454ea
|
Merge branch 'havardgulldahl-playlist-support'
|
2016-03-21 23:20:16 -04:00 |
|
Michael Shepanski
|
5763db2c4d
|
Merge dev
|
2016-03-21 23:19:52 -04:00 |
|
Michael Shepanski
|
a999df8e94
|
Audio support complete; Added more audio tests; renamed is_watched to isWatched
|
2016-03-21 23:12:12 -04:00 |
|
Michael Shepanski
|
2a15d8fab9
|
Add missing rename
|
2016-03-21 00:58:59 -04:00 |
|