Hellowlol
ceada3c0b3
Fix suggestion bug...
2017-09-30 01:32:27 +02:00
Hellowlol
566107697a
download improvements
...
- Add missing showstatus doc
- add name and total to tqdm so the bar is displayed properly
2017-09-29 23:55:41 +02:00
Michael Shepanski
74eae2acdb
Merge pull request #192 from tdorsey/patch-1
...
Fix TypeError when viewCount is not set
2017-09-29 12:11:30 -04: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
adam
17532a8f7d
Add guid to LibrarySection filters for Movie, Show
2017-09-29 17:45:57 +02:00
tdorsey
e0a213c5e4
Fix TypeError when viewCount is not set
...
Fixes #190
2017-09-28 06:43:49 -04:00
Hellowlol
0a6655fddd
Merge branch 'missing_attrs_from_session'
2017-09-24 00:37:52 +02:00
Hellowlol
25cf962470
Merge branch 'pr/184'
2017-09-24 00:21:29 +02:00
Hellowlol
9765f381e6
remove a unused method.
2017-09-24 00:14:47 +02:00
Hellowlol
e87fb484e4
More explisit
2017-09-23 23:11:34 +02: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
blacktwin
375907744a
is True
2017-09-14 16:53:11 -04:00
Hellowlol
bff5c4b18f
fix
2017-09-12 09:30:12 +02:00
Hellowlol
82f4485f32
test it update docs.
2017-09-12 09:01:40 +02:00
Hellowlol
fc6ecaaa77
init
2017-09-12 08:58:43 +02:00
blacktwin
f9f4b80b2b
camelCase formating
...
removeSections instead of remove_sections. update the doc string.
2017-09-11 22:43:52 -04:00
blacktwin
4ed895d5b6
Update myplex.py
...
254:28: E712 comparison to True should be 'if cond is True:' or 'if cond:'
2017-09-11 11:08:07 -04:00
Michael Shepanski
8e11fe4b95
Unable to remove/invite managed/home users #157
2017-09-08 18:49:55 -04:00
blacktwin
423f11d3c2
update to allow adding shares if none exist
2017-09-08 14:17:39 -04:00
blacktwin
0650aaad67
Home user and remove sections
...
def updateFriend() update to allow for removing sections if `remove_sections=True`.
def user() update to find Home user names.
2017-09-08 10:39:58 -04:00
Bryan Stitt
5c7e138b2e
Add mood to MusicSection.ALLOWED_FILTERS
2017-08-29 15:37:48 -07:00
Hellowlol
5d60f69610
rating should be a float, this slipped thru the cracks.
2017-08-20 22:30:50 +02:00
Michael Shepanski
52692316fd
Merge pull request #175 from pkkid/zomg11
...
Fix bug for shared librarys.
2017-08-19 19:10:21 -04:00
Michael Shepanski
55c96cc11e
Merge pull request #176 from pkkid/zomg123
...
Fix for openpht and fix failing tests
2017-08-19 19:09:52 -04:00
Hellowlol
626c63be3b
lint my ass...
2017-08-18 23:23:40 +02:00
Hellowlol
72094fce40
More tests fixes
2017-08-18 21:44:40 +02:00
Hellowlol
25fb8478fb
Try to fix some errors.
2017-08-18 21:21:59 +02:00
Hellowlol
24d6dc9c7c
Fix for openpht.
2017-08-18 21:01:01 +02:00
Hellowlol
fdf79bc745
Fix bug for shared librarys.
2017-08-18 20:32:27 +02:00
Bryan Stitt
e4095816f9
Fix documentation for PlexServer attributes
...
I'm migrating from an old version and server and token aren't available like this anymore. They are only under their prefixed names now (which is already documented).
2017-08-16 14:59:34 -07:00
Michael Shepanski
d7276e2e82
Add tqdm requirement; Display download status in plex-download
2017-08-14 23:40:28 -04:00
Michael Shepanski
1159edc422
Fix but in plex-markwatched script
2017-08-14 22:55:54 -04:00
Michael Shepanski
410eb25235
Update version
2017-08-13 21:10:05 -04:00
Michael Shepanski
6c8b8654ff
Minor version update to 3.0.2
2017-08-13 20:39:26 -04:00
Michael Shepanski
ceeda206b3
Merge branch 'master' of github.com:pkkid/python-plexapi
2017-08-13 20:38:46 -04:00
Michael Shepanski
08c42d7dd7
Merge pull request #167 from pkkid/plex_server_client_fix
...
remove depicated warn, add main token to server.clients()
2017-08-13 20:14:58 -04:00
Michael Shepanski
b3cc62e5ca
Update version
2017-08-13 02:10:27 -04:00
Michael Shepanski
7de4cbc572
Make flake8 happy
2017-08-13 01:58:08 -04:00
Michael Shepanski
63dc1507d2
Add plex-download.py tool; Added new utility to request user/pass from user, config, or env for use when creating cmd line tools
2017-08-13 01:50:40 -04:00
Michael Shepanski
943aa02e69
Rename playlist.share to playlist.copyToUser; Make plex.myPlexSubscription a bool; Fix a few tests with updated attrs; Skip test_copyToUser if no subscription
2017-08-11 15:14:32 -04:00
Hellowlol
8b2780186c
remove depicated warn, add main token to server.clients()
...
Abit more dry client.
2017-07-30 20:49:06 +02:00
Michael Shepanski
9c37679fb6
Fix Undefined name pms in server.py installUpdate() #165
2017-07-30 01:05:27 -04:00
Michael Shepanski
0aba49c90c
MOve python3 check to compat
2017-07-30 01:02:10 -04:00
Michael Shepanski
15c0deaa18
Merge pull request #153 from pkkid/unicodeerr
...
Attempt to fix https://github.com/pkkid/python-plexapi/issues/147
2017-07-30 00:56:10 -04:00
Michael Shepanski
cf445ec47a
Merge pull request #164 from pkkid/misc_fixes
...
fix https://github.com/pkkid/python-plexapi/issues/155
2017-07-30 00:55:44 -04:00
Michael Shepanski
2104ec0d64
One-liner it
2017-07-30 00:54:13 -04:00
Michael Shepanski
9d7fee2527
Merge pull request #162 from pkkid/random
...
make connect build the correct type.
2017-07-30 00:50:32 -04:00