- 15 Nov, 2018 1 commit
-
-
echel0n authored
-
- 12 Nov, 2018 1 commit
-
-
echel0n authored
-
- 19 May, 2018 1 commit
-
-
echel0n authored
Fix KeyError for black and white lists Fixed NoneType error for indexer api
-
- 11 Dec, 2017 3 commits
- 08 Nov, 2017 1 commit
-
-
echel0n authored
-
- 07 Nov, 2017 2 commits
- 13 Aug, 2017 1 commit
-
-
echel0n authored
-
- 05 Apr, 2017 1 commit
-
-
echel0n authored
-
- 12 Nov, 2016 1 commit
-
-
echel0n authored
Fixed issues with database and multiple threading Fixed issues with database and shutdowns Fixes issues with queues and shutdowns
-
- 23 Oct, 2016 1 commit
-
-
echel0n authored
fix: Fixed code for source updating
-
- 05 Oct, 2016 1 commit
-
-
echel0n authored
-
- 03 Oct, 2016 1 commit
-
-
echel0n authored
-
- 02 Oct, 2016 1 commit
-
-
echel0n authored
-
- 25 Sep, 2016 1 commit
-
-
echel0n authored
-
- 20 Apr, 2016 1 commit
-
-
echel0n authored
Misc code moved around out of main.
-
- 31 Mar, 2016 1 commit
-
-
echel0n authored
Numerous corrections to session handling code.
-
- 25 Feb, 2016 1 commit
-
-
echel0n authored
Added in javascript router to handler controller actions and proper routing of them. Version bump to 8.0.0
-
- 06 Feb, 2016 1 commit
-
-
echel0n authored
Fixed more issues found with startup and pip installs/upgrades of required packages when running as a non-root/admin user
-
- 04 Feb, 2016 2 commits
- 17 Jan, 2016 1 commit
-
-
echel0n authored
Fixed more unresolved references to imports and more issues revolving around naming of episodes and setting of qualities.
-
- 15 Jan, 2016 1 commit
-
-
echel0n authored
-
- 13 Jan, 2016 1 commit
-
-
echel0n authored
-
- 10 Jan, 2016 1 commit
-
-
echel0n authored
NEW: Rewrote the startup/restat/shutdown of the app to utilize tornado's ioloop and autoreload features. NEW: Replaced scheduler with APScheduler. NEW: Rewrote provider modules to create dynamic instances on the fly and switched to using dicts. NEW: Removed libs folder and created requirements.txt for installing required libs NEW: Added in v2 API access for theTVDB.com to support better searches. FIX: Corrected several filenaming pep8 issues. FIX: Seperated variables from core code in main __init__ file. FIX: Fixed several bugs related to metadata parsing. Many additions, correctios, and bugfixes have gone into this beta release for me to list so please use with caution as always and enjoy!
-
- 14 Dec, 2015 1 commit
-
-
echel0n authored
FIX: Conversion of old-style logging calls to new-style logging calls per new logging module code reqs. FIX: Using unicode_literals to futureproof py2>py3 conversion. FIX: Converted old string index lookups to new bytestring index lookups to comply with unicode_literals. RESTRUCTURE: Gave tests overhaul to making testing of the app code easier and more efficiant.
-
- 07 Nov, 2015 1 commit
-
-
Dustyn Gibson authored
Will probably cause encoding issues throughout SR that will need to be addressed as they arise (unless we are really lucky!)
-
- 05 Nov, 2015 5 commits
-
-
Labrys authored
-
Labrys authored
-
Labrys authored
-
Labrys authored
-
Dustyn Gibson authored
-
- 16 Oct, 2015 1 commit
-
-
Fernando authored
-
- 17 Sep, 2015 1 commit
-
-
WebSpider authored
-
- 25 Apr, 2015 1 commit
-
-
Thraxis authored
* Change anime release groups to in memory storage for lowered latency * Add anime release groups to add new show options page * Fixes the layout of the Black and Whitelist in editShow Ports the following two PR's from SickGear SickGear/SickGear#162 SickGear/SickGear#153 Layout Fix Ported from: lad1337/Sick-Beard#16
-
- 15 Jul, 2014 1 commit
-
-
echel0n authored
Fixed charmap issues for anime show names. Fixed issues with display show page and epCat key errors. Fixed duplicate log messages for clearing provider caches. Fixed issues with email notifier ep names not properly being encoded to UTF-8. TVDB<->TVRAGE Indexer ID mapping is now performed on demand to be used when needed such as newznab providers can be searched with tvrage_id's and some will return tvrage_id's that later can be used to create show objects from for faster and more accurate name parsing, mapping is done via Trakt API calls. Added stop event signals to schedualed tasks, SR now waits indefinate till task has been fully stopped before completing a restart or shutdown event. NameParserCache is now persistent and stores 200 parsed results at any given time for quicker lookups and better performance, this helps maintain results between updates or shutdown/startup events. Black and White lists for anime now only get used for anime shows as intended, performance gain for non-anime shows that dont need to load these lists. Internal name cache now builds it self on demand when needed per show request plus checks if show is already in cache and if true exits routine to save time. Schedualer and QueueItems classes are now a sub-class of threading.Thread and a stop threading event signal has been added to each. If I forgot to list something it doesn't mean its not fixed so please test and report back if anything is wrong or has been corrected by this new release.
-
- 30 Jun, 2014 2 commits