panni
61fbc4e3b5
menu: use more natural way to display ignore options for seasons and episodes
2018-02-13 12:38:39 +01:00
panni
8b1107d2e1
menu: correctly use message/header
2018-02-12 12:50:17 +01:00
panni
5f20894413
embedded: only extract requested languages from embedded subtitle streams; add config.ietf_as_alpha3
2018-02-11 03:38:31 +01:00
panni
26b38c4f64
menu: add mass-extraction per season for all embedded subtitles
2018-02-11 00:53:57 +01:00
panni
1d4e2ec50b
menu: don't allow blacklisting of extracted embedded subtitles
2018-02-08 12:40:15 +01:00
panni
5b2f09318a
menu: move embedded subtitle menu below manage subtitles menu
2018-02-04 01:15:46 +01:00
panni
8c260c43a8
menu: sort stored subtitles by date_added reversed
2018-02-04 00:37:55 +01:00
panni
0d1fdf6e60
menu: clarify items
2018-02-04 00:22:46 +01:00
panni
cab736b573
findBetter/config: limit by air date before searching and make it configurable
2018-02-04 00:09:30 +01:00
panni
33cacfe884
menu: add subtitle selection menu
2018-02-03 23:14:28 +01:00
panni
ab2ef66263
menu: extract embedded: support the major text based formats; honor treat unknown as language 1
2018-02-03 21:31:01 +01:00
panni
735fb09762
extract embedded: subtitle.id=stream_id
2018-01-17 14:48:28 +01:00
panni
79d61419b0
extract embedded: store embedded subtitle correctly inside subtitle storage
2018-01-17 14:44:17 +01:00
panni
27c94af980
core: massive speedup; refine only when needed, exit early otherwise
2018-01-17 13:16:31 +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
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
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
a341808873
#300 add recently played blacklist endpoints
2017-11-12 16:52:51 +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
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
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
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
4fbdd67255
availablesubs: clear task data after download; clear other task data on new request
2017-07-24 13:44:03 +02:00
panni
4ecec2e362
storage.destroy()
...
(cherry picked from commit d044c65 )
2017-07-21 03:31:06 +02:00
panni
e44cdd4191
relocate enable_channel_wrapper; disable SZ when no providers are enabled; fixes #318
2017-07-21 03:13:38 +02:00
panni
c073de4acd
skip duplicate subs in manual listing
2017-06-03 04:33:43 +02:00
panni
dcd85c85d0
explicitly set "found_none"
2017-06-03 04:13:32 +02:00
panni
6e5bfd162a
remove individual UpdateLocalMedia item from menu (for now)
2017-06-03 03:31:04 +02:00
panni
fcc907c507
update subtitle storage maintenance task; remove missing languages; remove missing parts
2017-06-03 01:34:12 +02:00