Commit graph

793 commits

Author SHA1 Message Date
blacktwin
75a0c7beb6
tests for collection's mode and sort 2019-07-31 14:51:51 -04: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
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
Hellowlol
4c04b76690 Update server.py
add a way to get a transit token. Dunno about the name.
2019-06-29 22:16:55 +02:00
Hellowlol
2b45284c3d
Update configuration.rst 2019-06-19 21:08:31 +02:00
Michael Shepanski
ac471ec311 Checking OnDeck items as well
Helps cover items that have previously been watched.
2019-06-05 09:48:37 -04:00
Michael Shepanski
1c37f600fe mark each episode separatly.
Plex freaks out otherwise.
2019-06-03 07:48:38 -04:00
Michael Shepanski
a13d17c838 track accountID in Playable 2019-06-03 00:50:02 -04:00
Michael Shepanski
6ade28868c Add minimal api to list system accounts 2019-06-03 00:44:21 -04:00
Michael Shepanski
dd8648b9de Add container size to plex.history.
Add filter options to plex.history.
2019-06-02 23:12:07 -04:00
Michael Shepanski
ae235cf4ad Remove unused import 2019-06-02 22:38:53 -04:00
Michael Shepanski
25ac6129f8 Merge branch 'master' of github.com:pkkid/python-plexapi 2019-06-02 22:38:29 -04:00
Michael Shepanski
591579ab3f Make executable
Dont mark shows watched if they are already marked so.
2019-06-02 22:38:24 -04:00
Michael Shepanski
e81809464f
Merge pull request #345 from Tomme/ignore_negative_epoch_values
Ignore negative epoch values
2019-05-29 12:50:38 -04:00
Michael Shepanski
a406d71ac4
Merge pull request #351 from pbrink231/master
added collection to show object for tagging
2019-05-29 12:49:08 -04:00
Peter Brink
4339626800 added collection to show object for tagging 2019-05-29 02:52:50 -04:00
Michael Shepanski
32b57be7c7
Merge pull request #348 from balloob/patch-1
Don't warn when also raising exception
2019-05-22 10:14:42 -04:00
Paulus Schoutsen
9498d1d751
Don't warn when also raising exception
We should not log warnings if we are also raising exceptions. It is up to the caller to decide how to handle the error and if they should notify the user. 

This was triggered because I got logs for bad requests for 401 Unauthorized.
2019-05-21 20:32:00 -07:00
Michael Shepanski
9efbde9644 Merge branch 'master' of github.com:pkkid/python-plexapi 2019-04-23 22:45:20 -04:00
Tomme
bcd81e67c0 Ignore negative epoch values 2019-03-24 19:31:30 +00:00
Michael Shepanski
eae4f52b31 Start work on plex-backupwatched 2019-03-17 11:26:36 -04:00
Hellowlol
49d6314426
Merge pull request #343 from gstacks13/get_season_from_index
Get season from index instead of creating title
2019-02-21 19:50:56 +01:00
gstacks13
77b1ee721d Get season from index instead of creating title 2019-02-21 11:56:51 -06:00
Michael Shepanski
7f351f4a57
Merge pull request #319 from hidaba/patch-1
Update library.py
2019-02-11 09:17:14 -05:00
Michael Shepanski
e6ca501610
Merge pull request #339 from gstacks13/fix_show_season_0
Fix Show.season(0) not returning 'Specials'
2019-02-11 09:16:39 -05:00
Hellowlol
b25d837421
Merge pull request #341 from gstacks13/fix_show_episode_season_0
Fix show.episode() not allowing season 0
2019-02-11 01:23:44 +01:00
gstacks13
433e4c402a Fix show.episode() not allowing season 0 2019-02-10 14:45:13 -06:00
Michael Shepanski
6c6b72776f
Merge pull request #340 from andrey-yantsen/newer_oldest_plex
Welcome the green build
2019-02-07 07:33:12 -05:00
Andrey Yantsen
97e5383d54 fix few more flake8 warnings from recent PR 2019-02-07 11:09:07 +00:00
Andrey Yantsen
68868a6617 Merge remote-tracking branch 'root/master' into newer_oldest_plex 2019-02-07 11:06:43 +00:00
Andrey Yantsen
c5e9333a3d try to stabilise test_video_Movie_attrs 2019-02-07 10:26:00 +00:00
Andrey Yantsen
6d0f0295a0 use Plex Server 1.10.1 for testing agains oldest version 2019-02-07 10:26:00 +00:00
Andrey Yantsen
e853f4eeee remove cpms from conftest.ENTITLEMENTS 2019-02-07 10:26:00 +00:00
Andrey Yantsen
a28cbdc669 fix few more flake8 warnings 2019-02-07 10:25:50 +00:00
gstacks13
58862b74ba Fix Show.season(0) not returning 'Specials' 2019-02-07 02:24:00 -06:00
Michael Shepanski
9d4966d842 Merge branch 'master' of github.com:pkkid/python-plexapi 2019-02-06 19:14:57 -05:00
Michael Shepanski
5980abe956
Triggering a build. 2019-02-06 19:09:35 -05:00
Andrey Yantsen
e5794e4a13 use Plex Server 1.9.7 for testing against oldest version 2019-02-07 00:04:11 +00:00
Michael Shepanski
99efddf49f
Merge pull request #336 from gstacks13/set_default_streams
Closes #334 - set default audio & subtitle stream
Thanks for the updates!
2019-02-06 19:03:36 -05:00