echel0n
15c7332277
Merge pull request #623 from nielsenj/customrssratio
...
Adds custom RSS provider ratio setting.
2014-07-08 09:53:07 -07:00
echel0n
86b9598e3c
Merge pull request #631 from adam111316/fix_add_to_mylist
...
Fix for 'add to my list' option defaulting to on upon a restart.
2014-07-08 09:50:12 -07:00
adam
257181ee4f
Fixes web-dl quality detection for some episode naming patterns
2014-07-08 20:57:14 +08:00
echel0n
79a1b1c31e
Fix for root dir location not being saved or set correctly for shows.
...
Fix for mass update edits of shows, bwlist no longer gets updated during this process as its not required. You can not change your root dir even if location does not exist so long as you have create_missing_show_dirs=1 in your config set so that there be auto-created during the next post-processing of a episode.
2014-07-07 20:27:24 -07:00
echel0n
c8d899ad66
Removed maintance schedualer and moved the routines from it to happen before a search is started to ensure things are up to date and to stop waking up synology devices, regexes also made less greedy.
2014-07-07 14:30:27 -07:00
echel0n
5fda7e8afd
Merge remote-tracking branch 'origin/dev'
2014-07-07 11:30:41 -07:00
echel0n
561a12a735
Fix for metadata mede8er provider for error: tvdb_attributenotfound: Cannot find attribute '_actors'
2014-07-07 09:10:35 -07:00
adam
e6eb1256bf
Fix for 'add to my list' option defaulting to on upon a restart.
2014-07-07 19:23:59 +08:00
echel0n
5b0d9c7ec1
Merge remote-tracking branch 'origin/dev'
2014-07-06 15:39:18 -07:00
echel0n
f91569ec84
Fix for post-processing and parsing errors.
2014-07-06 15:06:19 -07:00
echel0n
dfc600893d
Fix for SHOWQUEUE-REFRESH
2014-07-06 10:16:11 -07:00
echel0n
1680f6c8b1
Merge remote-tracking branch 'origin/dev'
2014-07-06 07:51:18 -07:00
echel0n
8045976c15
Possible fix for error 500 in web gui when trying to get a show poster and showList is not yet been init'd
2014-07-06 07:48:51 -07:00
echel0n
ab69e52615
Fixed cheetah's template subclass to properly return correct line numbers in tracebacks so that we may properly debug errors.
2014-07-06 07:45:01 -07:00
echel0n
9f1250d750
Turned autoreload off as it was turned on when we set debugging to true for tornado.
2014-07-06 06:18:09 -07:00
echel0n
7a95b0bb14
Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead.
2014-07-06 06:11:04 -07:00
echel0n
a3a3777d33
Fixed blackAndWhitelist for anime release groups.
2014-07-06 04:12:16 -07:00
echel0n
9428dfadf6
Merge pull request #625 from adam111316/anime
...
Add support for animes with a different series name per tvdb season
2014-07-06 03:24:54 -07:00
echel0n
f7502294c5
Added in better error handling for tornado web server.
...
Fixed HTTPS issues, web root issues should now be corrected as well.
2014-07-05 17:57:43 -07:00
echel0n
93e2e93b63
Fix for edit shows and add shows.
2014-07-05 16:47:20 -07:00
adam
ad68518e10
Add support for animes with a different series name per tvdb season
2014-07-05 20:42:54 +08:00
e5e4eaeacd39c5cfba4d7c852c48277ae50331e6
bf52b882d4
Minor GUI and console fixes
2014-07-05 16:14:55 +10:00
echel0n
04f6b8fc8b
Fixed web_root issues, Play videos directly from browser when displaying show via HTML5/JS ** WORK IN PROGRESS **
2014-07-03 16:51:39 -07:00
echel0n
88709225c9
Merge remote-tracking branch 'origin/dev'
2014-07-03 14:59:55 -07:00
echel0n
c3a13814f1
PEP8 Cleanups
2014-07-03 14:25:30 -07:00
echel0n
c34442f5c1
Notify on update for notifiers via email has been disabled for now till we re-write the email notification code better, fixed a few small errors here and there.
2014-07-03 14:04:26 -07:00
echel0n
20456fde6b
Regex order of placement in list now taken into account when scoring matches.
2014-07-03 13:44:34 -07:00
echel0n
c7f3a166a4
Merge remote-tracking branch 'origin/dev'
2014-07-03 10:34:23 -07:00
echel0n
56e2c28bad
SickRage now uses a internal name cache comprised of (showlist, scene exceptions, scene names) used to search and create show objects from which is needed for parsing search results.
...
Scene exceptions now uses a internal cache for scene exceptions and scene season exceptions, helps reduce overhead to DB and performs faster lookups when making scene exception requests.
2014-07-03 10:30:15 -07:00
echel0n
f0146f728e
Lowered CPU usage even further, re-wrote daemonizer code for startups, removed misc unrequired functions from providers.
2014-07-03 07:07:07 -07:00
Mark Rawson
8f19e84a80
Add global option to disable SickRage update notifications via notifiers.
2014-07-03 08:16:15 +01:00
Mark Rawson
6aa149752b
Send notifications to all enabled notifiers upon SickRage update.
2014-07-03 07:43:48 +01:00
echel0n
847a172462
Merge remote-tracking branch 'origin/dev'
2014-07-02 13:43:47 -07:00
echel0n
36e12a5d4d
Fix for hdtorrents uid issues.
2014-07-02 13:39:27 -07:00
echel0n
ddd9376faf
Fix for torrentday uid issues.
2014-07-02 13:38:05 -07:00
echel0n
d6431570f1
TPB season pack searches fixed
2014-07-02 13:06:29 -07:00
echel0n
cadb2dba72
Testing fix for post-processing and search issues.
2014-07-02 12:36:00 -07:00
echel0n
ae398031fd
Merge remote-tracking branch 'origin/dev'
2014-07-02 11:52:55 -07:00
echel0n
12ac388dc2
Fixed startup/restart/shutdown issues on Windows, Linux, FreeBSD platforms tested.
...
Fixed for updating issues.
Fixed high cpu and memory usage.
2014-07-02 11:51:14 -07:00
echel0n
1fc909299d
Fixed start/restart/shutdown issues including any issues with daemonizing.
2014-07-01 06:08:10 -07:00
echel0n
130daf7d0a
Added trending shows feature, this allows you to choose from a wide selection of popular/trending shows with rating stats and easily add the show into SR by simply clicking the plus sign.
2014-07-01 01:49:12 -07:00
nielsenj
6d8e79c78a
Adds custom RSS provider ratio setting.
...
Adds ratio setting to the custom RSS provider.
2014-06-30 22:48:49 -07:00
echel0n
83e1da31a7
Merge remote-tracking branch 'origin/dev'
2014-06-30 12:07:51 -07:00
echel0n
9136df2ae5
RSS Feeds purges every 7 days now.
2014-06-30 12:02:45 -07:00
echel0n
7bff5a246f
Fix for rss feeds clearcache
2014-06-30 11:57:16 -07:00
echel0n
a1cef0b958
Added in context to aid in garbage cleanup to help reduce memory usage.
2014-06-30 10:48:18 -07:00
echel0n
2e8c8a262f
Fix for api builder.
2014-06-30 09:37:42 -07:00
echel0n
a16bf8ca2c
Fix for anidb errors
2014-06-30 09:21:21 -07:00
echel0n
75f69396d4
Reverted some changes.
2014-06-30 08:57:32 -07:00
echel0n
0e665cbbb2
Fix for scene exceptions error.
2014-06-30 06:36:20 -07:00
echel0n
4575c58348
SQL Query performance gains added and memory footprint reduced.
2014-06-30 06:18:02 -07:00
echel0n
b19aafb807
Memory cleanup in sql db routines for mass actions.
2014-06-30 04:55:49 -07:00
echel0n
5e507b3849
More memory reductions and cleanups
2014-06-30 04:44:36 -07:00
echel0n
adb4715b3e
Removed all scene exception memory caches, fetches data from DB now directly.
2014-06-30 04:09:55 -07:00
echel0n
0a80d0c3dd
Fixed memory leak in scene exceptions.
2014-06-30 03:20:49 -07:00
echel0n
18d7884c2d
Reverting previous changes
2014-06-30 02:42:04 -07:00
echel0n
33a28d20a3
Cleanup leftover fd sockets on restart
2014-06-30 02:38:07 -07:00
echel0n
9d5b2da19e
Testing fix to help reduce memory footprint.
2014-06-30 02:23:32 -07:00
echel0n
e7b5a2c6c0
Test fix for webroot issues.
2014-06-30 01:15:10 -07:00
echel0n
508c094f48
Fixed robots.txt method.
2014-06-30 01:12:41 -07:00
echel0n
bc2016a3ac
Merge remote-tracking branch 'origin/dev'
2014-06-30 00:01:18 -07:00
echel0n
c478d45c36
Maintenance tasks are no longer blocking startup.
...
Scene exceptions now perform a lastRefresh check so they don't constantly update for no reason.
2014-06-29 23:59:27 -07:00
echel0n
2c98a5a448
Fixed "show must be added to list", regexes now check if numbers following after the series name is a date or part of the series name to properly parse and return correct show object.
...
Fixes TVDB and TVRAGE cache_location variable.
2014-06-29 23:20:19 -07:00
echel0n
e1ce1c3ce4
Merge pull request #621 from rawsonm88/fix/backlog_scheduler
...
Fix next backlog date
2014-06-29 22:42:22 -07:00
echel0n
b5f433b6c8
Merge pull request #622 from nielsenj/fixrsscookies
...
Fixrsscookies
2014-06-29 22:41:49 -07:00
echel0n
c62245b5a3
Merge remote-tracking branch 'origin/dev'
2014-06-29 21:00:02 -07:00
echel0n
96fa0953e3
Fixed issues with popup notifications.
2014-06-29 20:58:34 -07:00
nielsenj
77ea8117c6
Added request headers param.
...
A recent update/change in RSS cache removed the cookies for custom RSS provider. This re-adds it.
2014-06-29 20:52:11 -07:00
nielsenj
8f16fad1ec
Added request headers param.
2014-06-29 20:50:12 -07:00
echel0n
1e012b5d12
Merge remote-tracking branch 'origin/dev'
2014-06-29 19:53:15 -07:00
echel0n
eece317c75
Fix for tornado write issues on GET and POST methods.
2014-06-29 19:52:04 -07:00
echel0n
1145f90208
Disabled caching for notification tests.
2014-06-29 19:39:29 -07:00
echel0n
6f52a4fd27
Merge remote-tracking branch 'origin/dev'
2014-06-29 19:18:09 -07:00
echel0n
06e99ce4a7
Fix for uncaught exception error for 404 errors
2014-06-29 19:17:15 -07:00
echel0n
de07881ada
Merge remote-tracking branch 'origin/dev'
2014-06-29 19:00:01 -07:00
echel0n
145433e19a
Corrected self.finish to self.write
2014-06-29 18:57:02 -07:00
echel0n
6ce68e3d97
Fixed redirects and blank pages ... FINALY!
2014-06-29 18:54:41 -07:00
Mark Rawson
4252daf098
Fix next backlog date in API / altered display of next backlog date in UI
2014-06-29 16:49:47 +01:00
echel0n
b3d46f77e9
Fix for TypeError: write()
2014-06-29 03:07:25 -07:00
echel0n
0c57676aed
Updated tornado source code.
...
Created custom class for rss feed parser.
2014-06-29 03:05:33 -07:00
echel0n
feabf20c8c
Test fix #5 for blank pages
2014-06-28 23:19:04 -07:00
echel0n
cafdc57b2c
Testing fix for redirect issues and blank pages.
...
Fix for create pid issues.
Fix for creating index on tv provider cache tables.
2014-06-28 22:54:29 -07:00
echel0n
ca60203e9e
Test #3 for blank pages.
...
Syncs show library with trakt.tv show library on startup.
Adds/Removes shows individually to/from trakt.tv library.
Added use_recommended feature to trakt.tv notifier config page.
2014-06-28 20:28:00 -07:00
echel0n
77a659c17f
Test #2 for blank pages, turned cache on and removed all cache disabling entries.
2014-06-28 18:11:35 -07:00
echel0n
84da4147fb
Testing fix for cache issues causing blank pages, caching has been turned off.
2014-06-28 14:40:33 -07:00
echel0n
cfbb7678a9
Fixed duplicate tv cache issue.
2014-06-27 20:33:31 -07:00
echel0n
cbda4d424d
Small fix for new trakt feature
2014-06-27 04:04:54 -07:00
echel0n
df7aa364aa
Added feature that gets all recommended shows from your trakt.tv account and lets you add the show like you would if adding a new show and searching.
2014-06-27 04:00:16 -07:00
echel0n
335cc55380
Merge remote-tracking branch 'origin/dev'
2014-06-26 17:17:11 -07:00
echel0n
301f124cbb
Fixed dailysearcher to only update the cache results for each provider once at start of the dailysearch routine instead of per-show which was wasting cycles and time.
2014-06-26 17:13:41 -07:00
echel0n
858951d31c
Fix for H.264 issues related to regexes and matching for parsing release names.
2014-06-26 16:45:40 -07:00
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
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
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
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
echel0n
788448feef
Merge remote-tracking branch 'origin/dev'
2014-06-21 18:38:07 -07:00
echel0n
61e1e5d2c2
Fix for __exit__ DB errors
2014-06-21 18:35:57 -07:00
echel0n
0a6deaaf63
Merge remote-tracking branch 'origin/dev'
2014-06-21 18:08:28 -07:00
echel0n
3f6084fe4b
Fixed Name Parser issues, incorrectly matched current regex used to parse results and anime patterns didn't match 1 to 3 digit numbers for absolute.
2014-06-21 18:01:14 -07:00
echel0n
26d578c671
Merge remote-tracking branch 'origin/dev'
2014-06-21 17:15:46 -07:00
echel0n
ac9d78bc0f
Name parser performance fixed, manual searches fixed.
2014-06-21 17:11:53 -07:00
echel0n
4126a369b4
Merge remote-tracking branch 'origin/dev'
2014-06-21 15:54:02 -07:00
echel0n
bbbc7469fb
fix for tornado error handler
2014-06-21 15:52:10 -07:00
echel0n
7e0bb651b2
Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems.
...
Fixed more internal 500 errors.
2014-06-21 15:46:59 -07:00
echel0n
faa6ca5103
Fixed version string
2014-06-20 16:57:03 -07:00
echel0n
2f73ab1e41
Removed tornado async features, testing to see if this resolves blank page and other related possible issues.
...
Removed double call to get_scene_exceptions when displaying shows.
2014-06-20 16:49:57 -07:00
echel0n
a2a44eae85
Fix for anime regex's 'anime_and_normal' pattern, resolves issues with show-queue refreshes
2014-06-19 19:35:36 -07:00
echel0n
836722d6cd
Added timer in to reduce cpu usage during release name parsing
2014-06-19 18:34:52 -07:00
echel0n
fcc91bedd9
NameParser now won't bother to proceed parsing release name results untill it finds a valid show object in the DB to confirm its a show in our list, naming patterns automatically bypass this restriction.
2014-06-19 18:13:07 -07:00
echel0n
4ef88961b5
NameParser now trys to obtain a show object first to use in determining the correct regex set to use when parsing release names
2014-06-19 17:26:36 -07:00
echel0n
784b8d7179
Fixed webAPI, function arguments updated to reflect previous code changes.
2014-06-19 15:46:41 -07:00
echel0n
95e928bfcb
Fix for PID file: /tmp/sickbeard.pid already exists during auto updates
2014-06-19 10:36:31 -07:00
echel0n
4443a5a649
Fix for mass edit
2014-06-19 10:28:07 -07:00
echel0n
5f7b8465d0
Fixed issue with extractZip function.
2014-06-19 10:04:16 -07:00
echel0n
f9b9fd23c2
Merge pull request #613 from JackDandy/port_add_safe_replace_smaller_but_proper
...
Port:Add safe replace existing file is larger but new file is proper.
2014-06-19 09:47:57 -07:00
echel0n
7ce409e90d
Merge pull request #612 from JackDandy/port_fix_BTN_duplicate_search_params
...
Port:Fix BTN adding same search parameters multiple times.
2014-06-19 09:47:45 -07:00
echel0n
0499d5b6aa
Merge pull request #611 from JackDandy/port_fix_change_setting_episode_status
...
Port fix change setting episode status
2014-06-19 09:47:25 -07:00
echel0n
1fa8686422
Merge pull request #610 from JackDandy/port_fix_omgwtfnzbs_findPropers
...
Port:Fix omgwtfnzbs findPropers.
2014-06-19 09:46:58 -07:00
echel0n
6e3f52c6f4
Merge pull request #609 from JackDandy/refactor_scheduler_and_ports
...
Refactor scheduler and upstream ports.
2014-06-19 09:46:46 -07:00
echel0n
d5550288fc
Merge pull request #608 from lennyk/nfo_rename_option
...
Option to NOT rename .nfo to .nfo-orig
2014-06-19 09:45:34 -07:00
echel0n
cf13581db6
Merge pull request #607 from fittysix/patch-2
...
Add moderator to confirmed TPB torrent posters
2014-06-19 09:44:38 -07:00
echel0n
a43d7b7593
Merge pull request #596 from adam111316/anime-1080p-fix
...
Fix for 1080p HDTV anime
2014-06-19 09:43:48 -07:00
echel0n
b312c9dcda
Merge pull request #593 from tutipeti/feature/synods_destination
...
Destination option for the Synology DS
2014-06-19 09:43:27 -07:00
echel0n
cfc56a569d
Merge pull request #599 from nielsenj/patch-2
...
Fixed setting ratio in Transmission
2014-06-19 09:42:54 -07:00
echel0n
8dd4585145
Fix for pushover notifications.
2014-06-19 09:42:20 -07:00
echel0n
495a1a4fb3
Merge pull request #604 from rawsonm88/pushover-custom_api_key
...
Add UI option for users to enter their own Pushover API key
2014-06-19 08:58:20 -07:00
echel0n
07685f4295
Fixed issues with webroot settings and reverse proxies.
...
Fixed issues with WebAPI and WebAPI builder.
2014-06-19 08:47:28 -07:00
JackDandy
bf99164978
Refactor scheduler and upstream ports.
...
Move start time check from properFinder and showUpdater into scheduler.
Add show how long to next propers search at end of each run.
Change proper finder and show updater to silent thread logging.
Change Scheduler runImmediately to run_delay.
2014-06-19 16:38:15 +01:00
JackDandy
ff524fc7e4
Port:Fix omgwtfnzbs findPropers.
2014-06-19 16:37:29 +01:00
JackDandy
bec213ee05
Port:Change setting status to UNAIRED for future episodes (GC-2397).
...
Only set status to UNAIRED if current status is SKIPPED, UNAIRED, UNKNOWN or WANTED, should prevent re-downloading of early releases that are already downloaded and deleted (status IGNORED) or archived.
2014-06-19 16:36:54 +01:00
JackDandy
1c487f92f9
Port:Fix not setting status if show location is missing but sickbeard.ADD_SHOWS_WO_DIR is set
2014-06-19 16:36:53 +01:00
JackDandy
42f018bf06
Port:Fix BTN adding same search parameters multiple times.
2014-06-19 16:36:13 +01:00
JackDandy
821c1237b3
Port:Add safe replace existing file is larger but new file is proper.
2014-06-19 16:34:17 +01:00
echel0n
2b7df8e67d
Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped.
2014-06-19 07:31:44 -07:00
echel0n
acadce4d96
Fix for setting status via episode status manager
2014-06-19 01:37:44 -07:00
Mark Rawson
e50ce507e5
Bugfix - fix issue with Pushover test notifications, false-positive if api/user keys removed in UI but not yet saved
2014-06-19 00:13:16 +01:00
Mark Rawson
abb7c78dac
Pushover - remove hard-coded API key, add API register link to UI.
2014-06-19 00:11:20 +01:00
Mark Rawson
3f78f88c78
Add logging for pushover message limit error (429)
2014-06-18 21:50:48 +01:00
echel0n
c792e34c43
FreeNAS test fix #4
2014-06-18 13:41:20 -07:00
Mark Rawson
03c9b303e0
Merge branch 'dev' of https://github.com/echel0n/SickRage into pushover-custom_api_key
2014-06-18 21:38:44 +01:00
echel0n
cefbe3859a
Test fix #3 for freenas
2014-06-18 13:12:19 -07:00
oldskool
37c3354325
cherry-pick a Sickbeard pull request add an option to NOT rename .nfo to .nfo-orig
...
from oldskool:nfo_orig
credit to oldskool
Fixing issue 2404: Option to NOT rename .nfo to .nfo-orig
Conflicts:
data/interfaces/default/config_postProcessing.tmpl
sickbeard/__init__.py
sickbeard/postProcessor.py
sickbeard/webserve.py
2014-06-18 12:52:10 -07:00
echel0n
51247710bb
Reverse proxy support fixed
2014-06-18 12:51:33 -07:00
echel0n
0ae8b5429b
WebAPI showPosters fixed!
2014-06-18 10:06:06 -07:00
echel0n
bd582d18d0
Fix for showPoster() api calls
2014-06-18 09:28:03 -07:00
echel0n
e202cbc0ac
Fixed basic auth realm issue, needed to be quoted.
2014-06-18 08:38:43 -07:00
echel0n
878ef9acf6
Added return to self.redirect to conform to proper way of handling redirects when using tornado
2014-06-18 08:14:30 -07:00
echel0n
0e962f83cb
Fix for feedcache logging.
...
Fix for adding new and existing shows.
Fix for static content.
2014-06-18 08:06:50 -07:00
fittysix
c5045d0f1e
Add moderator to confirmed torrent posters
...
I think we can trust these guys :)
2014-06-18 07:04:16 -06:00
echel0n
fd88c77d26
Fix for 401/404 errors now just redirect back to home page.
...
Fix for static mapping issues.
2014-06-18 05:56:26 -07:00
echel0n
d01a1eed26
Turned caching off, testing for blank page issues.
2014-06-18 04:08:45 -07:00
echel0n
652de9172b
Testing force update
2014-06-18 02:16:14 -07:00
echel0n
29c5c4de4d
Fixed issue of forbidden error
2014-06-18 02:13:22 -07:00
echel0n
c9f800128e
Fix for force update.
2014-06-18 02:04:02 -07:00
echel0n
cf4cbd9a34
Fix for missing WITH statement
2014-06-18 01:53:11 -07:00
echel0n
032ddf2425
Fixed issues with web root settings not working.
...
Fixed more NoneType iterable errors.
2014-06-17 23:55:45 -07:00
echel0n
b47b2e1f58
Fix for NoneType issues related to redirects
2014-06-17 14:25:35 -07:00
Mark Rawson
764be940ac
Add UI option to input users own Pushover API key
2014-06-17 21:37:09 +01:00
echel0n
4513525cc4
Fix for basicauth and no user/pass set
2014-06-17 13:06:43 -07:00
echel0n
3989f722a7
Fixed issues with basic auth and NoneType errors
2014-06-17 12:51:23 -07:00
echel0n
cc86dda802
Fix for NoneType is not iterable issue
2014-06-17 11:16:04 -07:00
echel0n
18a1681a61
Fixed issue with facicon.ico file and static link being incorrect causing 404 errors.
2014-06-17 09:33:45 -07:00
echel0n
067438b5d9
Fix for scene exception update error, please delete cache.db file for this to fix tow take affect.
2014-06-17 09:07:48 -07:00
echel0n
2eec706197
Fix for failed download handling and sql issues
2014-06-17 09:02:23 -07:00
echel0n
98ff924b1c
Fix for nullhandler issues for py2.6 users,
...
Fix for rsstorrents.
2014-06-17 08:46:07 -07:00
echel0n
c09ceb5e6c
Added error logging for webserver gets and posts
2014-06-16 22:00:03 -07:00
echel0n
327df6682e
Updated tornado to latest stable code, fixes issues with auto-reload
2014-06-16 21:54:00 -07:00
echel0n
9790b30b90
Fix for force update and autoreload
2014-06-16 20:53:16 -07:00
echel0n
38edbc8b8b
Logging for tornado.access is now sent to NullHandler so it doesnt complain that it has no handler, still disables logging for tornado.access
2014-06-16 20:35:52 -07:00
echel0n
53e7c53b8a
Disabled logging of tornado.access
2014-06-16 20:24:07 -07:00
echel0n
98e4710d89
Setting debug = 1 in config now sets log level to debug for all processes
2014-06-16 19:59:35 -07:00
echel0n
c57e34c9f9
Added logging for tornado web server for helping in debugging issues.
2014-06-16 19:55:46 -07:00
echel0n
2ac1c5fdd5
Fixed forced updates to wait for auto-reload instead of performing a restart.
2014-06-16 05:31:57 -07:00
echel0n
dccf371ebd
SSL issues fixed.
...
UI Notifications fixed.
Auto-updating option fixed to now work with auto-reload feature.
2014-06-16 05:19:07 -07:00
echel0n
489a181cdb
Auto-reloads app on code changes automatically detected from git.
...
Fixed issues with basicauth/cookies and login page.
Parse results now displayed all the time.
2014-06-16 03:44:33 -07:00
echel0n
088e32b117
Fixed Web API to work with new tornado code!
2014-06-15 23:19:14 -07:00
echel0n
d8358882de
Fixed issues with restarts and updates.
2014-06-15 22:45:52 -07:00
echel0n
4676c2b7b1
Testing update/restart fix
2014-06-15 15:07:27 -07:00
echel0n
23e2a483b5
Fixed API code to work with tornado.
2014-06-15 14:45:09 -07:00
echel0n
1eb5fe4faf
Fixed branch version to reflect proper branch
2014-06-15 12:20:02 -07:00
echel0n
7d52d079fa
Fixes more issues that were preventing proper shutdowns, restarts, and upgrades.
2014-06-15 12:11:21 -07:00
echel0n
fa01711192
IOLoop tasks are now started and stopped via regular start and halt sickrage functions allowing us to gracefully exit on shutdown or restart.
2014-06-15 06:59:51 -07:00
echel0n
acca01eb90
Fixed shutdown to completely stop and close IOLoop.
2014-06-15 06:44:39 -07:00
echel0n
af6cd334a0
Moved Tornado IOLoop to main() to resolve shutdown issues plus we now use IOLoop to control checks for startup tasks and background commands.
2014-06-15 05:43:53 -07:00
echel0n
20e2ae2f86
Improved tornado async routines and shutdown routines.
2014-06-15 04:08:41 -07:00
echel0n
6dd78f58b6
Improved startup and shutdown for tornado
2014-06-15 01:51:35 -07:00
echel0n
149d7b29df
Final fixes for proper shutdown of tornado
2014-06-15 01:20:18 -07:00
echel0n
661c4ed6a7
Small fix for shutdown issues
2014-06-15 00:30:10 -07:00
echel0n
abff43f568
Improved startup/shutdown of tornado.
...
Fixed issues with notifications related to tornado.
2014-06-15 00:16:55 -07:00
echel0n
04681b3297
Fixed basic auth issues.
2014-06-14 21:38:13 -07:00
echel0n
d73cc1cbbd
Replaced cherrypy with tornado which helped resolve our memory leak issue.
2014-06-14 20:56:15 -07:00
Adam
7b740858b3
Fix for 1080p HDTV anime being recognized as bluray quality
2014-06-14 11:55:11 +08:00
nielsenj
24f7d78682
Fixed setting ratio in Transmission
...
Matches the description in the torrent provider advanced settings:
Left blank defaults to client ratio default.
'-1' Seeds indefinitely
0 or greater seeds to and stops at the ratio (including stopping as soon as it downloads when set to 0)
2014-06-12 14:02:50 -07:00
echel0n
a742c27f09
Fixed for adding new shows
2014-06-12 13:38:59 -07:00
echel0n
c9abdfbac2
Fixed urls
...
Fixed and replaced urls with proper ones for network timezones, tvdb
exceptions and tvrage exceptions.
2014-06-12 11:40:23 -07:00
echel0n
2546a5199f
Test fix for home page none type error
2014-06-12 11:30:59 -07:00
echel0n
9e4ee04f57
Fixed language and subtitle issue for new shows.
...
Subtitle and language opts where ordered backwards causing incorrect
values to be set.
2014-06-12 10:26:09 -07:00
Adam
5fd0a2a1f3
Fix for Newznab providers when searching for a show without a tvrage id we use the name of the show. If the show name is more than one word we are using a _
as our delimiter which works fine unless the NN provider uses sphinx.. as the underscore then is used as part of the show name.. thus we always get back no results. We should just use .
as it works for both sphinx and non sphinx servers. Tested this out on nzbs.org / nzb.su (sphinx) / sbi (non sphinx).
2014-06-12 11:19:27 +08:00
echel0n
c2ba2d6550
Reverted episode cache changes
2014-06-11 07:37:30 -07:00
echel0n
44358ef601
Reverted episode cache changes
2014-06-11 07:16:24 -07:00
echel0n
013f9a2134
Reverted episode cache changes
2014-06-11 07:14:29 -07:00
echel0n
4c5425f4d1
Update network_timezones.py
...
Fix for timezone conversion issues.
2014-06-09 17:39:52 -07:00
echel0n
3384e2c51d
Update tv.py
...
Removed weakref, caused issues with searching and downloads
2014-06-09 17:37:48 -07:00
Peter Tutervai
f24999b10d
Changed the config page to show the path field for the Synology DS, added the parameter to the DS API
2014-06-09 01:01:47 +02:00
Nils
166dffeb5a
Merge pull request #582 from bikemike222/add_cookies_rss
...
Added cookie support to custom torrent provider
2014-06-09 00:20:37 +02:00
echel0n
3d062b3510
Fix for import issue with episodeCache
2014-06-07 21:32:06 -07:00
echel0n
89ad4bccc3
Moved show season/episode cache to outside of the show class and turned it into a global to avoid circular ref that may memory leak.
2014-06-07 21:20:59 -07:00
echel0n
1f180a5a05
Fix for closing cache connection early when needed.
2014-06-07 16:16:01 -07:00
echel0n
a1da7df12e
Fixes for DB issues
2014-06-07 15:35:16 -07:00
echel0n
d00d55fdfc
Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well.
2014-06-07 14:32:38 -07:00
echel0n
2c0f3a3dc3
Added thread locking for queues.
...
Fixed imdbinfo issues.
2014-06-07 11:36:26 -07:00
echel0n
cfcc35ebcc
Upgraded IMDBpy and improved performance of it.
...
Fixed TVDB Indexer API issues.
2014-06-07 08:33:18 -07:00
echel0n
4784b4619f
Fix for invalid literal for int() with base 10: 'NULL'
2014-06-07 05:42:50 -07:00
echel0n
08d8beffa4
Misc fixes and code cleanups.
2014-06-07 05:36:50 -07:00
echel0n
a9f142184a
Fix for nonetype issues during parsing
2014-06-07 04:08:12 -07:00
echel0n
24dfbc3f15
Quality is now set during parsing of results.
...
Fixed more anime regex bugs.
Fixed Indexer API issues for anime shows and unicode problems.
2014-06-07 04:06:21 -07:00
echel0n
31ce517e8f
Added 480p to be ignored for anime regexes when matching for absolute numbers.
2014-06-07 01:57:03 -07:00
echel0n
d07976f057
Fixed searching for new anime shows, unicode issues resolved and Naruto does indeed work!
2014-06-07 01:45:21 -07:00
echel0n
1e8f3e2883
Added ability for format anime naming from post-processing options.
...
Fixed regex issues for anime shows matching 720p as a absolute number.
Custom sports naming has been fixed to adhere to dates.
2014-06-07 01:17:12 -07:00
echel0n
08159e2872
Updated post-process code.
2014-06-06 17:44:44 -07:00
echel0n
64b857ee57
Fixed failed download handling.
2014-06-06 17:06:29 -07:00
echel0n
05dcdd72d7
Fix for air-by-date/sports/anime provider searches
2014-06-06 16:55:14 -07:00
echel0n
cab05efa64
Added anime search support and removed extra pipe symbole from search string.
2014-06-06 15:27:20 -07:00
echel0n
14201c71f3
Fixes issues with scene numbering being set to 0x0 after snatch is performed.
...
Fixes issues with KAT Provider sphinx error on searches.
2014-06-06 15:16:15 -07:00
echel0n
4df31bccee
PublicHD removed till further notice.
2014-06-06 13:48:25 -07:00
echel0n
dfe9619ddd
Fix for SSL support, reverted back to CherryPy 3.23 as 3.30 is borked for SSL.
2014-06-05 21:24:43 -07:00
echel0n
4e83cbe6d1
Fixed naming issues and parsing issues.
2014-06-05 18:38:50 -07:00
echel0n
4c9da4f448
Fix for custom scene numbering, now able to correct numbering or remove it.
...
Fixed show force-update and mass update to properly force updates on the show including xem numbering.
2014-06-05 17:53:34 -07:00
echel0n
34009bb9b8
MainDB is backed up before being restored now to .r* versioned backup backups
2014-06-05 16:14:57 -07:00
echel0n
fc7b28a8bc
Automatic DB restores now done if upgrade fails due to corrupt DB or incorrect db numbering
2014-06-05 16:11:07 -07:00
echel0n
385bf3987e
db locking issues fix #2
2014-06-05 12:59:17 -07:00
echel0n
26f30cacf5
db lock issues fix test
2014-06-05 12:52:30 -07:00
echel0n
d30060bf91
Fix for db locking issues
2014-06-05 09:22:54 -07:00
echel0n
f052848e52
Fix for sql rowcount error
2014-06-05 02:19:48 -07:00
echel0n
8fbd9155d3
fix for recent sql errors around connection object
2014-06-05 02:13:29 -07:00
echel0n
7e5cc8c673
Fix for coming soon episodes page.
...
Reverted sql -> sqlachemy changes, to soon and will be done in seperate branch.
2014-06-05 01:05:02 -07:00
echel0n
9e4ec2cfb8
Fix for importing existing shows being set to anime when there not anime shows causing parsing errors when trying to parse episode files from disk. Please perform a mass reset of shows marking the ones that are not anime so that this issue is fixed for when it does its next show refresh.
2014-06-04 19:47:40 -07:00
echel0n
1dc913824a
Fix for startup issue due to dependant that was missing.
2014-06-04 18:38:14 -07:00
echel0n
cec4ed573d
Upgraded CherryPy libs to 3.3.0
...
Switched out sqlite3 libs in favour of SQLAlchemy v0.9, will gradually migrate dialects and scheme to be fully SQLAlchemy compliant for using there ORM with sessions instead of direct.
Fixed getEpisode function to stop making unrequired scene number conversions on already converted data thats available now from cache.
2014-06-04 18:28:59 -07:00
echel0n
8f3469cce7
Fix typo in last commit
2014-06-04 00:35:43 -07:00
echel0n
d09f2a2276
Fix for scene numbering not being set properly during a mass edit
2014-06-04 00:34:35 -07:00
echel0n
0713cb4039
Another small tweak of code for edit show function.
2014-06-04 00:21:21 -07:00
echel0n
5beb45d29d
Small correction for mass update fix.
2014-06-04 00:16:43 -07:00
echel0n
272ecd0ab8
Fix for mass updating not actually changing any show options when editing
2014-06-04 00:11:56 -07:00
echel0n
7e91d3a600
Fix for scene_names table does not exist errors.
2014-06-03 23:52:55 -07:00
echel0n
37fceb2704
Removed unrequired extra sql transaction append line.
2014-06-03 22:30:54 -07:00
JackDandy
2e387b1ce8
Expose "Date Style"... "Use System Default" only when FuzzyMoment is off.
...
If the Date Style "Use System Default" is selected and FuzzyMoments is clicked on, then an appropriate Date Style is chosen from explicit defaults. This change prevents issues where moments() cannot interpret or guess locale date formats.
2014-06-03 18:43:37 +01:00
echel0n
2ab436b764
Fix for saving default options when adding shows.
...
Fix for default provider not being passed in properly.
2014-06-01 20:43:37 -07:00
echel0n
41a9e08155
Added thread locking for sorting queue's
2014-06-01 18:18:11 -07:00
Nils Vogels
44d45ca760
Fixing UnboundLocalError when attempting to process nonexisting dir
2014-06-02 01:39:55 +02:00
echel0n
2da18e65ca
Change code for returning highest scoring match to use generator to avoid overhead of sorting the list
2014-06-01 16:36:21 -07:00
echel0n
7047cf020e
Fixed naming issues for episode naming patterns.
...
Name parser now score's all its possible matches and stores them to a list then once finished performing its matches it'll pick the highest scoring match and return it.
2014-06-01 16:25:02 -07:00
Nils Vogels
0e989fe90f
Limiting search to English-translated only (for now)
2014-06-02 00:05:07 +02:00
echel0n
9847682781
Changed theTVDB indexer api keys to SickRage's, another nice catch there zoggy!
2014-05-31 23:54:57 -07:00
echel0n
cfafc0a39f
Scene exceptions for anidb and xem now update once a day, thanks zoggy for pointing that out :)
2014-05-31 23:44:44 -07:00
echel0n
99d129bd41
Fixes for anime regex matching
2014-05-31 22:39:24 -07:00
echel0n
d42b864ecc
Fix for UnboundLocalError: local variable 'rating_text' referenced before assignment
2014-05-31 12:58:43 -07:00
echel0n
4f32ed262c
No need to convert from absolute numbers to season/episode numbers twice, fixed!
2014-05-31 12:52:09 -07:00
echel0n
925141da40
Fix for anime issues during post-processing, TypeError: object of type 'int' has no len()
2014-05-31 12:48:55 -07:00
echel0n
0ddcc3b58a
Fix for show opt not in __init__ issues
2014-05-31 12:41:34 -07:00
echel0n
ba2a44b1d1
Fix for searches of anime shows with absolute numbering
2014-05-31 06:47:27 -07:00
echel0n
72b4155b0b
Fixed post-processing issues for anime shows.
2014-05-31 06:43:36 -07:00
echel0n
893574b2ed
Reverted new regex changes, not compatible with enough platforms to warrent keeping.
2014-05-31 06:16:18 -07:00
echel0n
277d630a6f
Fixed issues with scene converting
2014-05-31 03:35:57 -07:00
echel0n
d7396896b5
Added in regex matching with fuzzy matching.
...
Shows now display Indexer absolute numbering.
Improved speed of parsing search results.
Fixed episode naming issues.
2014-05-31 03:35:11 -07:00
echel0n
2c37523ab7
Fix for manual anime searches
2014-05-30 07:36:06 -07:00
echel0n
6ca979d51b
Fix for post-processing and adding anime shows to your anidb mylist
2014-05-30 06:00:04 -07:00
echel0n
bea999b639
Fix for XBMC notifier when XBMC has no shows in library.
2014-05-30 05:43:00 -07:00
echel0n
78c4211925
Fixed issue with scene exception updating for custom names.
2014-05-30 05:30:28 -07:00
echel0n
9b78e3dc5e
Fix for scene exception and scene numbering updates when editing a show.
2014-05-30 04:52:37 -07:00
echel0n
997896a540
Fix for transactionals and None Types in sql lists
2014-05-30 04:42:31 -07:00
echel0n
db6cf0b22b
Fix for daily searcher NoneType error.
...
Added XEM icon to show display, indicates if show has scene mapping available or not plus clicking on the icon will take you to the XEM mapping page.
2014-05-30 04:06:51 -07:00
echel0n
70e7f1bfce
Fixed issues with scene numbering being overwritten by ep objects.
...
Converted more object saves to database to use transactionals, better performance.
2014-05-30 03:01:49 -07:00
echel0n
05cca0dfe0
Fixed post-processing issues with shows being rejected and saying they didn't exist when infact they did.
...
Fixed a issue in our name parser code that would of resulted in searches failing completely.
2014-05-30 01:16:12 -07:00
echel0n
f01c5852d4
Improved find propers code.
...
Backlog and manual searches now check cache first for search results.
2014-05-30 00:51:24 -07:00
echel0n
1abef89b29
Scene numbering now updates every 1 hour or is forced when needed so that searches always have up-to-date information before hand.
2014-05-30 00:51:06 -07:00
echel0n
a2439c8c64
Added ability to mass set shows to search by scene numbering.
2014-05-30 00:50:45 -07:00
echel0n
a92de48aec
Added new show option that allows you to choose if you want to search via scene numbering or indexer numbering.
...
Scene numbers and scene absolute numbers now only display if prooper show options are selected.
Scene absolute numbers are now able to be set by user.
Fixed issues with user set scene numbers not correctly applying to episode objects.
2014-05-30 00:50:27 -07:00
Nils Vogels
cea8fd3216
Fix typo
2014-05-29 17:35:51 +02:00
echel0n
e1ee01579d
Fixed issues with TVDB retrieving banners and posters.
...
Fixed unicode issues with Indexer API's
Fixed issues with scene numbering.
Fixed issues with black and white lists for anime shows when editing a show.
2014-05-29 06:27:05 -07:00
echel0n
4a4eec0a9e
Fix for restart issues
2014-05-29 02:21:26 -07:00
echel0n
6fc93be7b5
Fix for restart spawning more then one process of SickRage
2014-05-29 01:00:13 -07:00
echel0n
42b621103f
Fix for restart and PID issues.
2014-05-29 00:00:59 -07:00
echel0n
6558b8ac71
Code cleanup
2014-05-28 23:24:23 -07:00
echel0n
2dcd26e69c
Update imdbpy libs to v5.0
...
Fixed invalid indexer id issues for TVRage shows.
Fixed issues for getting posters and backdrops for TVRage shows.
We now convert XML straight to a dict object for Indexer APIs, improved overall performance api's
Fixed issues with TVRage shows and displaying genre's properly.
2014-05-28 23:09:38 -07:00
Nils Vogels
7bf12460be
PEP8 cleanups
2014-05-29 02:44:00 +02:00
Nils Vogels
0e34c8c4b3
Backport from https://github.com/thezoggy/Sick-Beard , applied to our branch
...
General cleanups in notifiers.
* Cleaned up notifier ui page wording so they follow similar pattern.
* Better exception handling for pyTivo and NMJ
* Cleaned up logging entries, trying to standardize on what level we report and verbiage (not using contractions, prune out duplicate/excessive entries)
2014-05-29 02:30:38 +02:00
echel0n
e009641804
SickRage now stores the XEM scene data to the main DB under tv_episodes for faster lookups and better linkages with epiosde objects, insures we have scene data on hand when we want it!
...
Adding functions to lookup scene season and ep info via scene absolute numbers.
We now try and create a show object from parsed release info before we consider it a valid parsed result to insure we even have the show in our show list, also used to validate anime releases.
Misc bug fixes here and there.
2014-05-28 14:16:03 -07:00
Nils Vogels
9e455c424a
Merge branch 'FuzzyMoments' of https://github.com/JackDandy/SickRage into JackDandy-FuzzyMoments
2014-05-28 00:17:24 +02:00
echel0n
34da3f53d8
Added Black and White list for release groups for anime shows.
...
Fixed anime show list splitter.
Added check for anime shows and providers so we don't perform searches with a provider that doesn't support the type of show genre we are searching.
2014-05-27 03:09:57 -07:00
Nils Vogels
c217a4fc57
Merge branch 'dev' of github.com:echel0n/SickRage into dev
2014-05-26 23:33:27 +02:00
Nils Vogels
177dbc0f22
More namechanges
2014-05-26 23:32:47 +02:00
echel0n
347f595dfe
Fixes issue with daily searcher constantly showing it's in progress when in fact it is not from manage searches page.
2014-05-26 14:20:31 -07:00
echel0n
840f7c7bdf
Fixed issue with daily search progress monitoring.
2014-05-26 14:09:14 -07:00
echel0n
4da248ef9b
Fixed internal indexer scene name cache which resolved issues with searching and snatching.
2014-05-26 14:06:54 -07:00
echel0n
c5f933e4c8
Fixed app performance issues from recent upgrades.
...
Fixed issues with manual searches not working.
Moved misc routine tasks to a proper schedualed thread that runs every 1 hour for updating network timezones, scene exceptions, and trimming failed history.
Forced misc routine tasks at startup to complete first before anything else runs, critical since this does our scene exception updates and internal scene cache loading which is needed before searches begin.
2014-05-26 13:16:07 -07:00
echel0n
de01fa1e37
Fix for scene name repeat bug when displaying show.
...
Added scene exceptions feature, hover over the show name with your mouse to see ALL scene exceceptions currently set for the show.
2014-05-26 11:07:10 -07:00
echel0n
f7b11e1e98
Fixed issues with post-processing.
...
Fixed issue with priority post-processing, bug would allow 2nd attempt to go through even if priority settings were not selected.
Fixed issues with cache retrieval and storing of provider results, properly stored now with season and ep info converted to indexer numbering.
Fixed a bug that was caching unconverted scene numbered files for post-processing causing us to skip converting them when needed.
2014-05-26 03:42:34 -07:00
echel0n
7e711c0665
Fix for find propers and newznab providers
2014-05-26 01:05:47 -07:00
echel0n
7a56afe512
Fix for new show searches, now checks alias names as well as series names to get results.
2014-05-26 00:45:11 -07:00
echel0n
9a3e7ab0a9
Added anime support with anidb support.
...
Added fanzub anime nzb provider.
Fixed NyaaTorrents anime provider.
This is in testing phase so bugs are to be expected.
2014-05-25 23:29:22 -07:00
Bike Mike
89c944ec94
Added cookie support to custom torrent provider
2014-05-25 19:19:45 +02:00
echel0n
3b6534ca1d
Fix for issues relating to webAPI and episode searching.
2014-05-23 10:05:44 -07:00
echel0n
a350be339c
Fix for issue causing issues loading and saving search providers
2014-05-23 09:35:01 -07:00
JackDandy
cf1d88343d
Add feature to General Config to display fuzzy dates instead of absolute dates. Add feature to General Config to trim the leading number "0" shown on hour of day and date of month.
...
Affects UI dates on the Coming Episodes, Display Show, Manage > Backlog Overview, Home and History pages.
Widen the General Config tab widths and tweak, format and align some texts.
The many 'test date' variations in the General Config -> "Date and Time" drop down are useless during the month of May as both short and long styles are the same. Change the 'test date' to January 1 of the next year so short and long month styles are distinguishable.
2014-05-23 16:20:44 +01:00
echel0n
7391a6e454
App name change in code.
2014-05-23 05:37:22 -07:00
echel0n
5c43787560
Fixed missing ui notification for snatched episodes.
2014-05-22 23:58:29 -07:00
echel0n
43219e34e3
Fix for transmission torrent client and ratio's
2014-05-22 23:45:49 -07:00
echel0n
b499e4b6db
Fixed issues with per-provider torrent ratio settings, now can be left blank to default to client ratio setting.
2014-05-22 23:42:11 -07:00
echel0n
753be64090
Fixes issue of missing ui notification to let you know that there was no update needed when forcing a version check.
2014-05-22 22:43:53 -07:00
echel0n
d37a992508
Fixes issue with trailing slash being appened to end of url when adding custom RSS torrent provider.
2014-05-22 22:36:48 -07:00
echel0n
736cb7c738
Fixes issues with ABD shows searching for complete seasons and returning zero results.
2014-05-22 22:02:49 -07:00
echel0n
f5cb9ab84d
Fixes issue with version update not appearing at top of page
2014-05-22 20:17:24 -07:00
echel0n
80651447ae
Update webserve.py
2014-05-22 10:01:03 -07:00
echel0n
9cd9576232
Fix for Next Ep airdates.
...
Added check for hidden folders in post-processing.
Cleaned up daily search function.
2014-05-21 20:12:15 -07:00
echel0n
13462fbb67
Added user settable interval for autoPost-Processing to post-processing config section.
2014-05-21 13:26:24 -07:00
echel0n
95adb131e1
Revert "Fix for findpropers and newznab providers"
...
This reverts commit cfa5d99066
.
2014-05-21 12:08:08 -07:00
echel0n
63207ba93b
Added global indexer timeout for adding shows.
2014-05-21 11:17:52 -07:00
echel0n
3a874b56dd
Fixed issues with detecting _UNPACK_ when post-processing
2014-05-21 09:42:33 -07:00
echel0n
cfa5d99066
Fix for findpropers and newznab providers
2014-05-20 22:50:56 -07:00
echel0n
e09c4976a5
Removed internal cache update checks, cache updates will now perform at the interval setting time you set for daily searches.
2014-05-20 20:55:42 -07:00
echel0n
8141d8a170
Fixed issues for custom RSS torrent providers
2014-05-20 20:22:48 -07:00
echel0n
d6a942698a
Fixes errors caused by duplicate newznab providers
2014-05-20 13:51:54 -07:00
echel0n
9914523f64
Correctly sets episodes past current date to UNAIRED if episode status is set to SKIPPED or WANTED so that manually snatched pre-release episodes do not get effected.
2014-05-20 12:24:20 -07:00
echel0n
3517952536
Fix to insure pre-release downloads/snatches don't get reset back to unaired.
2014-05-20 12:02:10 -07:00
echel0n
76e8c73c4b
rawhd update
2014-05-20 11:41:07 -07:00
echel0n
fa11b4ef3a
Removed some sleep timers to improve overall speed of sickrage.
2014-05-20 11:01:51 -07:00
echel0n
83d7e9fb69
Removed global seed ratio's
2014-05-20 09:27:52 -07:00
echel0n
9e1402057a
Added in min seed and min leech options for torrent providers
2014-05-20 09:06:11 -07:00
echel0n
a15db1719d
Removed some re-dundant code from daily search.
...
Fixed up some entries in mede8er metadata provider.
Changed detection of non-season packs.
2014-05-20 08:08:44 -07:00
echel0n
6a02edd7fc
Added search options to NZB providers
2014-05-19 19:29:51 -07:00
echel0n
5f328eba5f
Converted NZB providers to new dynamic config style format.
2014-05-19 19:14:06 -07:00
echel0n
ab8d9e6405
Fixed issues with queues.
...
Tweaked code to get more performance from it.
2014-05-19 18:04:23 -07:00
echel0n
a4c790eedc
Fixes issues with skip removed files option.
...
Fixes issues with saving usenet providers.
2014-05-19 16:43:01 -07:00
echel0n
3918917f7a
HDBits fixed! DOn't question just say ... thankyou ;)
2014-05-19 14:25:33 -07:00
echel0n
f0bd8e5e4a
Fixes issues with processTV failed downloads and HDBits auth info
2014-05-19 13:06:32 -07:00
echel0n
d616ca2298
This fixes all failed download issues
2014-05-19 12:20:33 -07:00
echel0n
a12085cbfc
Fxi for failed downloads
2014-05-19 10:53:47 -07:00
echel0n
854de69683
Fixed find propers.
...
Added ability to force a find propers search.
2014-05-19 10:40:25 -07:00
Nils
621f790392
Merge pull request #573 from JackDandy/FixSearchNzbsOrg
...
Fix: Searching for propers/repacks at nzbs.org.
2014-05-19 19:03:06 +02:00
echel0n
71604b5769
Fixed issue for season searches using episode only mode but fallback to season only mode, was small typo correction
2014-05-19 08:59:22 -07:00
echel0n
51540993be
Fix for failed releases not properly converting scene numbered to indexer numbering plus small typo fix.
2014-05-19 08:47:01 -07:00
echel0n
2a5598ba0f
Fixes issues with settings and newznab providers.
2014-05-19 08:22:18 -07:00
echel0n
c6b064de23
Fixed small typo causing scene numbering to indexer numbering issues
2014-05-19 06:57:20 -07:00
echel0n
e7931f0c7f
Added Torrage.com as alternative site to Torcache.net
2014-05-19 06:27:38 -07:00
echel0n
66e499ab23
Fixes issues with daily searcher not snatching its results when it has any to snatch.
...
Fixes issues with not properly converting scene numbering eps to indexer numbering.
2014-05-19 06:08:16 -07:00
Nils
d27e4642c4
Merge pull request #575 from Dahlgren/fix_skip_removed_files
...
Fixed missing parameter skip_removed_files
2014-05-18 23:24:27 +02:00
Nils
55bc853b79
Merge pull request #574 from vzoltan/patch-1
...
Update pushbullet.py to include episode name
2014-05-18 23:01:53 +02:00
Björn Dahlgren
3da3121395
Fixed missing parameter skip_removed_files
2014-05-18 20:57:50 +02:00
echel0n
b842185bad
Fixed timezones (reversed)
2014-05-18 11:44:49 -07:00
echel0n
f4b71b7203
Fix for date/time display issues.
...
Fix for manual snatches not updating status in realtime.
2014-05-18 11:21:18 -07:00
echel0n
cf18b3eec8
Fix to ensure unaired fix for mainDB only happens for shows without a already set UNAIRED status
2014-05-18 10:19:51 -07:00
echel0n
0830de89cd
Corrected a sqlite syntax error
2014-05-18 10:14:21 -07:00
echel0n
1195e07f7b
Fixes issues with episodes that have been set to a WANTED status but have a airdate in the future past current date.
...
Fixes issues with daily search so it only searches for shows between 1 week ago and current date.
2014-05-18 10:12:12 -07:00
echel0n
1f55b11b7d
Fixes issue with daily searcher setting episodes past todays date to wanted.
2014-05-18 09:54:03 -07:00
echel0n
de20d13c61
Added per-provider option 'backlog only' which allows you to disclude any provider from the daily search but still use it for backlogs, currently working for torrents only and will add to nzb providers later on today.
...
Cleaned up details on search options for providers and made it look nicer
2014-05-18 09:39:30 -07:00
echel0n
f0d78dbfbb
Merge branch 'origin/dev'
2014-05-18 08:58:04 -07:00
echel0n
6709ebdf12
Fixed issues with daily searcher
2014-05-18 08:57:07 -07:00
echel0n
c350c0fdf9
Fixed dupe issues with backlog searches.
...
Set cache to store results for 1 week and remove anything older then 1 week only if daily search has searched the results before hand.
2014-05-18 08:33:31 -07:00
echel0n
f8a8f4c5b4
Fixed issues in mede8er metadata module
2014-05-18 06:26:34 -07:00
echel0n
c65573a8d7
Re-wrote daily searcher to search for unaired and wanted episodes going back as far as 1 week, also moved it so it queue's its items now.
...
Cleaned up description of new per-provider season search options.
2014-05-18 05:59:42 -07:00
vzoltan
f667e8a17f
Update pushbullet.py
...
This change adds a detailed push notification to PushBullet (you dont need to open the app to know what was downloaded or snatched)
2014-05-18 13:39:30 +02:00
Nils Vogels
215f0cdb46
Adding missing character in URL
2014-05-18 02:15:13 +02:00
Nils Vogels
da8e2e3d19
Path detection for icons was still in midgetspy format.
...
Changed paths to our gui
2014-05-18 01:17:16 +02:00
Nils Vogels
3a08af6661
Merge commit '8c449e2' into dev
2014-05-18 00:16:13 +02:00
Nils Vogels
8c449e27d2
Add option to skip detection of removed files
...
Adds config option in Config > Postprocessing
2014-05-18 00:14:31 +02:00
echel0n
4164f00fc8
Fix for restarting issues and slow loading of shows
2014-05-17 12:18:05 -07:00
echel0n
0a1a2a7148
Fixed CPU Throttling details
2014-05-17 11:57:17 -07:00
echel0n
32cf17c638
Fixed error when saving blank ratio's
2014-05-17 11:42:37 -07:00
echel0n
55f27c4f40
rss cache updates and daily search have been joined into one function.
...
fixed more issues of missing vars causing saving of config issues.
2014-05-17 11:14:48 -07:00
JackDandy
7e48e827f7
Fix: Searching for propers/repacks at nzbs.org.
...
If no results are found with the usual search URL, an alternate is tried.
2014-05-17 18:59:33 +01:00
echel0n
04213bebf2
Fixed bug that was causing issues with saving config.
...
Fixed bug that was causing searches to double up on there results.
2014-05-17 10:30:23 -07:00
Nils
89ea07efa7
Merge pull request #569 from JackDandy/DisplayCombinedOutcomeAtEnd
...
Display combined SR post processing outcome
2014-05-17 18:47:05 +02:00
echel0n
905d2b4eaf
Fix for possible infinitie loop in searches
2014-05-17 09:43:34 -07:00
echel0n
0afdeb3c1f
Added ability to disable daily search at startup.
...
Fixed search frequencies.
Changed HDBits to use requests json parser.
2014-05-17 09:18:50 -07:00
echel0n
be001c47ae
Fixed issues for unicode problems for encrypted passwords.
2014-05-17 07:57:47 -07:00
echel0n
12b8fc9990
Removed a extra space that may have caused issues in future
2014-05-17 06:55:58 -07:00
echel0n
22ec1a4418
Fixes issues with provider settings being loaded and unicode data when it should of been stripped off.
2014-05-17 06:10:52 -07:00
echel0n
67073d007e
Fixes missing uid and hash vars
2014-05-17 05:13:05 -07:00
echel0n
a3e06b965f
Added in CPU Throttling option under general config -> advanced.
...
Fixed issues with passwords and unicode chars.
Fixed issue with usenet_retention variable not being saved or set.
2014-05-17 04:40:26 -07:00
echel0n
0b9b6228ae
Fix for issues with fallback search option.
...
Fix for issues with passwords.
2014-05-17 03:01:09 -07:00
echel0n
f9052ca2b2
Fixes to help with brining down the cpu usage of SickRage
2014-05-17 02:27:17 -07:00
echel0n
9a23bfd0f5
Fixes issues when using system default for Date format, it will now properly display it in your locale.
2014-05-17 00:56:41 -07:00
echel0n
58e0b58a0f
Added a timezone display option so that you can either display the date/time via your local timezone or the show's network timezone.
2014-05-17 00:30:21 -07:00
echel0n
5453c8c6df
Fix for TPB proxy issues.
...
Fix for save config issues.
2014-05-16 23:38:00 -07:00
echel0n
e96035ff4f
Added per-provider options search mode and search fallback.
...
Search mode allows you to choose season packs only or episodes only which controls how backlogs search for data.
Search fallback if selected will attempt a 2nd search this time using the alternative search mode to see if it can get results if the previous attempt failed.
Provider settings are now read and stored dynamically instead of always having to retrieve them by there static names, this will allow for dropping in new provider modules easier to intergrate with existing options already present.
Fixed search code to not perform dupe searches by mistake.
Cache stores a list of shows we have rejected so that next time around we don't have to process them to know we don't like em.
2014-05-16 22:29:44 -07:00
echel0n
816a3d9572
Fixes season pack and episode only searches
2014-05-16 02:16:01 -07:00
echel0n
e309aa2cbf
Fixed more unrequired search strings from being created and wasting our time doing duplicate searches
2014-05-15 22:40:49 -07:00
echel0n
4576ade4ce
Fixed a issue that was causing multiple search strings to be created for the same season or episode during a search, this would of caused unrequired searches to be performed.
2014-05-15 22:16:35 -07:00
echel0n
03c3c9666b
Fix for startup issues after last commit
2014-05-15 22:03:37 -07:00
echel0n
a6d30ac425
Fixed potential backlog issues.
...
Fixed potential failed download item issues.
Added in more detailed logging for backlogs.
2014-05-15 21:55:56 -07:00
echel0n
b0f1f2c91e
Fixes date timezone issues
2014-05-15 21:15:49 -07:00
echel0n
a39c881cb3
Complete re-write of backlog search.
...
Fixed air-by-date backlog searches.
2014-05-15 20:39:46 -07:00
echel0n
1aff31eaec
Complete Backlog searches can now be forced from manage search menu.
2014-05-15 15:06:13 -07:00
echel0n
8ac8150eb3
Fixed issues with search results not being snatched when searching shows with custom quality settings.
...
Added option to force a RSS update under Manage searches.
Added status of rss updates and daily searches to be displayed at bottom of pages.
2014-05-15 14:43:57 -07:00
Nils
ca913d965b
Merge pull request #567 from JackDandy/CheckPropersEvery
...
Add new feature, check propers interval.
2014-05-15 23:39:23 +02:00
echel0n
79b239bbce
Fix for incorrect date being set inside SickRage due to date not probally being converted back to local timezone.
2014-05-15 04:40:30 -07:00
JackDandy
d04937cb8b
Output success if *all* the many post processing actions are successful, otherwise indicate a problem occurred if one fails.
...
This outcome message is displayed in the SAB history UI and improves on the existing "deleting filex" message that only applies to the last action done during a multiple action batch.
2014-05-15 11:27:22 +01:00
echel0n
25e2430820
Added code to check and confirm that a daily search was performed on previous cache results before we go ahead with clearing the cache and wasting results that could hold potential items to be snatched.
2014-05-15 00:20:00 -07:00
echel0n
628fe23f8d
Fix to stop removal message of cache items from occuring when untrue
2014-05-14 23:06:39 -07:00
echel0n
1fcfa4c70a
Improved caching results code, helps with daily searches.
2014-05-14 22:55:39 -07:00
echel0n
e20adcfab8
Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu.
...
Fixed issues with subliminal subtitle downloader.
2014-05-14 21:16:46 -07:00
echel0n
7c5144417e
Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading."
...
This reverts commit f6a264bf5c
.
2014-05-14 18:41:08 -07:00
echel0n
93471b15e6
Revert "Minor change to subtitle code"
...
This reverts commit 70c5a02580
.
2014-05-14 18:40:51 -07:00
echel0n
eeb632fd0f
Fix for search iteration issue
2014-05-14 15:28:44 -07:00
JackDandy
fe74efbf23
Add new feature, check propers interval.
...
Allow user to select an interval between searches for propers.
2014-05-14 23:23:59 +01:00
echel0n
70c5a02580
Minor change to subtitle code
2014-05-14 15:02:25 -07:00
echel0n
f6a264bf5c
Updated Subliminal to 0.80 and fixed issues with subtitle downloading.
2014-05-14 14:52:05 -07:00
echel0n
0657589be0
Fix for topdown issue in postprocessTV
2014-05-14 09:18:54 -07:00
Nils
e0558ea4cd
Merge pull request #558 from Zwooosh/dev
...
Don't add portnumber when restarting with reverse proxy enabled
2014-05-14 17:08:00 +02:00
Nils
95fcd9f946
Merge pull request #563 from vzoltan/patch-1
...
Update boxcar2.py: Title and sound
2014-05-14 17:05:26 +02:00
Nils
1ebe5a7c3c
Merge pull request #565 from JackDandy/ChangeFileDate
...
Add new feature, set file date to episode aired date.
2014-05-14 17:03:54 +02:00
JackDandy
6988ffb82b
PickBestResult x264 over xvid where both exist.
2014-05-14 13:53:12 +01:00
JackDandy
c33b92866d
Add new feature, set file date to episode aired date.
2014-05-14 13:33:36 +01:00
Zwooosh
5dae4c86c9
Merge remote-tracking branch 'upstream/dev' into dev
...
Conflicts:
SickBeard.py
2014-05-14 13:17:00 +02:00
vzoltan
2ed20dae1b
Update boxcar2.py
...
Small change on the push notification message for Boxcar2 and a softer notification sound replacement.
2014-05-14 12:32:16 +02:00
echel0n
1a3a733654
Taught it to be nice ;)
2014-05-14 02:55:53 -07:00
echel0n
5645eecd9c
Merge branch 'origin/dev'
2014-05-14 02:42:28 -07:00
echel0n
bde70f1881
Fixed metadata code to add proper indexer info to the tvshow.nfo files
2014-05-14 02:42:08 -07:00
echel0n
415e0df536
Fix for air-by-date and sports shows when searching for full seasons.
...
Fix for rssupdater errors
2014-05-14 01:01:36 -07:00
Nils
afdec5a69d
Merge pull request #561 from JackDandy/FixProviderSSL
...
Fix one of the default providers to use SSL.
2014-05-14 08:51:01 +02:00
echel0n
51ff041389
Fix for writing new NFO files for updating Indexer info, prevents constant writing on refreshes of shows
2014-05-13 21:14:54 -07:00
echel0n
93573abdc4
Fixes issues with possible duplicate downloads.
2014-05-13 19:19:28 -07:00
JackDandy
7f31c1e2c1
Fix one of the default providers to use SSL.
2014-05-14 01:43:01 +01:00
echel0n
734de67684
Improved manual, failed, and backlog searching.
2014-05-13 14:47:54 -07:00
echel0n
b8a499b3d3
Fix for manual and backlog searches to insure maximum results are returned
2014-05-13 13:38:32 -07:00
echel0n
98e1d67cf9
Fixed for failed downloads issue list index out of range
2014-05-13 12:34:57 -07:00
echel0n
d2b4ad526d
Fix for sports air-by-date shows
2014-05-13 12:04:59 -07:00
echel0n
ed8de59e91
Fixed air-by-date issues with downloading a show that results in downloading the incorrect show afterwards.
2014-05-13 12:02:22 -07:00
echel0n
fab8329e23
Fixed provider ratio issues, not can be set via .1 increments
2014-05-13 10:36:10 -07:00
echel0n
5f8037530a
Fix for when no best match is found.
2014-05-13 10:11:19 -07:00
echel0n
f78ed64878
Fix for failed downloads and improper storing of release name in db
2014-05-13 09:30:25 -07:00
echel0n
cd77da5b60
Small typo fix
2014-05-13 08:45:29 -07:00
echel0n
dd16da1a5f
Fixed cache issues.
...
Fixed air-by-date issues
2014-05-13 08:44:31 -07:00
echel0n
be4b1a4daa
Merge pull request #557 from vzoltan/patch-2
...
Update boxcar2.py
2014-05-13 05:26:44 -07:00
echel0n
0257c70990
Merge pull request #549 from sammy2142/patch-1
...
Fixes Invalid ratio error when ratio is not set for transmission
2014-05-13 05:25:52 -07:00
echel0n
43d91b7fa7
Merge pull request #559 from iron8core/scc_real_fix
...
Add forgotten 'self' argument to _isSection()
2014-05-13 05:25:07 -07:00
echel0n
b094dea562
Merge pull request #555 from DisasteR/dev
...
Fix Renaming issue for not PROPER release generating two dot in filename
2014-05-13 04:54:22 -07:00
iron8core
220b139bcc
Add forgotten 'self' argument to _isSection
2014-05-13 13:19:03 +02:00
echel0n
b9310444e5
Fix for failed download issues.
...
Fix for auto-update improperly restarting.
2014-05-13 04:16:32 -07:00
echel0n
2318e43e89
Fix for scene numbering manually when show has incomplete xem mapping.
...
Fix for displaying shows scene numbering when show does not exist on xem.
2014-05-13 03:03:11 -07:00
Zwooosh
4f43349dee
Don't add portnumber when restarting with reverse proxy enabled
2014-05-13 11:58:27 +02:00
echel0n
9301d29433
Improved performance of RSS Cache updater
2014-05-13 00:03:10 -07:00
echel0n
e353cd13c7
Added ability to turn RSS Cache updates on startup and let it start when its interval is reached and continue from there. This can be set from same place you set backlog startups.
2014-05-12 22:48:00 -07:00
echel0n
6dee243904
Season pack fix 1200
2014-05-12 12:58:55 -07:00
echel0n
1d339b97f6
Fix for looping issue during backlog searches
2014-05-12 12:48:47 -07:00
echel0n
7d6e73f026
Fix for migration issues
2014-05-12 12:18:27 -07:00
echel0n
651e71082e
Fix for season pack searches ... ALL PROVIDERS!
2014-05-12 12:08:52 -07:00
echel0n
858ac3af18
Test #2000 for season pack fix for BTN
2014-05-12 11:57:26 -07:00
echel0n
b5890b2af7
Testing season pack fix for BTN
2014-05-12 10:49:59 -07:00
echel0n
a5794a5347
Fix for BTN season pack searches
2014-05-12 09:35:40 -07:00
vzoltan
331939a229
Update boxcar2.py
...
This change adds a detailed push notification to Boxcar2 and also changes the sound of the notification.
(tested, works)
thanks
Sorry for the duplication.
2014-05-12 17:23:38 +02:00
echel0n
c761f32c85
Fix for failed downloads
2014-05-12 07:11:10 -07:00
DisasteR
e5a59afbd4
Fix Renaming issue for not PROPER release generating two dot in filename
2014-05-12 16:09:55 +02:00
Nils
29626d1187
Merge pull request #554 from Prinz23/nl_sub_remove
...
Remove Nl sub Filter
2014-05-12 15:34:10 +02:00
echel0n
72278cfcb2
Fix for failed downloads
2014-05-12 06:31:37 -07:00
Prinz23
18e4e369b6
Remove hard coded NL-Sub Filter
2014-05-12 15:24:45 +02:00
echel0n
a77d8c1fcb
Fixed for Backlog startup feature.
2014-05-12 06:12:15 -07:00