Michael Shepanski
|
109d7367f6
|
Rename tools to follow naming pattern
|
2017-04-27 21:21:40 -04:00 |
|
Michael Shepanski
|
a5180b879f
|
Use config to specify client and token; connect to PlexClient even if no token specified
|
2017-04-25 23:23:57 -04:00 |
|
Michael Shepanski
|
decdc296b6
|
Merge branch 'generic-tests'
|
2017-04-25 23:11:25 -04:00 |
|
patrick
|
7487a41df7
|
Fixed regression involving invalid token requirement
Fixed regression in client constructor argument
|
2017-04-24 22:49:15 -04:00 |
|
Michael Shepanski
|
be2142f7ed
|
Better logging when connecting to resources; Ability to specify timeout when connecting to resources; Update connect_to_resource test to be a bit more generic
|
2017-04-23 22:59:22 -04:00 |
|
Michael Shepanski
|
4c83961cb4
|
Ability to delete device
|
2017-02-25 02:37:30 -05:00 |
|
Michael Shepanski
|
08f1e4b83d
|
Fix pulling server baseurl,token from config; Add option to auto connect to client from config options
|
2017-02-22 01:22:10 -05:00 |
|
Michael Shepanski
|
cd1a05d770
|
Make flake8 happy
|
2017-02-20 00:37:00 -05:00 |
|
Michael Shepanski
|
4b1a564409
|
All config options can be set with environment variables; Update all os.environ calls to use CONFIG.get; Finish documenting configuration options.
|
2017-02-19 22:18:23 -05:00 |
|
Michael Shepanski
|
e93829f881
|
Allow passing a playqueue to client.playMedia(); Default all mtype arguments to video.
|
2017-02-15 00:37:02 -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
|
c0958a0edc
|
only auto-connect to clients is baseurl and token passed
|
2017-02-13 01:37:23 -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
|
82bd1753e2
|
Changes from code review
|
2017-02-07 23:26:58 -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
|
6e893d8fbf
|
Started work on script to analyze Plex attributes with what we defined in plexapi so we can easily find mismatches
|
2017-02-04 03:08:47 -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
|
7e9bd51d55
|
testing testing, 1, 2, 3.
|
2017-02-01 20:41:20 +01:00 |
|
Michael Shepanski
|
5f9c230dce
|
Add missing swigglies
|
2017-01-30 23:48:21 -05: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
|
b61d1888b4
|
Finished documenting library.py
|
2017-01-25 23:21:13 -05:00 |
|
Michael Shepanski
|
706b974b05
|
Finished updating socs for client, config, exceptions
|
2017-01-23 00:15:51 -05:00 |
|
Hellowlol
|
1075f65bb4
|
Moredocs (#84)
* Docs and speedups.
|
2017-01-02 22:06:40 +01:00 |
|
Hellowlol
|
1bcc650c8e
|
client ffs.
|
2016-12-17 02:09:01 +01:00 |
|
Hellowlol
|
3839b9f2d8
|
autopep
|
2016-12-17 00:51:16 +01: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
|
ba9eab0229
|
Minor bugfixes
|
2016-04-12 23:52: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
|
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
|
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
|
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
|
3fe228bbb9
|
Checkpoint: Work on client code a bit
|
2016-03-15 22:56:06 -04:00 |
|
Michael Shepanski
|
b2c9a29d1e
|
Update timeline() to use server.query to include proper headers and timeout
|
2015-08-30 20:59:25 -04:00 |
|
Michael Shepanski
|
433e0a18b4
|
Add support for SSL
|
2015-06-08 12:41:47 -04:00 |
|
Michael Shepanski
|
699843f150
|
Updates to work with Python3
|
2015-02-17 15:35:17 -05:00 |
|
Michael Shepanski
|
352696147e
|
Move from Bitbucket
|
2014-12-28 22:21:58 -05:00 |
|