Michael Shepanski
|
de69ace19f
|
Go over documentation a bit more; This will never end.
|
2017-02-13 23:32:27 -05:00 |
|
Michael Shepanski
|
9b791b95e7
|
Add TAG constant to PlexObjects; Better method to save and build PLEXOBJECTS; All objects in media.py are now registered and can be looked up; Remove __len__ on Library class (it was causing URL to load twice).
|
2017-02-12 21:55:55 -05:00 |
|
Michael Shepanski
|
5443711b90
|
Make _query and _url public methods since we use it as such
|
2017-02-08 23:29:17 -05:00 |
|
Michael Shepanski
|
83a8c5733e
|
Rename _root back to _server but keep it private
|
2017-02-08 23:13:54 -05:00 |
|
Michael Shepanski
|
bc421490db
|
myplex tests passing
|
2017-02-07 01:58:29 -05:00 |
|
Michael Shepanski
|
8212ca9c46
|
Much more stability from yesterday; Easier to use fetchItem funtions; Common __repr__ for all plexobjects; Fix all uses if listItems
|
2017-02-07 01:20:49 -05:00 |
|
Michael Shepanski
|
6a35f50a43
|
CHECKPOINT: Lots going on; Added new base class PlexObject that everything inherits from, this ensures all constructors are similar; Lots of work on new tool plexattrs that parses a full Plex library to find differences in attributes plexapi implements and what the Plex XML API offers up; Tests will most definetly be broken at this point, but I wanted to save my work.
|
2017-02-05 23:52:10 -05:00 |
|
Michael Shepanski
|
fc28f7c1e6
|
Move Playable and PlexPartialObject to new plexapi.base module
|
2017-02-04 14:46:51 -05:00 |
|
Michael Shepanski
|
7c766337b6
|
Remove all references to NA
|
2017-02-04 12:43:50 -05:00 |
|
Michael Shepanski
|
2a680a18d5
|
Rollback last pull request
|
2017-02-02 09:09:34 -05:00 |
|
Michael Shepanski
|
a32f447d13
|
Merge pull request #94 from mjs7231/Hellowlol-patch-1
fixup after ratingkey was changed to int.
|
2017-02-02 01:48:38 -05:00 |
|
Hellowlol
|
7e9bd51d55
|
testing testing, 1, 2, 3.
|
2017-02-01 20:41:20 +01:00 |
|
Michael Shepanski
|
04251d3805
|
Finish documenting Photo; Monkey-patch sphinx to not auto-link to unknown types; Remove links to ElementTree (not our code)
|
2017-01-30 23:44:03 -05:00 |
|
Hellowlol
|
114cb1dc89
|
fixup after ratingkey was changed to int.
|
2017-01-17 08:48:57 +01:00 |
|
Hellowlol
|
1075f65bb4
|
Moredocs (#84)
* Docs and speedups.
|
2017-01-02 22:06:40 +01:00 |
|
Hellowlol
|
7c04305b29
|
Fix bug after ratingKey was made int.
|
2016-12-21 14:17:28 +01:00 |
|
Michael Shepanski
|
ba9eab0229
|
Minor bugfixes
|
2016-04-12 23:52:47 -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
|
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
|
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
|
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
|
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
|
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 |
|
Håvard Gulldahl
|
42364b09b9
|
add list_items() method to list playlists and return Playlist objects
|
2016-02-03 19:16:39 +01:00 |
|
Håvard Gulldahl
|
6a99e1ef49
|
Add initial support for Plex Playlists
|
2016-02-03 19:07:53 +01:00 |
|