panni
|
0a4014c4bf
|
core: delay subsequent refreshes for the same time
core: advanced: add "refresh_after_called" (default: 5 seconds)
|
2021-05-07 02:07:43 +02:00 |
|
panni
|
fc0ea00214
|
core: delay initial item refresh after refresh call (default: 5 seconds)
|
2021-05-07 02:04:48 +02:00 |
|
panni
|
5bede9c89c
|
submod: correctly merge mods of the same kind (offset)
|
2018-10-27 04:46:56 +02:00 |
|
panni
|
f73acb88f9
|
core: include/exclude fix when .nosz or include/exclude paths are off
|
2018-10-25 14:02:29 +02:00 |
|
panni
|
4d5b0b9583
|
fix include/exclude behaviour; add more verbose include logging
|
2018-10-24 14:44:02 +02:00 |
|
panni
|
f2be750e2e
|
core: include/exclude: proper handling for sz indicator files and include/exclude paths, attempt 2
|
2018-09-03 10:32:33 +02:00 |
|
panni
|
82b1cdb957
|
core: include/exclude: proper handling for sz indicator files and include/exclude paths
|
2018-09-03 10:32:32 +02:00 |
|
panni
|
bc1f99f6af
|
core: include/exclude: proper handling for sz indicator files
|
2018-09-03 10:32:32 +02:00 |
|
panni
|
87e49b8c5f
|
core: include/exclude: add more logging; more fixing; clarify settings
|
2018-09-03 10:32:30 +02:00 |
|
panni
|
7c80ea515f
|
core: fixes for include/exclude mode
|
2018-09-03 10:32:29 +02:00 |
|
panni
|
bdcac383fd
|
core: instead of an ignore list, add the option to disable SZ by default, then enable it per item/series/section (inverse ignore list)
|
2018-09-03 10:32:28 +02:00 |
|
panni
|
4d6897c138
|
core: get_item: don't fail on socket timeout #498
|
2018-04-17 14:09:50 +02:00 |
|
panni
|
7c5164b9a5
|
core: cleanup #2
|
2018-03-30 18:41:36 +02:00 |
|
panni
|
1e15fb8e43
|
core: cleanup
|
2018-03-30 18:07:48 +02:00 |
|
panni
|
ae996b4b9a
|
core: revert last fix; explicitly store subs after writing stored subs to disk
|
2018-03-30 18:02:43 +02:00 |
|
panni
|
4b72bb9d28
|
fix ignore list
|
2018-02-13 15:32:55 +01:00 |
|
panni
|
61fbc4e3b5
|
menu: use more natural way to display ignore options for seasons and episodes
|
2018-02-13 12:38:39 +01:00 |
|
panni
|
33cacfe884
|
menu: add subtitle selection menu
|
2018-02-03 23:14:28 +01:00 |
|
panni
|
0f2bb99b39
|
core: use Thread.Sleep on multiple refresh
|
2018-02-03 01:38:07 +01:00 |
|
panni
|
79d61419b0
|
extract embedded: store embedded subtitle correctly inside subtitle storage
|
2018-01-17 14:44:17 +01:00 |
|
panni
|
248b93e5c6
|
store last modified timestamp in subtitle info; only write to storage if we haven't had one or any subtitle was downloaded
|
2018-01-17 14:12:40 +01:00 |
|
panni
|
c68a32b889
|
submod: skip provider hashing when applying mods
|
2018-01-17 13:22:24 +01:00 |
|
panni
|
27c94af980
|
core: massive speedup; refine only when needed, exit early otherwise
|
2018-01-17 13:16:31 +01:00 |
|
panni
|
e33c0ab86c
|
normalize line endings; skip empty lines;
|
2017-12-09 02:50:27 +01:00 |
|
panni
|
2b73f633e0
|
#300 add blacklist_all endpoint for bookmarklet usage
|
2017-11-12 16:25:14 +01:00 |
|
panni
|
ee02bdb19a
|
advanced menu: speed up batch mods
|
2017-11-11 03:18:40 +01:00 |
|
panni
|
fc3050ef3d
|
add 10 seconds timeout on multiple refreshes
|
2017-11-05 05:41:36 +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
|
4ecec2e362
|
storage.destroy()
(cherry picked from commit d044c65)
|
2017-07-21 03:31:06 +02:00 |
|
panni
|
fa4274f2e3
|
core: fix non-plex-items appearing in recently played list; don't error out on get_item receiving a non-integer rating key
|
2017-07-04 15:50:44 +02:00 |
|
panni
|
3423b42a8a
|
take shortcut when only re-saving subtitles with mods
|
2017-06-03 23:41:00 +02:00 |
|
panni
|
4055debc6f
|
catch get_item fail genericly
|
2017-06-03 01:38:06 +02:00 |
|
panni
|
9a44c37cab
|
backwards compatibility courtesy to old RC users; set utf-8 before storage
|
2017-05-29 01:18:26 +02:00 |
|
panni
|
2eefb8e225
|
fixes; lower default recently added to 1 week
|
2017-05-20 01:26:38 +02:00 |
|
panni
|
5d9b1a1810
|
don't re-guess encoding when saving modified subtitle
|
2017-05-20 00:42:38 +02:00 |
|
panni
|
6cfafd60ef
|
add full color range; add color submod menu
|
2017-05-14 02:13:12 +02:00 |
|
panni
|
dad8460574
|
correctly handle multiple media files with multiple parts; honor physical ignore in missing subtitles
|
2017-05-12 18:23:53 +02:00 |
|
panni
|
753c46d9fd
|
move PartUnknownException to helpers; add items.set_mods_for_part; add ApplyDefaultMods and ReApplyMods to advanced menu
|
2017-05-07 05:32:23 +02:00 |
|
panni
|
d54847803f
|
add subtitle modification menu; add get_current_sub;
|
2017-05-01 01:44:57 +02:00 |
|
pannal
|
5b039b22d4
|
add on_playback handler; do nothing, refresh current media item on playback, or, in case of series: refresh the next episode
|
2017-04-02 02:37:13 +02:00 |
|
pannal
|
cd1fe24cfc
|
only try to migrate item if it is still available
|
2017-02-28 10:16:16 +01:00 |
|
panni
|
9c7a108bd4
|
perhaps fix #214
|
2016-12-06 19:41:46 +01:00 |
|
panni
|
8fe3aabe75
|
add per-section recentlyadded menu
|
2016-11-30 17:07:56 +01:00 |
|
panni
|
36856cbff0
|
make intents thread safe by using DictProxy
|
2016-10-11 13:06:01 +02:00 |
|
panni
|
139be845e0
|
make addic7ed boost configurable
|
2016-07-23 06:00:56 +02:00 |
|
panni
|
ae93d560d4
|
fix force refreshing season
|
2016-07-17 05:25:33 +02:00 |
|
panni
|
0fad139d9c
|
rename item formatters; add episode number and section title to video.plex_metadata; add title to subtitle storage
|
2016-06-19 04:20:06 +02:00 |
|
panni
|
824e2c5106
|
only handle sections where SZ is enabled for the primary agent; fixes #167
|
2016-06-12 16:03:14 +02:00 |
|
panni
|
a0d924c3b0
|
cleanup ignore handling; add debug info
|
2016-06-11 17:07:41 +02:00 |
|
panni
|
8d45a46ee2
|
implement ignore by path setting; fixes #134
|
2016-06-11 16:34:36 +02:00 |
|