- 06 Jun, 2015 3 commits
-
-
Dustyn Gibson authored
-
Dustyn Gibson authored
-
Dustyn Gibson authored
-
- 19 Mar, 2015 1 commit
-
-
TagForce authored
- Adds option to not delete empty folders to Post Processing Config. - Only valid when Auto Post Processing, manual overrides the setting. https://github.com/SiCKRAGETV/sickrage-issues/issues/327
-
- 17 Mar, 2015 1 commit
-
-
TagForce authored
- Adds a checkbox to delete files/folders just like auto Processing does - Defaults to off
-
- 13 Mar, 2015 2 commits
-
-
TagForce authored
-
TagForce authored
- Will now continue if an error is encountered with a single file - Will skip only the current folder when syncfiles are encountered - Will keep track of failed items using an aggresult variable in processResult() - Will show a summary at the end of Post Processing listing all failed items (files and folders) with the reason for failing. - Will only set aggresult to False when actual processing fails for a file, not if no processable items are found or files are already processed (will show those in the summary)
-
- 11 Mar, 2015 1 commit
-
-
TagForce authored
- Makes sure that it only deletes an empty folder. Added extra filecheck and logging to delete_folder fix typo
-
- 10 Mar, 2015 2 commits
-
-
Alexandre Beloin authored
-
TagForce authored
- Show Syncfiles with warning about skipping PP (helps finding files)
-
- 09 Mar, 2015 1 commit
-
-
TagForce authored
- Now ignores hidden folders inside folders - Changed delete_folder to ignore folders that are not empty, so that those ignored folders are not deleted.
-
- 06 Mar, 2015 2 commits
-
-
TagForce authored
- result.result was falsely assigned the value from the process function return, which doesn't return anything. - Will now return the correct strings (Problem when there was a problem, or succesfully Processed if not) This problem was exaggerated by changing the function and copying the erroneous line to all methods.
-
TagForce authored
- Changed NameParser to include trySceneExceptions boolean - Changed calls to NameParser from Post Processing function to include trySceneException=True when tryIndexers is also True. - Changed get_show function to try looking up a parsed showname in the scene exceptions table (using get_scene_exception_by_name) if both cache and Indexer lookups fail and trySceneException is True.
-
- 05 Mar, 2015 1 commit
-
-
Fernando authored
-
- 04 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 03 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
Improve why rar archive failed
-
- 25 Feb, 2015 1 commit
-
-
TagForce authored
- Changed list_associated_files to allow for skipping subfolders (hopefully fixes files being deleted before being processed) - Changed delete_files to allow forcing of deletion (fixes RAR contents being left unpacked when processresult not True) This does leave one issue that is the cause for RAR contents being left: namely that result.result does not get properly set on VideoInRar files.
-
- 16 Feb, 2015 1 commit
-
-
TagForce authored
- Adds option to delete RAR contents to Config -> Post-Processing - Added check to ProcessTV to delete Rarcontents when Process_Method != Move Implements feature requested here: https://github.com/SiCKRAGETV/sickrage-issues/issues/539
-
- 13 Feb, 2015 1 commit
-
-
TagForce authored
- Changed helpers.is_hidden_folder to utilize Windows GetAttributesW DLL function to get folder attributes. - Changed call to is_hidden_folder to use the entire path for the call, instead of just the foldername. Fixes https://github.com/SiCKRAGETV/sickrage-issues/issues/554
-
- 28 Jan, 2015 1 commit
-
-
TagForce authored
- Fixes issue when Post-Processing a file with a generic filename in a subfolder resulting in "Already Processed" errors - Added a Show, Season, Episode parse to the dirname, and if that results in usable data it adds it to the history check so this is performed on that specific episode only
-
- 18 Jan, 2015 1 commit
-
-
swamp12 authored
SiCKRAGETV/sickrage-issues#360: remove globals in post processing code for thread safety. Second upload. Missed updating a function call to use the "result" object.
-
- 12 Jan, 2015 1 commit
-
-
swamp12 authored
-
- 08 Jan, 2015 1 commit
-
-
Ben Fox-Moore 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.
-
- 16 Nov, 2014 1 commit
-
-
echel0n authored
-
- 07 Sep, 2014 1 commit
-
-
djoole authored
Added an option in Post Processing options do activated/deactivate postponing postprocess if sync files are present in download TV dir (activated by default)
-
- 11 Aug, 2014 1 commit
-
-
Adam authored
-
- 06 Aug, 2014 1 commit
-
-
adam authored
-
- 18 Jul, 2014 1 commit
-
-
echel0n authored
-
- 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.
-
- 06 Jul, 2014 1 commit
-
-
echel0n authored
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.
-
- 24 Jun, 2014 1 commit
-
-
echel0n authored
-
- 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.
-
- 07 Jun, 2014 2 commits
- 01 Jun, 2014 1 commit
-
-
Nils Vogels authored
-
- 26 May, 2014 2 commits
-
-
Nils Vogels authored
-
echel0n authored
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.
-
- 23 May, 2014 1 commit
-
-
echel0n authored
-
- 22 May, 2014 1 commit
-
-
echel0n authored
Added check for hidden folders in post-processing. Cleaned up daily search function.
-