panni
765cc39553
add 23.980 to FPS mod
...
(cherry picked from commit 1905187)
2018-01-07 05:24:14 +01:00
panni
fdf974c5e3
make throttle time and description dynamic
2018-01-06 04:55:20 +01:00
panni
2920dbfe8d
subscene: add only_foreign support
...
providers: add provider throttling (TooManyRequests, DownloadLimitExceeded)
2018-01-06 04:50:31 +01:00
panni
895d457500
add new dogpile file based default cache backend based on fcache
2018-01-05 01:49:43 +01:00
panni
fcd3dfe75c
extract subtitle using a separate thread
2018-01-04 03:23:31 +01:00
panni
77a72d6663
add our own Language class
2017-12-30 04:54:03 +01:00
panni
e58fa1964d
rename get_embedded_language to get_language_from_stream
2017-12-27 13:21:57 +01:00
panni
7960952a30
try not to fail on unknown embedded language codes
2017-12-23 01:46:05 +01:00
panni
2440b2eae4
don't replace api_key by using copy.deepcopy instead
2017-12-22 14:51:00 +01:00
panni
5f2fd9733b
log refiner settings on validateprefs
2017-12-21 19:27:24 +01:00
panni
4772b42d64
adapt HistoryStorage to be more like SubtitleStorage
2017-12-20 04:05:10 +01:00
panni
aff1599ce7
don't fail on missing log path values
2017-12-16 20:17:47 +01:00
panni
bc7df1c8a1
don't fail when an embedded stream has no language code set
2017-12-15 18:46:40 +01:00
panni
f1df1d25a8
embedded subtitles: show stream title as well if available
2017-12-15 15:54:42 +01:00
panni
7577164471
Merge branch 'develop-2.0' into develop-2.1
...
# Conflicts:
# Contents/Info.plist
2017-12-14 01:37:04 +01:00
panni
1bce743ea3
log python version on validateprefs
2017-12-13 22:59:52 +01:00
panni
2d22a6c383
Merge branch 'develop-2.0' into develop-2.1
...
# Conflicts:
# Contents/Code/interface/item_details.py
# Contents/Info.plist
# Contents/Libraries/Shared/subliminal_patch/core.py
2017-11-19 03:31:27 +01:00
panni
9b894c2ea7
add explicit force endpoint for item refresh
2017-11-12 16:57:33 +01:00
panni
a341808873
#300 add recently played blacklist endpoints
2017-11-12 16:52:51 +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
84436dfa94
#300 add optional language to blacklist_all endpoint
2017-11-12 16:29:40 +01:00
panni
2b73f633e0
#300 add blacklist_all endpoint for bookmarklet usage
2017-11-12 16:25:14 +01:00
panni
3842182a83
remove debug prints
2017-11-12 03:55:20 +01:00
panni
db2903edfd
#300 full subtitle blacklist integration
2017-11-12 03:54:13 +01:00
panni
18d22a72bd
#300 basic subtitle blacklist menu/storage implementation
2017-11-12 02:00:37 +01:00
panni
f20e97574a
use code shortcut when extracting subtitles
2017-11-04 23:28:35 +01:00
panni
07d02ad75e
rename menu entries
2017-11-04 14:41:52 +01:00
panni
91f51a27af
extract embedded subtitle with or without default mods
2017-11-04 14:40:01 +01:00
panni
a60318260a
display language list instead of embedded subtitles amount in menu
2017-11-04 14:35:22 +01:00
panni
0b1037b497
add fixme for video speedup for cases where we don't need the actual parsed video data
2017-11-04 03:44:38 +01:00
panni
73bcfc6151
re-add debounce
2017-11-04 03:16:51 +01:00
panni
dfe1a16aa0
suppress subprocess output
2017-11-04 03:11:18 +01:00
panni
4f0e685feb
first proof of concept attempt of extracting embedded subtitles
2017-11-04 03:07:32 +01:00
panni
f92e78e8be
correctly show languages with script or country in menus
2017-10-31 04:02:19 +01:00
panni
8e42f61a52
fix #377
2017-10-30 22:56:47 +01:00
panni
1fc810470b
missing subtitles menu: fix wrong bracket
2017-10-30 22:34:43 +01:00
panni
1c96efdafa
missing subtitles menu: add alpha2 country to language if applicable
2017-10-30 21:54:31 +01:00
panni
af93e1edec
Revert "add warning icon on missing permissions"
...
This reverts commit 0e4a936
2017-10-30 11:24:21 +01: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
1e291343fe
#362 don't fail on not existing item; don't call Plex twice for item info
2017-10-16 18:40:17 +02:00
Andreas Høyer
b8e2b524e1
Update item_details.py
...
There is a small issue in the Contents/Code/interface/item_details.py file line 279 it says
seen.append(current_id)
but it should be
seen.append(subtitle.id)
To add the currect subtitle id to the dic
2017-10-12 01:04:49 +02:00
panni
0e4a936176
add warning icon on missing permissions
2017-08-22 04:24:37 +02:00
panni
de1aea9dd2
low_impact: indicate low impact mode
2017-08-20 03:49:48 +02:00
panni
4c143be906
low_impact: don't use plex_part when entering list available subtitles
2017-08-20 03:41:29 +02:00
panni
b83cea1073
low_impact: don't scan video file when entering list available subtitles
2017-08-20 03:29:48 +02:00
panni
751e9fc0c5
#335 : change naming of find missing subtitles menu item
2017-08-19 00:35:59 +02:00
panni
2f3180cc07
don't stop scheduler tasks on validateprefs
2017-08-10 11:18:58 +02:00
panni
4fbdd67255
availablesubs: clear task data after download; clear other task data on new request
2017-07-24 13:44:03 +02:00