- 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
-
- 22 Apr, 2015 6 commits
-
-
Alexandre Beloin authored
Fix missin amActive
-
Alexandre Beloin authored
Fix missing import traceback
-
Alexandre Beloin authored
-
Fernando authored
-
Fernando authored
-
TagForce authored
https://github.com/SiCKRAGETV/SickRage/pull/1796 adds a check for Exception ServiceError, but doesn't return on the exception. For every other exception the function is returned from. Fixes https://github.com/SiCKRAGETV/sickrage-issues/issues/1359
-
- 21 Apr, 2015 13 commits
-
-
Fernando authored
Unit test: change journal mode when in unit test
-
Fernando authored
Fix Plex notification status check
-
Fernando authored
Fix Plex Authentication Token
-
Fernando authored
Fix TypeError: cannot concatenate 'str' and 'int' objects
-
-
Landon Abney authored
The return value of update_library() was changed from True/False to None/Error string in https://github.com/SiCKRAGETV/SickRage/commit/4c9d9185b0c25d435a6bbb20efa60b1f4337a016 but the check for the return value was never updated. This corrects that so the notification sent out correctly states that it sent a notification to the server instead of defaulting to stating it was unable to connect. This fixes the rest of the issues described in SiCKRAGETV/sickrage-issues#1348.
-
Landon Abney authored
Fixes https://github.com/SiCKRAGETV/sickrage-issues/issues/1348 and allows the use of just an authentication token for Plex Media Servers again. Further work is needed to get the notifications working properly again, currently this reports a connection error, but still talks to the server properly.
-
Alexandre Beloin authored
-
Alexandre Beloin authored
Build tests fix, replaces #1525
-
Alexandre Beloin authored
Remove indexer from tvshow.nfo and series.xml
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
- 20 Apr, 2015 9 commits
-
-
Dustyn Gibson authored
-
Alexandre Beloin authored
T411: Catch invalid data, log, and continue
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
Alexandre Beloin authored
-
TagForce authored
Fixes erroneous error messages in download clients, causing nzb/torrent sending to not finish succesfully and causing extra settings to not be sent (like labels). Effectively removes http status codes in the 100 - 299 range from the list (those are success messages and should not be handled as errors) https://github.com/SiCKRAGETV/sickrage-issues/issues/1331
-
Alexandre Beloin authored
-
Alexandre Beloin authored
Update changes.md for 4.0.17
-
Alexandre Beloin authored
-
- 18 Apr, 2015 10 commits
-
-
Fernando authored
Update IPTorrents search URL 2
-
Fernando authored
-
Fernando authored
Update IPTorrents search URL
-
Fernando authored
-
Fernando authored
FR#1015 light.css fix for Season header
-
Thraxis authored
* Fix CSS for Light Theme Season header
-
Fernando authored
Column Selection for displayShow FR#1015
-
Thraxis authored
* Added Colum Selector to displayShow * removes DISPLAY_FILESIZE from UI and config.ini * adds file name column (initially hidden) * anime and regular show column selections are independant
-
Fernando authored
Show subtitle service unavailable as info
-
Fernando authored
Fix code description error
-