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
681e1f2ced
add tqdm requirement to dev
2017-08-14 23:53:04 -04:00
Michael Shepanski
d7276e2e82
Add tqdm requirement; Display download status in plex-download
2017-08-14 23:40:28 -04:00
Michael Shepanski
afd6201f29
Add link to documentation
2017-08-14 22:59:31 -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
8d720f893a
Fix another reference to readme.md
2017-08-13 21:09:33 -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
fe68c8f590
Prefix all tools with plex- allows us to add this directory to bin and still find them with tab complete
2017-08-12 21:35:13 -04:00
Michael Shepanski
24f3e640e6
Fix github url
2017-08-11 23:58:08 -04:00
Michael Shepanski
dff170643d
Try workaround in before_install
2017-08-11 18:22:26 -04:00
Michael Shepanski
71f0a07afa
Remove workaround; Didnt work.
2017-08-11 18:00:11 -04:00
Michael Shepanski
06aa78dcd8
Workaround for setuptools error
2017-08-11 17:46:11 -04:00
Michael Shepanski
909e889e0e
Update Travis to deploy on tests passing
2017-08-11 15:52:11 -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
Michael Shepanski
259d0fef37
Fixc bad reference to client.title; Cleanup indentation
2017-07-30 00:49:39 -04:00
Michael Shepanski
552a946e61
Merge pull request #160 from pkkid/shitty_players
...
Fix https://github.com/pkkid/python-plexapi/issues/158
2017-07-30 00:46:20 -04:00
Michael Shepanski
765314c252
Cleanup doc strings
2017-07-30 00:43:54 -04:00
Michael Shepanski
7abd569bd7
Merge pull request #154 from pkkid/server_checks
...
add check_for_update, isLatest
2017-07-30 00:40:59 -04:00
Michael Shepanski
48bc16b01c
Cleanup doc strings
2017-07-30 00:35:52 -04:00
Michael Shepanski
bc76208666
Merge pull request #152 from pkkid/shared_server
...
Shared server
2017-07-30 00:34:16 -04:00
Michael Shepanski
8bd880c2a0
Cleanup doc strings
2017-07-30 00:31:45 -04:00
Michael Shepanski
00bebde505
Merge pull request #151 from pkkid/eddit
...
Init edit.
2017-07-30 00:26:22 -04:00
Michael Shepanski
47968bbccf
Fix tests
2017-07-30 00:24:30 -04:00
Hellowlol
a0f030e353
Add a test for share playlist.
2017-07-28 22:29:14 +02:00
Hellowlol
06901f3742
fix https://github.com/pkkid/python-plexapi/issues/155
2017-07-28 22:20:30 +02:00
Hellowlol
fa2bbeabb8
make connect build the correct type.
2017-07-27 01:28: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
5641dcffee
Fix https://github.com/pkkid/python-plexapi/issues/158
...
Confirmed on ptp and ios.
2017-07-26 22:51:24 +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
498ac29106
add tests for islatest and check for update
2017-07-18 23:20:49 +02:00
Hellowlol
43cb60d440
more update shit
2017-07-18 17:59:23 +02:00
Hellowlol
67468578bf
init check for update.
2017-07-18 01:34:28 +02:00
Hellowlol
31daf2a435
Attempt to fix https://github.com/pkkid/python-plexapi/issues/147
2017-07-18 01:14:16 +02:00
Hellowlol
97b8c5e64a
init
2017-07-17 02:59:53 +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