Michael Shepanski
|
de69ace19f
|
Go over documentation a bit more; This will never end.
|
2017-02-13 23:32:27 -05:00 |
|
Michael Shepanski
|
c0958a0edc
|
only auto-connect to clients is baseurl and token passed
|
2017-02-13 01:37:23 -05:00 |
|
Michael Shepanski
|
4b8f82291b
|
Remove findLocations util function
|
2017-02-12 22:15:47 -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
|
08e61960e7
|
Move common methods to PlexPartialObject; More documentation
|
2017-02-09 15:01:23 -05:00 |
|
Michael Shepanski
|
6fa7c12c48
|
Implement fetchItem filters; All tests passing?
|
2017-02-09 01:54:38 -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
|
76c0cb55a1
|
Rename variable to kwargs
|
2017-02-08 23:08:25 -05:00 |
|
Michael Shepanski
|
f676d4cbbf
|
Most tests passing; Need to add better filters on fetchItems for watched / unwatched
|
2017-02-08 02:00:43 -05:00 |
|
Michael Shepanski
|
e3abfeeb0f
|
Audio tests passing
|
2017-02-08 00:36:22 -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
|
4624512356
|
A few more updates to get plexattrs.py fully running
|
2017-02-06 01:28:58 -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
|
cec0ab07e8
|
Cleanup formatting
|
2017-02-01 22:53:05 -05:00 |
|
Hellowlol
|
d19d602455
|
revert NA to _NA so its still compat with the tests.
- this allows for casting str and check for __NA__ in addition to is
instance.
- some indentation fixes
|
2017-02-01 22:32:00 +01: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 |
|
Michael Shepanski
|
706b974b05
|
Finished updating socs for client, config, exceptions
|
2017-01-23 00:15:51 -05:00 |
|
Michael Shepanski
|
db18f2640f
|
Remove watched filters for audio; It doesn't make sense
|
2017-01-22 01:39:47 -05:00 |
|
Michael Shepanski
|
5ba1c4df8e
|
Finish updating audio.py for Sphinx docs
|
2017-01-22 01:37:39 -05:00 |
|
Hellowlol
|
3aa4208d8b
|
fix rebase
|
2017-01-02 22:19:07 +01:00 |
|
Hellowlol
|
1075f65bb4
|
Moredocs (#84)
* Docs and speedups.
|
2017-01-02 22:06:40 +01: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
|
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
|
e81f2506e9
|
Move _find function from PlexPartialObject to generic utility functions
|
2016-04-03 23:17:29 -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
|
a999df8e94
|
Audio support complete; Added more audio tests; renamed is_watched to isWatched
|
2016-03-21 23:12:12 -04:00 |
|
Michael Shepanski
|
d4e8bdba70
|
Checkpoint: Adding Audio support; Cleanup attribute definitions to only include what the Plex objects actually include.
|
2016-03-21 00:26:02 -04:00 |
|
Michael Shepanski
|
2e2ea93982
|
Cleanup imports; force registration of audio/video libtypes
|
2016-03-17 01:14:31 -04:00 |
|
Michael Shepanski
|
276ba26b77
|
Create registry of library items we may see in xml; Cleanup how we handle build_item and list_items
|
2016-03-17 00:51:20 -04:00 |
|
Michael Shepanski
|
4399bc6190
|
Minor cleanup after merging pull request
|
2016-03-14 22:20:02 -04:00 |
|
Håvard Gulldahl
|
b51d7548b5
|
Read .parentTitle element for class Track
|
2016-01-31 02:04:51 +01:00 |
|
Håvard Gulldahl
|
382a4f45aa
|
Add year attribute to albums
|
2016-01-30 00:02:00 +01:00 |
|
Håvard Gulldahl
|
ec8c20d0fa
|
We need this fix to make sure .reload() doesn't pull the wrong objects from the server
|
2016-01-29 22:51:01 +01:00 |
|
Håvard Gulldahl
|
e437e857cd
|
add titleSort for Artist
|
2016-01-28 13:08:57 +01:00 |
|
Håvard Gulldahl
|
36b7252742
|
Get metadata like .media and .genres
|
2016-01-26 19:10:35 +01:00 |
|
Håvard Gulldahl
|
23874f4555
|
Don't bother with extra metadata just yet
|
2016-01-19 14:28:35 +01:00 |
|
Håvard Gulldahl
|
3ca226e897
|
Fix build_item() to deal with audio
|
2016-01-19 11:56:46 +01:00 |
|
Håvard Gulldahl
|
0b9509da27
|
Fix url endpoint of .getSTreamUrl()
|
2016-01-19 11:56:34 +01:00 |
|
Håvard Gulldahl
|
1c1592ec29
|
Add proper metadata for Audio, Artist and Track
|
2016-01-19 11:56:16 +01:00 |
|
Håvard Gulldahl
|
bbc6a036fb
|
A naive copy of video.py, adding Album, Artist and Track classes
|
2016-01-19 10:31:45 +01:00 |
|