blacktwin
dc5d147315
update fixMatch to allow for auto fixmatch
...
auto will select the first searchResult from matches
2020-03-14 23:06:32 -04: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
Hellowlol
06ca74dbce
Some lint and silence the error
2020-03-14 15:35:56 +01:00
Steffen Fredriksen
4dfdf781d4
drop python 3.4 and 2.7 tests.
2020-03-14 15:21:56 +01:00
blacktwin
38b0fee6c9
adding unmatch/match methods from video:Movie and video:Show classes to base:PlexPartialObject
...
minor improvements to matches method thanks to @JonnyWong16
matching can be done for artists, albums, shows, movies
all other media types safely return an empty list []
2020-03-13 22:22:30 -04:00
blacktwin
c2c13fbfe2
removing unmatch/match methods from video:Movie and video:Show classes
...
matching can be done for artists, albums, shows, movies
2020-03-13 22:20:26 -04:00
blacktwin
c72cc24584
fix for setPoster returning the new selected posters thumb path
...
setPoster's response.encoding will be None all others are str
2020-03-13 21:47:56 -04: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
47950201b0
moved poster related methods to base PlexPartialObject class
2020-03-13 16:43:06 -04:00
blacktwin
1abcff8eee
remove poster related methods
...
to be moved to base to encompass all item types
2020-03-13 16:40:10 -04:00
blacktwin
6ce9917622
adding setPoster in Video class instead of or in combination to Poster class
2020-03-12 14:57:02 -04:00
blacktwin
06ae46959c
create uploadPoster
...
allow for url or filepaths
once uploaded it is automatically selected
2020-03-12 10:26:55 -04:00
blacktwin
b7c9e31da2
minor docstring update
2020-03-12 10:25:56 -04:00
blacktwin
4623a54cc8
create select method for Poster class
...
this will cause a parsing error from xml.Elemtree but the poster will change.
2020-03-12 10:24:29 -04:00
blacktwin
e62992afa9
add compat to import listing
...
use of compat.quote_plus
2020-03-12 10:23:15 -04:00
blacktwin
1f743684c5
minor docstring edits
2020-03-10 16:46:14 -04:00
blacktwin
dea84935a6
cast SearchResult score attribute to an int
2020-03-10 16:41:27 -04:00
blacktwin
3f9dbd6175
update Show matches for manual searching
2020-03-10 16:27:21 -04:00
blacktwin
ac2955b2f5
update Movie matches for manual searching
2020-03-10 16:27:03 -04:00
blacktwin
f6fb3f4ff2
add quote import for titles in matches method
2020-03-10 16:25:31 -04:00
blacktwin
96cb0eb70a
add shortIdentifier attribute to Agent
2020-03-10 16:17:24 -04:00
blacktwin
3418acf317
create agents method in server
2020-03-10 16:07:29 -04:00
blacktwin
b296cc462e
create Agent media class
2020-03-10 16:06:43 -04: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
39bb93f35b
add unmatch, matches, and fixMatches methods for shows
...
matches will need additional work for manual matches
2020-03-04 16:22:49 -05:00
blacktwin
4c9aef21c7
add unmatch, matches, and fixMatches methods for movies
...
matches will need additional work for manual matches
2020-03-04 16:22:37 -05:00
blacktwin
95114c4a35
create SearchResult class
2020-03-04 16:21:13 -05:00
blacktwin
f40d1da82a
add urlencode
2020-03-04 16:19:36 -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