echel0n
|
d091c3a138
|
Fixed SQL Syntax errors
|
2014-06-26 15:57:06 -07:00 |
|
echel0n
|
13cbffb6d4
|
Deletes duplicates found in tv provider cache before creating unique index for provider table or just performs cleanup of any duplicate record period.
|
2014-06-26 03:29:05 -07:00 |
|
echel0n
|
9f8c49ce88
|
Fixed issue with tvcache filling with duplicate data.
|
2014-06-26 03:20:07 -07:00 |
|
echel0n
|
29e9ffdcb7
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-25 22:06:46 -07:00 |
|
echel0n
|
9d8f695e5a
|
Reverted previous changes made to regexes as no longer needed and started to cause false matches for h264 as a season and episode number result.
|
2014-06-25 22:03:26 -07:00 |
|
echel0n
|
637d465675
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-25 21:50:31 -07:00 |
|
echel0n
|
12ee35a5e6
|
Fix for manual updates when auto-upate option is enabled.
|
2014-06-25 21:48:21 -07:00 |
|
echel0n
|
303055c787
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-25 21:41:03 -07:00 |
|
echel0n
|
e0eea79ec5
|
Fix for ABD and Sports shows issue with toordinal function.
|
2014-06-25 21:39:34 -07:00 |
|
echel0n
|
b6e7455666
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-25 21:06:51 -07:00 |
|
echel0n
|
39f32b3b7c
|
Fix for restarts/updates issues when running as a daemon.
|
2014-06-25 21:03:58 -07:00 |
|
echel0n
|
b6e7635a32
|
Removed tornado's auto-reload function and reverted back to using our original method of performing auto-updates, this should also correct 500 internal server issues for those that got them after updates where performed automatically.
|
2014-06-25 20:41:18 -07:00 |
|
echel0n
|
4baff1a96f
|
Improved restart template and js code to act like it used to but still function properly with Tornado.
|
2014-06-25 18:40:36 -07:00 |
|
echel0n
|
67ae7af226
|
Testing fix for 500 internal server error/TypeError: argument of type 'NoneType' is not iterable
|
2014-06-25 17:12:52 -07:00 |
|
echel0n
|
20aa4b6331
|
Fixed trakt.tv error, TypeError: 'NoneType' object has no attribute '__getitem__'
|
2014-06-25 15:47:57 -07:00 |
|
echel0n
|
b9ff73dbc6
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-24 19:07:02 -07:00 |
|
echel0n
|
42e1994cba
|
Fix show name matching, trys main show name pattern then if no show object is retrieved it attempts using the alternative pattern.
|
2014-06-24 18:57:05 -07:00 |
|
echel0n
|
f16ee09501
|
Updated regex for show series name matching, faster matching.
|
2014-06-24 18:42:03 -07:00 |
|
echel0n
|
32e90d70d2
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-24 17:42:44 -07:00 |
|
echel0n
|
7d2f7c8233
|
Fixed ImportError: cannot import name OrderedDict
|
2014-06-24 17:40:38 -07:00 |
|
echel0n
|
6c3f34fd8d
|
Possible fix for EpisodeNotFoundByAbsoluteNumberException errors
|
2014-06-24 17:37:03 -07:00 |
|
echel0n
|
78b0a07e7d
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-24 17:06:38 -07:00 |
|
echel0n
|
7fff3e0d63
|
Added zip extraction exception logging.
|
2014-06-24 17:02:19 -07:00 |
|
echel0n
|
92828eca54
|
Added error logging for backup zip creation.
|
2014-06-24 16:59:14 -07:00 |
|
echel0n
|
696a1a9f4a
|
Fixed issue with backup/resotre config file variable
|
2014-06-24 16:47:52 -07:00 |
|
echel0n
|
10bea520a7
|
Fixed backup/restore issues, uses correct data directory variable now.
|
2014-06-24 16:40:13 -07:00 |
|
Anthirian
|
8135a97d62
|
Fixed broken layout for anime black and whitelist
|
2014-06-24 22:54:51 +02:00 |
|
echel0n
|
dbf950ec99
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-24 06:51:45 -07:00 |
|
echel0n
|
cc6e9aa0f5
|
Fixed compiled regex pattern ordering, fixes issues that where causing H.264 to be matched as S2E64
|
2014-06-24 06:48:00 -07:00 |
|
echel0n
|
cba2aaf003
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-24 01:10:48 -07:00 |
|
echel0n
|
cec01405d8
|
Fix for release results x264 issue
|
2014-06-24 00:42:13 -07:00 |
|
echel0n
|
5f0265e769
|
Fixed post-processing loop issue.
|
2014-06-24 00:06:39 -07:00 |
|
echel0n
|
fcd54c93d6
|
Fixed minor regex mistake in code.
|
2014-06-23 23:59:08 -07:00 |
|
echel0n
|
5c5b6f49e1
|
Fixed regex patterns for both show and release names.
Fixed post-processing loop issue.
|
2014-06-23 23:45:21 -07:00 |
|
echel0n
|
6aaf5c8eb0
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-23 20:48:46 -07:00 |
|
echel0n
|
c878c6d303
|
Shows now perform a dirty check to confirm if any records have been altered before trying to save to the DB, improves overall performance and speed of sickrage.
Browser does not get launched on restarts as a restarted check is performed now.
|
2014-06-23 20:25:20 -07:00 |
|
echel0n
|
386355e130
|
Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same.
Fixed issue for restarts/updates on windows.
|
2014-06-23 08:18:01 -07:00 |
|
echel0n
|
3a70a6effe
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-22 20:41:03 -07:00 |
|
echel0n
|
3c370fc5c9
|
Fix for tornado redirect function, was not properly returning.
|
2014-06-22 19:51:00 -07:00 |
|
echel0n
|
5500e0b245
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-22 18:53:45 -07:00 |
|
echel0n
|
f6c40d4b25
|
Fixed DB issues related to displaying plot details for show episodes.
|
2014-06-22 18:52:46 -07:00 |
|
echel0n
|
da20c5f81f
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-22 18:27:10 -07:00 |
|
echel0n
|
0599a89565
|
Fix for DB issues on new installs relating to database version checks.
|
2014-06-22 18:24:55 -07:00 |
|
echel0n
|
b0149cc65d
|
Fix so that scene converting does not happening when performing naming pattern routines.
|
2014-06-22 13:06:20 -07:00 |
|
echel0n
|
688263bd62
|
Fix for missing code in Name Parser
|
2014-06-22 12:58:26 -07:00 |
|
echel0n
|
0573a8add6
|
Fix for NoneType name parsing issues from new test code.
Fix for h264/x264 matching as absolute number.
|
2014-06-22 12:25:54 -07:00 |
|
echel0n
|
b1c9b71846
|
Testing new faster method of obtaining show object via regex matching for series name during Name Parsing for results.
|
2014-06-22 11:33:58 -07:00 |
|
echel0n
|
b36292d83d
|
Merge remote-tracking branch 'origin/dev'
|
2014-06-22 10:43:38 -07:00 |
|
echel0n
|
7defffb4f1
|
Moved scene conversion routine in Name Parser to end so that it only converts the best result match and not every single one wasting time and cycles.
|
2014-06-22 10:27:00 -07:00 |
|
echel0n
|
3e78004d36
|
Fix for KeyError: None in displayShows
|
2014-06-21 22:03:59 -07:00 |
|