panni
dc658db9ba
scan_video: ensure checking lowercase stream codec name
2017-11-26 05:48:49 +01:00
panni
8d8ecfe9e1
MissingSubtitles: remove obsolete var dec
2017-11-26 05:34:58 +01:00
panni
4b77e63857
MissingSubtitles: more
2017-11-26 05:33:49 +01:00
panni
19aa800324
MissingSubtitles: streamline
2017-11-26 05:29:23 +01:00
panni
85adb6b0e3
MissingSubtitles: honor treat undefined as first language properly
2017-11-26 05:25:05 +01:00
panni
bd2523821d
add TEXT_SUBTITLE_EXTS to config and use the variable
2017-11-26 05:19:59 +01:00
panni
c1838a3c84
correctly skip unwanted subtitle extensions in MissingSubtitles
2017-11-26 05:14:59 +01:00
panni
aa6efb7e5c
fix detection of PMS media stream language codes
2017-11-25 23:55:40 +01:00
panni
e4d990c06d
use babelfish language matching
2017-11-25 19:29:22 +01:00
panni
01288afac0
potential fix for unmatched language
2017-11-25 19:07:56 +01:00
panni
8927513f8e
recently played: don't show anything but Movie and Episode items; increase list size to 40 (was 20)
2017-11-12 16:51:30 +01:00
panni
2b73f633e0
#300 add blacklist_all endpoint for bookmarklet usage
2017-11-12 16:25:14 +01:00
panni
db2903edfd
#300 full subtitle blacklist integration
2017-11-12 03:54:13 +01:00
panni
8303af25fb
add generic get_part function; add fixme
2017-11-11 03:33:02 +01:00
panni
ee02bdb19a
advanced menu: speed up batch mods
2017-11-11 03:18:40 +01:00
panni
cb00ab9610
submod: make remove_tags configurable and a default mod
2017-11-11 01:53:01 +01:00
panni
6264c21e23
fix #384
2017-11-09 11:39:49 +01:00
panni
d5d6aa0bd5
add throttling between searches in download_best_subtitles
2017-11-09 11:32:01 +01:00
panni
fa42669580
add opensubtitles VIP server handling
2017-11-06 19:20:17 +01:00
panni
fc3050ef3d
add 10 seconds timeout on multiple refreshes
2017-11-05 05:41:36 +01:00
panni
6eaf307be9
further support for embedded-forced
...
(cherry picked from commit c3e7e33 )
2017-11-04 14:47:43 +01:00
panni
9743af5db0
handle "embedded-forced"
...
(cherry picked from commit fca052b )
2017-11-04 14:47:39 +01:00
panni
c449f42444
never auto-save on load_or_new by default
2017-11-03 22:55:56 +01:00
panni
5ec956943c
save subtitle info to storage: don't immediately save in certain load_or_new cases
2017-11-03 22:52:24 +01:00
panni
92b3b762b2
add fixme for findbetter: check filesystem for existence
2017-11-01 03:13:16 +01:00
panni
de59c68328
if ietf parts should be ignored, normalize them when searching and in missing subtitles menu
2017-10-31 04:03:39 +01:00
panni
f92e78e8be
correctly show languages with script or country in menus
2017-10-31 04:02:19 +01:00
panni
9abc611f1e
separate IETF setting into display and actual normalization
2017-10-31 04:01:59 +01:00
panni
48fd3f977d
clear missing subtitles menu data after manual subtitle download
2017-10-30 22:54:20 +01:00
panni
8fb0711973
add fixme for ietf handling
2017-10-30 21:48:50 +01:00
panni
eb1c5d976f
#339 also ignore country part in existing subs; possible fix
2017-10-30 17:36:10 +01:00
panni
fd89533903
#339 re-add previously ignored country attribute to languages after determining the missing ones
2017-10-30 17:07:26 +01:00
panni
3b6645156d
#339 don't modify config.lang_list, create a copy instead
2017-10-29 14:13:37 +01:00
panni
877ff60077
#339 fix "Treat IETF language tags as ISO 639-1" handling for embedded subtitles
2017-10-29 14:07:35 +01:00
panni
928da6e679
#339 circumvent VTT duplication
2017-10-29 13:39:45 +01:00
panni
18ef38b90b
fix #366 ; bail out earlier if necessary; add fixme; fix absolute dir handling
2017-10-28 03:40:22 +02:00
panni
7b155e6b31
fix #366 ; missing subtitles: check for actual subtitle existence
2017-10-28 03:35:39 +02:00
panni
869387af34
fix #366 ; missing subtitles: honor those we've already downloaded, even if external subtitles are ignored
2017-10-28 02:48:37 +02:00
panni
5b16a80730
add fixme
2017-10-28 02:26:24 +02:00
panni
adf1190584
fix #373 ; even if external subtitles shouldn't be considered, don't re-download if already downloaded before (and existing)
2017-10-28 02:22:28 +02:00
panni
a833cf7b0b
try to circumvent #367
2017-10-24 22:25:55 +02:00
panni
af0aff3aee
Merge remote-tracking branch 'origin/master' into develop-2.0
2017-10-16 18:50:14 +02:00
panni
a5d0bf68fd
#362 don't fail on migration error
2017-10-16 18:36:17 +02:00
panni
6abd062477
fix handling of missing audio_codec info
2017-09-28 17:19:10 +02:00
raduc
fbcc2644bf
Update localmedia.py
...
There is an issue with subtitle ignoring ext_match_strictness if a custom subtitle folder is defined. Some other people have noted it (https://www.reddit.com/r/PlexACD/comments/6ileio/has_anyone_of_you_found_a_way_to_have_subzero/djphdly/ ).
I looked at the code and the issue is: if adding a custom subtitle absolute path folder, global_folders will be true and if filename_matches_part is false, the flow will go through this if case:
if global_folders and not filename_matches_part:
but now if the matching file is not in a global folder skip_path is false and the flow will continue, though it should still check match strictness in the next code.
If we change elif to if all will be fine, files that are matching but not in global folders will still go through regular processing and use the strictness defined.
2017-09-24 14:10:23 -07:00
panni
34b05c8c17
reset default addic7ed boost to 19 (was 21)
2017-09-02 04:12:29 +02:00
panni
2418b67089
add low impact mode for remotely mounted filesystems
2017-08-20 03:29:28 +02:00
panni
8101bca753
do that correctly.
2017-08-19 23:35:14 +02:00
panni
40e177ded0
clamp request timeout to 45 seconds max
2017-08-19 23:30:25 +02:00
panni
13f732d733
increase default PMS API request timeout to 15 (from 10); add preference for that
2017-08-19 23:21:30 +02:00