panni
|
39b3b4a0c2
|
move update_local_media before ignore list checking
|
2017-05-07 22:21:24 +02:00 |
|
panni
|
7c0fb29886
|
fix init_cache whoopsie
|
2017-05-05 14:58:06 +02:00 |
|
panni
|
f3af1672f6
|
use memory cache on windows for now; add config debug logging
|
2017-05-03 13:33:29 +02:00 |
|
panni
|
cbe425d150
|
add default hearing impaired removal; add optional mods to save_subtitles
|
2017-05-01 04:51:44 +02:00 |
|
panni
|
5b6bcc7d12
|
add log warning for dogpile cache region setup; bump to 2.0.0.9
|
2017-04-30 23:55:31 +02:00 |
|
pannal
|
24d4c2ae2c
|
memory backend fallback
|
2017-04-30 22:36:29 +02:00 |
|
pannal
|
f9c083ebc6
|
split interface.menu up; first coarse try
|
2017-04-30 05:57:35 +02:00 |
|
pannal
|
5aa123d42b
|
add automatic subtitle storage maintenance task
|
2017-04-27 19:08:15 +02:00 |
|
pannal
|
261d3c5532
|
add data paths to config; add proper dbm cache for subliminal
|
2017-04-27 17:00:03 +02:00 |
|
pannal
|
9a3b706d76
|
add AsyncProviderPool for multithreading
|
2017-04-26 17:02:11 +02:00 |
|
pannal
|
d222385b05
|
detect plugin log path in addition to server log path
|
2017-04-23 03:57:13 +02:00 |
|
pannal
|
713bb699d1
|
re-enable tasks
|
2017-04-22 05:20:46 +02:00 |
|
pannal
|
c0810e6f24
|
correctly pass expected_title hint to guessit; use even less monkey patching;
|
2017-04-21 22:27:08 +02:00 |
|
pannal
|
6e8527ff19
|
adjust scores to subliminal 2
|
2017-04-21 17:16:12 +02:00 |
|
pannal
|
bfaee826df
|
disable tasks for now
|
2017-04-20 17:51:27 +02:00 |
|
pannal
|
470706929f
|
start activity monitor in a thread; blerp
|
2017-04-01 06:46:30 +02:00 |
|
pannal
|
4880230261
|
add activities core; now_playing stub
|
2017-04-01 06:14:28 +02:00 |
|
pannal
|
b3752ebea0
|
run migrations in separate thread; don't fail on already run history migration
|
2017-03-07 10:04:44 +01:00 |
|
pannal
|
8e0e2f6d61
|
plugin: don't fail on failing migrations
|
2017-03-06 16:18:48 +01:00 |
|
pannal
|
51c51ed1a8
|
remove debug statement
|
2017-02-27 17:40:24 +01:00 |
|
pannal
|
16054bf755
|
hopefully resolve #245
|
2017-02-27 17:36:21 +01:00 |
|
pannal
|
cc5866e199
|
fix #233, store subtitle history in Data not Dict; add migrations
|
2017-02-10 16:00:38 +01:00 |
|
pannal
|
8831171a47
|
run the scheduler even if permissions are wrong
|
2017-02-09 15:45:17 +01:00 |
|
pannal
|
5d401af00f
|
call update_local_media twice, once before the subtitle search and after
|
2017-02-08 14:49:03 +01:00 |
|
pannal
|
19c43a01fe
|
clear old task data on startup
|
2017-02-06 02:32:09 +01:00 |
|
panni
|
a36e3143b9
|
fix #220
|
2017-01-14 03:40:34 +01:00 |
|
panni
|
d0ed004d84
|
also report start event together with first_start
|
2016-11-26 00:44:16 +01:00 |
|
panni
|
e99b810649
|
report version
|
2016-11-25 15:27:51 +01:00 |
|
panni
|
ab1553665e
|
set last menu state more logically
|
2016-11-19 01:34:49 +01:00 |
|
panni
|
91d60d7e71
|
set last menu state after determining ignore
|
2016-11-19 01:28:25 +01:00 |
|
panni
|
cc20d2f538
|
explicit boolean casting (as we don't currently know whether prefs returned really are boolean)
|
2016-11-19 00:41:42 +01:00 |
|
panni
|
9fa7a5c933
|
use /szscores as short url; add sanity check for score input
|
2016-11-18 13:01:35 +01:00 |
|
panni
|
112f84f88f
|
rename score settings so they won't clash with old enum ones
|
2016-11-13 15:44:26 +01:00 |
|
panni
|
25866bd621
|
add legacy support for inexistant Platform.MachineIdentifier; bump version number
|
2016-11-08 16:26:41 +01:00 |
|
panni
|
e02b85a37c
|
better history item display
|
2016-11-05 01:58:12 +01:00 |
|
panni
|
1e27f9ebd5
|
add item_title without section title to history
|
2016-11-01 05:22:02 +01:00 |
|
panni
|
db3edfe0f5
|
add score to subtitle history; make episode title optional; add show logstorage:history
|
2016-11-01 04:23:17 +01:00 |
|
panni
|
553889dd82
|
add history to support
|
2016-11-01 03:01:59 +01:00 |
|
panni
|
916633b50a
|
add empty history data
|
2016-10-30 03:35:49 +01:00 |
|
panni
|
5f16a31a80
|
convert uuid to broken version of it, to "identify" anonymous user
|
2016-10-29 05:18:40 +02:00 |
|
panni
|
541cd9302b
|
add anonymous usage statistics tracking
|
2016-10-29 04:31:20 +02:00 |
|
panni
|
3b2d32af99
|
#193 move init_subliminal_patches to Config as method; verify hashes for opensubtitles; #resolve
|
2016-10-23 04:12:38 +02:00 |
|
panni
|
aad8994cd9
|
move subtitle storage stuff to support.storage
|
2016-10-16 06:40:05 +02:00 |
|
panni
|
cccc8967a3
|
instead of our generic debouncer use Dict now for thread safe method call history
|
2016-10-11 13:29:11 +02: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
|
69782ec244
|
Merge branch 'master' into develop-1.4
|
2016-07-17 04:07:22 +02:00 |
|
panni
|
e9cf91e04e
|
clarify and document parts/videos
|
2016-06-19 03:33:42 +02:00 |
|
panni
|
8bb829b577
|
revert debug logging in case the environment doesn't have a console; fixes #170
|
2016-06-19 02:38:33 +02:00 |
|
panni
|
f4aa5d2bf1
|
add plex api metadata to scanned videos; set storage_path on PatchedSubtitle; add notify_executable handling; fixes #65
|
2016-06-12 02:32:40 +02:00 |
|