Michael Shepanski
|
8bd880c2a0
|
Cleanup doc strings
|
2017-07-30 00:31:45 -04:00 |
|
Hellowlol
|
a0f030e353
|
Add a test for share playlist.
|
2017-07-28 22:29:14 +02:00 |
|
Hellowlol
|
73c10abcce
|
fix bug, add test add todo for images from meta data.
|
2017-07-27 00:55:31 +02:00 |
|
Hellowlol
|
5bfa96b49c
|
Add missing labels and collections from the classes
|
2017-07-22 01:07:31 +02:00 |
|
Hellowlol
|
145f49808b
|
fix so we can remove by value
TODO make sure tests works
|
2017-07-18 23:55:11 +02:00 |
|
Hellowlol
|
43cb60d440
|
more update shit
|
2017-07-18 17:59:23 +02:00 |
|
Hellowlol
|
9c82a516b5
|
some flake.
|
2017-07-16 23:04:46 +02:00 |
|
Hellowlol
|
d2dac4b017
|
Init edit.
|
2017-07-16 22:46:03 +02:00 |
|
Hellowlol
|
db3b729360
|
one step closer with the test.
|
2017-02-27 23:16:02 +01:00 |
|
Michael Shepanski
|
5e2805d240
|
Update base.py
|
2017-02-26 21:11:41 -05:00 |
|
Michael Shepanski
|
ec4d0d591d
|
Update base.py
|
2017-02-26 21:10:28 -05:00 |
|
Hellowlol
|
cbde4787cc
|
Add stop playback.
|
2017-02-26 23:31:09 +01:00 |
|
Michael Shepanski
|
91a8ab4563
|
Checkpoint: Settings functionality works; Needs documentation
|
2017-02-23 01:33:30 -05:00 |
|
Michael Shepanski
|
cd1a05d770
|
Make flake8 happy
|
2017-02-20 00:37:00 -05:00 |
|
Michael Shepanski
|
a42bca2a6a
|
Convert clean value to str
|
2017-02-15 00:43:48 -05: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
|
1815e67804
|
Remove unneeded util functions
|
2017-02-13 01:48:04 -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
|
44677e59a6
|
Merge dev
|
2017-02-12 22:38:56 -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 |
|
Hellowlol
|
54faa30d2d
|
fix my fix of my bug... comment out server updatedat.
|
2017-02-11 11:09:35 +01:00 |
|
Hellowlol
|
ba9e7c6fe4
|
fix my bug.
|
2017-02-11 10:58:20 +01:00 |
|
Hellowlol
|
6be7fa8a29
|
Add delete
Supports media elements and librarys
|
2017-02-11 00:16:23 +01:00 |
|
Michael Shepanski
|
454a858b7d
|
Remove dev logging
|
2017-02-09 16:45:15 -05:00 |
|
Michael Shepanski
|
ebf18ba020
|
Update fetchItem to search all subitems as well
|
2017-02-09 16:29:23 -05:00 |
|
Michael Shepanski
|
08e61960e7
|
Move common methods to PlexPartialObject; More documentation
|
2017-02-09 15:01:23 -05:00 |
|
Michael Shepanski
|
8304842daa
|
Fix typos
|
2017-02-09 01:59:14 -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
|
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
|
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 |
|