Hellowlol
|
30ec806536
|
fix some docs.
|
2018-03-02 18:43:31 +01:00 |
|
Hellowlol
|
eb337ce585
|
Add support for similar for tvshows and movies.
|
2018-03-02 18:27:57 +01:00 |
|
Hellowlol
|
bb55a00f52
|
really need to sanity check on this one..
|
2018-03-02 17:08:10 +01:00 |
|
Hellowlol
|
9d364e4860
|
init chapters.
|
2018-03-02 13:15:15 +01:00 |
|
Hellowlol
|
a51d0225d1
|
Remove style error enforced by travis.
|
2018-02-22 12:36:31 +01:00 |
|
Hellowlol
|
807d833ceb
|
move update progress so we can use it on music.
|
2018-02-22 12:29:39 +01:00 |
|
David Van Loon
|
f5af5d0e10
|
Add updateProgress function to Video
|
2018-02-17 23:32:29 -06:00 |
|
Michael Shepanski
|
61ede66ad5
|
Dont include token in URLs unless show_secrets set in config; All functions that return a URL such as stream urls and thumbnails still include token
|
2018-01-04 21:44:35 -05:00 |
|
Hellowlol
|
d3e4c63dd4
|
add url method, artUrl
change reload waning to debug.
|
2017-11-08 22:01:53 +01:00 |
|
Michael Shepanski
|
973e5558ee
|
Merge pull request #211 from pkkid/add_missing_label_tvshow
Add missing labels to cls show
|
2017-10-11 23:26:22 -04:00 |
|
Hellowlol
|
e402c3227b
|
make media iterable.
they will yield the next lower level. so a show will iter a season a
season will yield a episode etc.
|
2017-10-09 16:07:09 +02:00 |
|
Hellowlol
|
ef7b631e82
|
Add missing labels to cls show
|
2017-10-09 15:40:46 +02:00 |
|
Michael Shepanski
|
8507c603b4
|
Update video.py
|
2017-09-29 12:11:14 -04:00 |
|
Michael Shepanski
|
67c859d584
|
Update video.py
|
2017-09-29 12:10:55 -04:00 |
|
tdorsey
|
e0a213c5e4
|
Fix TypeError when viewCount is not set
Fixes #190
|
2017-09-28 06:43:49 -04:00 |
|
Nitemare
|
acdff9baa6
|
Update video.py
Undoing my error, not sure if this is necessary
|
2017-09-16 00:05:28 -03:00 |
|
Nitemare
|
e648f0d40b
|
Update video.py
Adding seasonEpisode method that is listed in the documentation, but not in actually implimented
|
2017-09-15 23:19:33 -03:00 |
|
Nitemare
|
133d2f42ce
|
Update video.py
Adding title and parentTitle to Episode variables (Lines 475 & 476)
|
2017-09-15 23:06:00 -03:00 |
|
Hellowlol
|
5d60f69610
|
rating should be a float, this slipped thru the cracks.
|
2017-08-20 22:30:50 +02:00 |
|
Hellowlol
|
72094fce40
|
More tests fixes
|
2017-08-18 21:44:40 +02:00 |
|
Michael Shepanski
|
d7276e2e82
|
Add tqdm requirement; Display download status in plex-download
|
2017-08-14 23:40:28 -04:00 |
|
Hellowlol
|
5bfa96b49c
|
Add missing labels and collections from the classes
|
2017-07-22 01:07:31 +02:00 |
|
Michael Shepanski
|
650a88d638
|
Started movinf client tests into Pytest framework
|
2017-05-12 23:25:57 -04:00 |
|
Michael Shepanski
|
43444459e3
|
Tighten up download code a bit; downloadLogs and DownloadDatabases were reversed (oops)
|
2017-02-26 23:59:46 -05:00 |
|
Michael Shepanski
|
cd1a05d770
|
Make flake8 happy
|
2017-02-20 00:37:00 -05:00 |
|
Hellowlol
|
c7c04d2a42
|
Add indexes. Closes https://github.com/pkkid/python-plexapi/issues/121
|
2017-02-18 01:51:06 +01:00 |
|
Michael Shepanski
|
12406082ec
|
Choose Closest Thumbnail for Audio Tracks #102
|
2017-02-15 00:13:22 -05:00 |
|
Michael Shepanski
|
de69ace19f
|
Go over documentation a bit more; This will never end.
|
2017-02-13 23:32:27 -05:00 |
|
Michael Shepanski
|
fc1c10e554
|
Finish documenting video
|
2017-02-13 14:38:40 -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
|
9052cf7be2
|
Remove findLocations util function; All locations plural; Fix tests
|
2017-02-12 22:33:38 -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
|
745feabff9
|
Fix to use _fetchItem instead of _findItem
|
2017-02-07 02:21:12 -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
|
0aac1156a1
|
Add offset as optional playMedia() argument; Document it; Clenaup old tests as its the only way to test client actions right now
|
2017-02-02 01:32:38 -05:00 |
|
Michael Shepanski
|
cec0ab07e8
|
Cleanup formatting
|
2017-02-01 22:53:05 -05:00 |
|
Hellowlol
|
a72dd6256a
|
more cov
|
2017-02-01 20:49:11 +01:00 |
|
Hellowlol
|
7e9bd51d55
|
testing testing, 1, 2, 3.
|
2017-02-01 20:41:20 +01:00 |
|