Commit graph

1002 commits

Author SHA1 Message Date
blacktwin
ba1559dcdc flake fix
line too long
2020-04-13 13:30:54 -04:00
blacktwin
a47f67d3df Merge remote-tracking branch 'origin/new_hubs' into new_hubs 2020-04-13 13:26:49 -04:00
blacktwin
efad7ebe44 flake fix
remove unused import X_PLEX_CONTAINER_SIZE
2020-04-13 13:26:15 -04:00
blacktwin
4cbccabee8
Merge branch 'master' into new_hubs 2020-04-12 22:40:15 -04:00
blacktwin
0a77c74466
Merge pull request #426 from pkkid/conversion_actions
conversion_actions
2020-04-12 22:34:51 -04:00
jjlawren
e9ecb595a6
Raise exception when empty key passed to fetchItem* (#432) 2020-04-11 08:30:05 -05:00
jjlawren
cbdf5ec998
Fix playMedia() calls with a PlayQueue (#446)
* Fix playMedia() calls with a PlayQueue

* Fix playlists, simplify
2020-04-09 22:34:14 -05:00
jjlawren
dd91ae41f4
Use Unauthorized exception (#447)
* Use Unauthorized exception in server, myplex, client
2020-04-09 15:56:26 -05:00
blacktwin
839a9da41d
Merge branch 'master' into conversion_actions 2020-04-07 09:21:32 -04:00
Steffen Fredriksen
807aaea547
Merge pull request #445 from jjlawren/add_gdm_scanning
GDM server and client discovery
2020-04-03 23:14:53 +02:00
Jason Lawrence
ee5983f966 Remove type hinting for compatibility 2020-04-01 21:11:21 -05:00
Jason Lawrence
e97a39b427 Add support to scan for Plex clients 2020-04-01 15:56:36 -05:00
Jason Lawrence
2af89742ff Add GDM implementation from netdisco 2020-04-01 15:55:51 -05:00
Steffen Fredriksen
7ed812b31c
Merge pull request #444 from jjlawren/fix_flake8_indents
Fix bad indents in media.py for flake8
2020-03-31 15:12:03 +02:00
Jason Lawrence
f07766f409 Fix bad indents in media.py 2020-03-31 07:32:56 -05:00
Steffen Fredriksen
cdcdfa8cd2
Merge pull request #442 from jjlawren/more_client_workarounds
Workarounds for Android mobile & Samsung TV clients
2020-03-30 00:45:55 +02:00
Jason Lawrence
87c147c551 Workarounds for Android & Samsung clients 2020-03-29 14:14:48 -05:00
Hellowlol
18afdc2ec8 some linting 2020-03-14 15:52:54 +01:00
Steffen Fredriksen
c0f2c05627
Merge pull request #433 from pkkid/allowMediaDeletion
allowMediaDeletion
2020-03-14 15:39:12 +01:00
Steffen Fredriksen
4dfdf781d4
drop python 3.4 and 2.7 tests. 2020-03-14 15:21:56 +01:00
Steffen Fredriksen
20160b9b4f
Merge pull request #431 from jjlawren/lookup_show_with_rating_key
Lookup episode/season show() with RatingKeys
2020-03-14 01:43:54 +01:00
blacktwin
0edca722db mark test as broken and skip.
provided reason as failing on some builds.
2020-03-06 08:55:15 -05:00
blacktwin
ec8491c2e1 update test
check server current allowMediaDeletion
test for redundant toggles
2020-02-26 08:57:42 -05:00
blacktwin
59bca994e5 adding logging for toggle and redundant toggle 2020-02-26 08:56:29 -05:00
blacktwin
9cfbeb9421 docstring update showing default 2020-02-26 08:55:44 -05:00
blacktwin
6cf18148a0 toggle keyword default to False 2020-02-26 08:55:24 -05:00
blacktwin
945f14fe3a is instead of == None
correction found in Flake test
2020-02-25 16:50:08 -05:00
blacktwin
ecefdbba6a remove unused import of quote
found in Flake test
2020-02-25 16:47:51 -05:00
blacktwin
4f6ee3c251 indention correction found in Flake test 2020-02-25 16:47:03 -05:00
blacktwin
8f96c34eac add test for checking _allowMediaDeletion method. 2020-02-25 16:40:15 -05:00
blacktwin
ba75935e0b create _allowMediaDeletion method in server.py 2020-02-25 16:39:49 -05:00
Jason Lawrence
7fb01a567f Lookup episode/season show() with RatingKeys 2020-02-25 12:39:36 -06:00
blacktwin
d9e3b9fba5 dropping quote_via for backwards compatibility
seems unneeded now after testing
2020-02-17 21:50:00 -05:00
blacktwin
11ddd239d8 pausing conversion after creation to ensure job doesn't complete. 2020-02-17 17:35:07 -05:00
blacktwin
185319b73a find server's backgroundProcessing key 2020-02-17 17:17:36 -05:00
blacktwin
3acc72d0c3 add testing for optimizing videos
need sleep(1) to allow for conversion to go through.
2020-02-13 15:04:03 -05:00
blacktwin
3ca655b9a8 update news method with correct url 2020-02-10 11:18:42 -05:00
blacktwin
11a1b6e449 remove 'hubs/' from global vars and append to methods
setting global var without hubs for future reference
2020-02-10 11:13:53 -05:00
blacktwin
0dfae68830 update NEWS endpoint 2020-02-06 13:23:07 -05:00
blacktwin
0259eeacbe correct new tidal method 2020-02-06 13:06:39 -05:00
blacktwin
25431b0e9a correct new podcasts method 2020-02-06 13:06:26 -05:00
blacktwin
6469e68070 correct new news method 2020-02-06 13:06:11 -05:00
blacktwin
e399e54d6a correct new webShows method 2020-02-06 13:05:50 -05:00
blacktwin
88b5016fb8 correct new videoOnDemand method 2020-02-06 13:05:19 -05:00
blacktwin
2d53f5bab8 remove batchingItems method as it is not used. 2020-02-06 13:02:53 -05:00
blacktwin
ee77bf2b9e add key attribute to Hub class 2020-02-06 13:02:14 -05:00
blacktwin
0854325324 optimize method rewrite
dict instead of string
big help from @JonnyWong16
2020-01-30 14:12:33 -05:00
blacktwin
d23c81c15c test header removal 2020-01-30 11:28:33 -05:00
blacktwin
7fbdd72e28 tagValues formating 2020-01-30 11:25:45 -05:00
blacktwin
8c2ea6f993 add optimize method 2020-01-30 10:55:29 -05:00