Commit graph

829 commits

Author SHA1 Message Date
Jason Lawrence
f4f635ab36 Review tweaks 2019-10-11 15:30:32 -05:00
Jason Lawrence
8f329f53d7 Simplify query calls, fix proxy bug 2019-10-08 16:06:45 -05:00
Jason Lawrence
23a5ad695b Simplify call 2019-10-08 15:31:37 -05:00
Jason Lawrence
6ef1e9c8f4 Check in sendCommand instead of query 2019-10-08 15:20:48 -05:00
Jason Lawrence
6f789e31bb Plexamp workaround 2019-10-05 12:05:33 -05:00
Michael Shepanski
9c50225df8 Install sphinx_rtd_theme from github 2019-10-02 22:03:05 -04:00
Michael Shepanski
a3ab143068 Comment out depicated config options 2019-10-02 21:47:02 -04:00
Michael Shepanski
73502f8f24 Register custom marks 2019-10-02 21:29:08 -04:00
Michael Shepanski
8bdd83164d Skip broken tests 2019-10-02 21:08:27 -04:00
Michael Shepanski
17f67ebdad Fix conftext to pass flake8 2019-10-02 20:58:00 -04:00
Hellowlol
810b469add lint myplex 2019-09-21 23:22:54 +02:00
Hellowlol
56ffd6ebcf zomg 2019-09-21 23:17:35 +02:00
Hellowlol
5fa91dc5e1 first pass on fixing tests 2019-09-21 22:54:50 +02:00
Steffen Fredriksen
117d8cba73
Merge pull request #365 from blacktwin/patch-5
Adding Managed User support
2019-09-21 22:16:27 +02:00
Hellowlol
f95f7924b1 Merge branch 'pr/366' 2019-09-21 22:14:06 +02:00
Hellowlol
52833b1ebf Fix indent and a typo 2019-09-21 22:11:57 +02:00
blacktwin
05c21983cf
add test
add tests for creating and remove home users and inviting existing user to home and removing invite.
2019-09-14 21:03:18 -04:00
blacktwin
5db89eba09
sort correction
renamed tests
2019-09-13 22:31:38 -04:00
blacktwin
1d5d119d4c
test name update 2019-09-05 08:58:13 -04:00
blacktwin
df546046d8
doctstring update 2019-09-05 08:54:07 -04:00
Steffen Fredriksen
d6be6fa2f0
Merge pull request #378 from menushka/get-episode-fix
Fix for getting Episode by index from Season
2019-09-02 22:45:08 +02:00
Menushka Weeratunga
232fa31a0d Added test 2019-09-02 14:42:08 -04:00
Menushka Weeratunga
074a632304 Fix for episode not containing seasonNumber attribute 2019-09-01 23:35:05 -04:00
Hellowlol
77a223455e
fix 2019-08-22 14:25:38 +02:00
Hellowlol
5c9ee33175
Merge pull request #367 from makeroo/master
Do not fail while parsing illegal dates. Return None instead.
2019-08-17 01:31:04 +02:00
Michael Shepanski
cdda56b548
Merge pull request #372 from yosnoop/rate
Add rate function to video
2019-08-07 12:36:33 -04:00
Ty Hahn
1d663b9209 Lint 2019-08-07 05:55:03 +09:00
Ty Hahn
37727a69ed Add rate function to video 2019-08-07 05:45:21 +09:00
blacktwin
830b9ed91f
fix for modeUpdate()
was checking the wrong variable.
corrected raise output.
2019-07-31 16:06:49 -04:00
blacktwin
319adf92fc
add collections fixture 2019-07-31 14:53:06 -04:00
blacktwin
75a0c7beb6
tests for collection's mode and sort 2019-07-31 14:51:51 -04:00
Simone Pierazzini
3bc890a154 use preconfigured plexapi logger instead of plexapi.utils 2019-07-26 17:09:39 +02:00
Simone Pierazzini
94636d71f3 Log date parsing errors 2019-07-26 13:16:55 +02:00
Simone Pierazzini
25c619032f Do not fail while parsing illegal dates. Return None instead. 2019-07-26 12:11:00 +02:00
blacktwin
1587aa7bab
python3 compatibility for raise
python3 compatibility for raise
2019-07-25 15:23:51 -04:00
blacktwin
b201df061c
docstrings and better handling
added docstring and better handling of the parameters.
2019-07-25 15:20:27 -04:00
blacktwin
02026cc65b
Adding collection sorting
collectionSort to data and sortUpdate function.
2019-07-25 14:46:41 -04:00
blacktwin
9149d999e0
Add collectionMode data and modeUpdate
Added collectionMode to collection data. 
modUpdate acts like webUI, `collection.modeUpdate(mode="default")`
2019-07-25 14:30:48 -04:00
blacktwin
654f25b3f8
Add removeHomeUser
Add ability to remove a Home User. If Home User is an Existing Plex User then User will go back into Sharing/Friends with sections and settings carrying over. Any Home User settings (LiveTV) are removed.
2019-07-25 08:33:56 -04:00
blacktwin
a7df2a9ed8
adding createExistingUser
Add ability to create an Existing Plex User. If User already exists in Sharing/Friends, sections and settings carry over. If User does not already exist in Sharing/Friends, sections and settings can be assigned.
2019-07-25 08:25:32 -04:00
blacktwin
c719c90a7a
adding createHomeUser
add ability to create a Home User with sections and settings
2019-07-25 08:14:21 -04:00
Hellowlol
bd033a9f7e
Merge pull request #364 from blacktwin/patch-4
update for ALLOWED_FILTERS
2019-07-24 14:14:50 +02:00
blacktwin
baabcbceb1
update for ALLOWED_FILTERS
updated ALLOWED_FILTERS for Movies, Shows, and Photos sections.
2019-07-24 08:06:44 -04:00
Hellowlol
39b90dab7e
Merge pull request #363 from blacktwin/patch-3
update docstring
2019-07-22 22:48:10 +02:00
blacktwin
d71ce739c0
update docstring
update docstrings for usage of `inviteFriend` and `updateFriend`. Previous doc suggested that if `None` then all sections were selected. If `None` no sections will be selected.
2019-07-22 15:37:37 -04:00
Michael Shepanski
9ce0d17b3b Merge master 2019-07-20 16:47:54 -04:00
Hellowlol
42ab22b68b
Merge pull request #359 from nwithan8/patch-1
Updated attributes documentation
2019-07-16 19:41:54 +02:00
Nate Harris
fab1010066
Updated attributes documentation 2019-07-16 13:21:56 -04:00
Michael Shepanski
66189af3e7 Merge branch 'master' of github.com:pkkid/python-plexapi 2019-07-08 15:52:07 -04:00
Michael Shepanski
0f9cb40d58
Merge pull request #355 from pkkid/transit_token
Update server.py
2019-06-30 09:54:06 -04:00