echel0n
b1c9b71846
Testing new faster method of obtaining show object via regex matching for series name during Name Parsing for results.
11 years ago
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.
11 years ago
echel0n
3e78004d36
Fix for KeyError: None in displayShows
11 years ago
echel0n
61e1e5d2c2
Fix for __exit__ DB errors
11 years ago
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.
11 years ago
echel0n
ac9d78bc0f
Name parser performance fixed, manual searches fixed.
11 years ago
echel0n
bbbc7469fb
fix for tornado error handler
11 years ago
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.
11 years ago
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.
11 years ago
echel0n
a2a44eae85
Fix for anime regex's 'anime_and_normal' pattern, resolves issues with show-queue refreshes
11 years ago
echel0n
836722d6cd
Added timer in to reduce cpu usage during release name parsing
11 years ago
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.
11 years ago
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
11 years ago
echel0n
784b8d7179
Fixed webAPI, function arguments updated to reflect previous code changes.
11 years ago
echel0n
9685696e36
Fix for "TypeError: 'NoneType' object is unsubscriptable" in Indexer API code
11 years ago
echel0n
95e928bfcb
Fix for PID file: /tmp/sickbeard.pid already exists during auto updates
11 years ago
echel0n
4443a5a649
Fix for mass edit
11 years ago
echel0n
5f7b8465d0
Fixed issue with extractZip function.
11 years ago
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.
11 years ago
echel0n
7ce409e90d
Merge pull request #612 from JackDandy/port_fix_BTN_duplicate_search_params
Port:Fix BTN adding same search parameters multiple times.
11 years ago
echel0n
0499d5b6aa
Merge pull request #611 from JackDandy/port_fix_change_setting_episode_status
Port fix change setting episode status
11 years ago
echel0n
1fa8686422
Merge pull request #610 from JackDandy/port_fix_omgwtfnzbs_findPropers
Port:Fix omgwtfnzbs findPropers.
11 years ago
echel0n
6e3f52c6f4
Merge pull request #609 from JackDandy/refactor_scheduler_and_ports
Refactor scheduler and upstream ports.
11 years ago
echel0n
d5550288fc
Merge pull request #608 from lennyk/nfo_rename_option
Option to NOT rename .nfo to .nfo-orig
11 years ago
echel0n
cf13581db6
Merge pull request #607 from fittysix/patch-2
Add moderator to confirmed TPB torrent posters
11 years ago
echel0n
a43d7b7593
Merge pull request #596 from adam111316/anime-1080p-fix
Fix for 1080p HDTV anime
11 years ago
echel0n
b312c9dcda
Merge pull request #593 from tutipeti/feature/synods_destination
Destination option for the Synology DS
11 years ago
echel0n
cfc56a569d
Merge pull request #599 from nielsenj/patch-2
Fixed setting ratio in Transmission
11 years ago
echel0n
8dd4585145
Fix for pushover notifications.
11 years ago
echel0n
495a1a4fb3
Merge pull request #604 from rawsonm88/pushover-custom_api_key
Add UI option for users to enter their own Pushover API key
11 years ago
echel0n
07685f4295
Fixed issues with webroot settings and reverse proxies.
Fixed issues with WebAPI and WebAPI builder.
11 years ago
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.
11 years ago
JackDandy
ff524fc7e4
Port:Fix omgwtfnzbs findPropers.
11 years ago
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.
11 years ago
JackDandy
1c487f92f9
Port:Fix not setting status if show location is missing but sickbeard.ADD_SHOWS_WO_DIR is set
11 years ago
JackDandy
42f018bf06
Port:Fix BTN adding same search parameters multiple times.
11 years ago
JackDandy
821c1237b3
Port:Add safe replace existing file is larger but new file is proper.
11 years ago
echel0n
b9c22582cf
Added restore folder to gitignore list.
11 years ago
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.
11 years ago
echel0n
ddbcfb40ba
Merge remote-tracking branch 'origin/dev'
11 years ago
echel0n
acadce4d96
Fix for setting status via episode status manager
11 years ago
echel0n
9b20ec56e4
Merge remote-tracking branch 'origin/dev'
11 years ago
echel0n
5aba53ae8e
Fix for OSError: [Errno 9] Bad file descriptor error, freebsd related
11 years ago
Mark Rawson
e50ce507e5
Bugfix - fix issue with Pushover test notifications, false-positive if api/user keys removed in UI but not yet saved
11 years ago
Mark Rawson
abb7c78dac
Pushover - remove hard-coded API key, add API register link to UI.
11 years ago
Mark Rawson
3f78f88c78
Add logging for pushover message limit error (429)
11 years ago
echel0n
c792e34c43
FreeNAS test fix #4
11 years ago
Mark Rawson
03c9b303e0
Merge branch 'dev' of https://github.com/echel0n/SickRage into pushover-custom_api_key
11 years ago
echel0n
8fdfbaa960
Merge remote-tracking branch 'origin/dev'
11 years ago
echel0n
cefbe3859a
Test fix #3 for freenas
11 years ago