- 06 Jun, 2015 1 commit
-
-
Dustyn Gibson authored
-
- 25 Apr, 2015 2 commits
-
-
Thraxis authored
* Add missing javascript file * Add missing import from show_queue.py
-
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
-
- 06 Apr, 2015 1 commit
-
-
Alexandre Beloin authored
Fix proper running 2 times Fix backlog encoding error in windows Remove rarbg log line Added scheduler status page Added Queue status Stop thread for all scheduled items replace except: by except Exception: in sickbeard/__init__.py Remove condition checker since scheduler.enable replace it Revert nyaa Moved try...except in scheduler to catch the whole run Process add show queue item with a HIGH priority Make start_time start on the hour Change TRAKT_ROLLING_FREQUENCY into hours. Cleanup
-
- 25 Mar, 2015 2 commits
-
-
Alexandre Beloin authored
Fix traktRolling enable even if Trakt wasn't. Restore check mark for ended show in home. Redone logging showQueue.UpdateShow
-
Alexandre Beloin authored
-
- 24 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 09 Mar, 2015 1 commit
-
-
Fernando authored
-
- 03 Mar, 2015 1 commit
-
-
Giovanni authored
-
- 24 Feb, 2015 1 commit
-
-
Giovanni authored
-
- 23 Feb, 2015 1 commit
-
-
Giovanni authored
-
- 22 Dec, 2014 1 commit
-
-
echel0n authored
-
- 16 Dec, 2014 1 commit
-
-
echel0n authored
Re-coded logger facility for better performance and cleaner code plus has better code for rotation of logs.
-
- 06 Dec, 2014 1 commit
-
-
echel0n authored
Fixed a issue that was causing show status to be set to NoneType randomly. Fixed misc comparisons that were causing improper code executions. Misc PEP8 coding fixes.
-
- 02 Dec, 2014 1 commit
-
-
echel0n authored
-
- 23 Nov, 2014 1 commit
-
-
echel0n authored
Added per-show option that allows you to set the default status that gets applied to new and missing show episodes, default is SKIPPED Fixed issues for failed/manual snatches always failing to complete
-
- 24 Sep, 2014 1 commit
-
-
Frank Fenton authored
-
- 27 Jul, 2014 1 commit
-
-
echel0n authored
Provider getURL and downloadResult functions now removed and replaced with ones from helpers.py to help slim the code down plus allow more better control over request sessions. Removed TVTumbler code. Fixed HDBits provider. Fixed config settings that were ment to be booleans but instead where set as str or int, should help resolve random html errors. XEM Refresh check re-coded. NameParser code for creating show object has been changed to only attempt at the very end once its found the bestMatch result, helps on resources and performance.
-
- 18 Jul, 2014 2 commits
- 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.
-
- 03 Jul, 2014 1 commit
-
-
echel0n authored
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.
-
- 29 Jun, 2014 2 commits
- 21 Jun, 2014 1 commit
-
-
echel0n authored
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.
-
- 12 Jun, 2014 2 commits
- 07 Jun, 2014 1 commit
-
-
echel0n authored
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.
-
- 06 Jun, 2014 1 commit
-
-
echel0n authored
Fixed show force-update and mass update to properly force updates on the show including xem numbering.
-
- 02 Jun, 2014 1 commit
-
-
echel0n authored
Fix for default provider not being passed in properly.
-
- 30 May, 2014 3 commits
-
-
echel0n authored
Converted more object saves to database to use transactionals, better performance.
-
echel0n authored
Scene numbering now updates every 1 hour or is forced when needed so that searches always have up-to-date information before hand.
-
echel0n authored
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.
-
- 29 May, 2014 1 commit
-
-
echel0n authored
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.
-
- 28 May, 2014 1 commit
-
-
echel0n authored
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.
-
- 27 May, 2014 1 commit
-
-
echel0n authored
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.
-
- 26 May, 2014 1 commit
-
-
echel0n authored
Added fanzub anime nzb provider. Fixed NyaaTorrents anime provider. This is in testing phase so bugs are to be expected.
-
- 23 May, 2014 2 commits
- 20 May, 2014 1 commit
-
-
echel0n authored
Tweaked code to get more performance from it.
-