143 Commits (dbb3b75d6e52b84cadcb6733a6af4fd99d9fcccd)

Author SHA1 Message Date
echel0n dbb3b75d6e Updated sports regex pattern for more accurate matches and to filter out pre-event episodes 11 years ago
echel0n 94ec9e6e6b Adds additional scoring for series number and series event name parser matches to help determine valid show info 11 years ago
echel0n 0fddbac1c4 Fix for No episode number found error for air-by-date/sports shows 11 years ago
echel0n be17ed122b Fix for air-by-date and sports shows issues with parsing results. 11 years ago
Adam 49a8df0cac Fix for ABD shows 11 years ago
Brian Hartvigsen 37e35754c4 Add fixing name_parser/parse.py too... 11 years ago
echel0n e98418ba8d Small code change 11 years ago
echel0n f1c45a596d Code typo fixed 11 years ago
echel0n 3ae4c13104 Code fix 11 years ago
echel0n 6a5567d040 Another minor code fix 11 years ago
echel0n f5725f4402 Minor code correction. 11 years ago
echel0n 17906539ae Fixed improper line indentation 11 years ago
echel0n 1ee64ced4d If we fail to find season/episode info for air-by-date shows via DB query we attempt via indexerAPI calls 11 years ago
echel0n dfc18b8d54 Small code change for parsing air-by-date shows to get season/episode info 11 years ago
echel0n 818536fcb4 Fixed naming issues for sports and air-by-date shows. 11 years ago
Adam fd9be53fcb Anime propers 11 years ago
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
echel0n f47734446d Fixed further json issues with speedcd provider. 11 years ago
echel0n a697805923 Fixed NameParser to properly parse anime episodes that use normal season and episode naming conventions. 11 years ago
echel0n de5db9be64 Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as. 11 years ago
adam 72a3ab63f8 Tidy PP log message 11 years ago
echel0n 636bbfa2de Fixes issues with scene exception updating when editing a show, should resolve problems with it duplicating scene exception name over and over again. 11 years ago
echel0n 02c8b867c6 Fixed -RP release issues. 11 years ago
echel0n 5802fc372c Fix for naming pattern issues. 11 years ago
echel0n 14fd0daa6c Fix for nameparser error during PP 11 years ago
echel0n 3fd5f75180 Removed a sleep timer 11 years ago
echel0n bf40e6bd98 Updated code to perform indexer id comparisons to confirm show is correctly choosen if we passed in a show object to test against. 11 years ago
echel0n 222f702f46 Skips to next regex if unable to create result.show 11 years ago
echel0n 09a3333399 Moved code out of series_name check for show object creation/checking. 11 years ago
echel0n eff064f347 Accuracey and speed improved for nameparser. 11 years ago
echel0n e0e10dd289 Improved name parser scoring 11 years ago
echel0n c4a0f314fd Fixed name parsing result issues with improper regex patterns being used. 11 years ago
echel0n 579681386e Another test fix for anime PP issues 11 years ago
echel0n 9bef354899 Testing another fix for anime PP issues. 11 years ago
echel0n 546f7c00b4 Reverted persistent storage of nameparser cache, testing fix to prevent crashes possibly related to memory usage. 11 years ago
echel0n 89c8ed4372 Using unicode for name keys now in NameParser cache, resolves 8-byte error. 11 years ago
echel0n c577ff2887 Reverted back to using Shove+SQLAlchemy for storing persistent object data to avoid any more DB corruption errors. 11 years ago
echel0n 2fec443c37 Forgot to add check if naming pattern was calling nameparser for previous commit. 11 years ago
echel0n c3f6417f5f NameParser now gets episode/season numbers for anime shows using absolute numbers. 11 years ago
echel0n 7cbeef5ed0 Fixed invalid naming pattern error. 11 years ago
echel0n 4a061d4dd2 AniDB now updates its xml lists daily. 11 years ago
echel0n fefcfa0952 Fix for NameParser invalid show errors. 11 years ago
echel0n 79f923dc9c Fixed andidb scene exceptions to be called only on shows that are marked as anime. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 0e3495d30f Fix for show parsing errors to be displayed via debug logs now instead as a warning. 11 years ago
echel0n 9dd679e30f Fix for anime showObj regex matching. 11 years ago
echel0n fe65ecd2c3 Fixed issues with searches for show specials causing SR to think its a entire season. 11 years ago
echel0n 74f73bcc34 New event queue system in place, currently handles shutdown and restart calls. 11 years ago
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. 11 years ago
echel0n f91569ec84 Fix for post-processing and parsing errors. 11 years ago