- 23 Apr, 2015 2 commits
-
-
TagForce authored
- verify_freespace will now log that a file is locked for access and return True on the free space (would stop PP if a file could not be read) - isFileLocked will now return True if a file cannot be checked by os.path.isfile() Effectively logs a locked file correctly now when a file is locked for either reading and/or writing.
-
TagForce authored
- When copying or hardlinking checks if the source file is locked for reading - When moving or moveAndSymlinking checks if the source file is locked for reading and writing https://github.com/SiCKRAGETV/sickrage-issues/issues/1338
-
- 17 Apr, 2015 2 commits
- 14 Apr, 2015 2 commits
-
-
Elmer Lastdrager authored
-
TagForce authored
- Uses DVD order on TVDB and TVRage queries to get the correct episode
-
- 13 Apr, 2015 1 commit
-
-
Elmer Lastdrager authored
-
- 10 Apr, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 08 Apr, 2015 1 commit
-
-
Fernando authored
-
- 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
-
- 02 Apr, 2015 1 commit
-
-
TagForce authored
- Fixes unicode error by using EncodingKludge for isfile check instead of assuming it is unicode.
-
- 28 Mar, 2015 2 commits
-
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
- 25 Mar, 2015 1 commit
-
-
TagForce authored
- Changed the call to verify_freespace to check against show_location - Changed the oldfile check to only check if oldfile.location actually is a file.
-
- 24 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 23 Mar, 2015 1 commit
-
-
TagForce authored
- Checks free diskspace on destination before deleting old episodes and copying/moving the new one over.
-
- 22 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 21 Mar, 2015 2 commits
-
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
- 12 Mar, 2015 1 commit
-
-
Toilal authored
-
- 09 Mar, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 06 Mar, 2015 2 commits
-
-
TagForce authored
-
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.
-
- 04 Mar, 2015 2 commits
-
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
- 27 Feb, 2015 1 commit
-
-
TagForce authored
- Now actually returns the correct show instead of nothing for post processing. Fixes: Shownames not being found with "Show not in DB, you need to add it..." messages during Post Processing.
-
- 25 Feb, 2015 1 commit
-
-
TagForce authored
- Allow user to add their own sync file extensions.
-
- 24 Feb, 2015 2 commits
- 23 Feb, 2015 1 commit
-
-
Giovanni authored
-
- 20 Feb, 2015 1 commit
-
-
Fernando authored
-
- 19 Feb, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 18 Feb, 2015 2 commits
-
-
Alexandre Beloin authored
inclusion.
-
Alexandre Beloin authored
-
- 17 Feb, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 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
-
- 11 Feb, 2015 1 commit
-
-
Alexandre Beloin authored
To better distinguish between file permissions and not implemented.
-
- 09 Feb, 2015 1 commit
-
-
Alexandre Beloin authored
-
- 01 Feb, 2015 1 commit
-
-
Alexandre Beloin authored
In use in nyaatorrents.py: E.g.: Kuroko's Basketball
-
- 31 Jan, 2015 1 commit
-
-
elijordan authored
to prevent command injection when using the ‘cp’ command to perform copied use subprocess instead of os.system
-