1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

192 Commits

Author SHA1 Message Date
Fernando
226a7148d2 Fix low quality snatch not showing in backlog overview
Low quality snatched wasn't appearing anymore in backlog overview

From:
7878a1b610
@Tagforce
2015-02-18 09:01:40 -02:00
Alexandre Beloin
66bf8bfc4f Merge pull request #1223 from TagForce/Releasegroup
Changed Releasegroup handling in Renamer
2015-02-16 08:33:34 -05:00
Alexandre Beloin
3e1e3e61ff Fix subtitles display issues.
When multiSubtitles is not activated:
-Download history show flag of the last 2 chars before ext.
-Subtitle lang was always und.
-Keep lang value between refresh
2015-02-15 19:41:07 -05:00
Alexandre Beloin
8846a60552 Merge pull request #1303 from abeloin/patch-quality_low_backlog
Fix unknown quality
2015-02-15 18:27:46 -05:00
Alexandre Beloin
d71d580030 Merge pull request #1231 from TagForce/Fix#358
Fix for issue 358 (filename-thumb.jpg not renaming)
2015-02-15 18:16:17 -05:00
Alexandre Beloin
4a3007a269 Set Unknown as low quality.
Modified reverted commit d280b56e13
2015-02-12 16:18:18 -05:00
Alexandre Beloin
7b767c27a9 Revert "Fix low quality snatched episode don't appear at backlog"
This reverts commit 9101f644f7.
2015-02-12 15:46:53 -05:00
Alexandre Beloin
0f01638887 Revert "Set UNKNOWN quality as Low Quality"
This reverts commit d280b56e13.
2015-02-12 15:46:27 -05:00
echel0n
4be1391b1e Merge pull request #1250 from fernandog/patch-11
Set UNKNOWN quality as Low Quality
2015-01-29 14:44:26 -08:00
echel0n
19717e8e65 Merge pull request #1221 from abeloin/patch-notify_pattern
Fix absolute numbering used in notification.
2015-01-29 14:42:46 -08:00
Fernando
d280b56e13 Set UNKNOWN quality as Low Quality
https://github.com/SiCKRAGETV/sickrage-issues/issues/493#issuecomment-71538630

UNKNOWN quality will always be low quality no matter what.
It's different from unknown episode status.
2015-01-26 19:55:56 -02:00
TagForce
ecc7839cf7 Fix for issue #358
- Renamer now correctly handles metadata files that have add-ons to the
filename itself (fixes
https://github.com/SiCKRAGETV/sickrage-issues/issues/358)
- Renamer now correctly handles subfolders for metadata (fixes
MediaBrowser and TiVO metadata renaming issues)
2015-01-23 22:16:03 +01:00
TagForce
5088e06e28 Changed Releasegroup handling in Renamer
- Added a check for release_group field in db
- Added a check for location field in db (filename, requires
qual-RLSGROUP convention to be succesful)

- If release_group field in db empty and the releasegroup was found in
either release_name or location fields, then updates the db with the
releasegroup. Except when releasegroup is 'SiCKRAGE'
- If release_name is empty, and SR wants to replace it with a generic
one, it will now use the releasegroup if found, and otherwise replace
with SiCKRAGE.
2015-01-22 15:28:46 +01:00
Alexandre Beloin
94732e9568 Fix absolute numbering used everywhere if selected even if custom anime
rename isn't active.
2015-01-21 23:48:03 -05:00
Fernando
8ad52924a6 Re-download episode when manualsearch if quality is Unknown
https://github.com/SiCKRAGETV/sickrage-issues/issues/428
2015-01-19 15:03:52 -02:00
Fernando
9101f644f7 Fix low quality snatched episode don't appear at backlog
SiCKRAGETV/sickrage-issues#281
2015-01-14 08:25:59 -02:00
echel0n
10502ddaef Merge pull request #1155 from fernandog/patch-4
Don't re-download same quality if we do MANUAL SEARCH
2015-01-13 19:45:41 -08:00
echel0n
972ee14216 Fix for sickragetv/sickrage-issues#263 2014-12-23 22:38:15 -08:00
Fernando
8b3f431ae1 Don't re-download same quality if we do MANUAL SEARCH
If we want to re-download the same quality, set as WANTED.

As mentioned in here: https://github.com/SiCKRAGETV/sickrage-issues/issues/206
2014-12-23 17:59:53 -02:00
echel0n
68e4acaf37 Fix for sickragetv/sickrage-issues#256 2014-12-21 19:01:52 -08:00
echel0n
482f20b735 Malformed airdates now raises a warning instead of a error so we dont clutter logs.
Updates now remove untracked files plus perform a hard reset on branch if first update attempt fails then trys to update for a 2nd time.
2014-12-20 07:19:59 -08:00
echel0n
b2d5ef531b Merge pull request #1140 from luxmoggy/develop
Catches error from set file date and email when they have special charactors in them
2014-12-17 18:46:49 -08:00
echel0n
6713ce0981 Fixes sickragetv/sickrage-issues#101 - Added code to mainDB to correct malformed episode statues, converted column default_ep_status field type from TEXT to NUMERIC, default to ep status UNKNOWN when loading from DB incase of exception errors.
Added git branch reset option to general settings github to help fix git update related issues.

 Added github username/password options to general settings github as a requirement for submitting issue tickets from app.

 Fixed issue with default ep status not showing correct value.

 Added ability to submit issue reports via errorlogs menu.

 Added errorlogs view button to error message displayed for webui errors.
2014-12-17 16:36:27 -08:00
echel0n
45b21ce5d2 Small comparison correction 2014-12-17 03:20:29 -08:00
luxmoggy
ed0e7e4716 Catch error when setting file date 2014-12-15 12:26:10 +01:00
echel0n
9000dbd10a Fixed issues with randomly returned empty show statuses, added tvrage status mapping to ensure it never gets returned incorrectly. 2014-12-13 11:06:33 -08:00
echel0n
d536d43b6f Fixed issue #954 - Default EP status now hardcoded with a default of SKIPPED.
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.
2014-12-05 18:03:20 -08:00
echel0n
2354c74247 Updated IMDB libs.
Minor code improvements made to IndexerAPI modules.

New subtitle config feature which allows you to control if subtitles get there language codes appened to there filenames or not.

Added El Rey Network image.

Added code for generating imdbID's for shows missing there imdbID's such as shows from TVRage indexer..
2014-12-02 22:13:28 -08:00
echel0n
e6389e47b1 Improved RSS feedparser/feedcache code for better performance and reliability.
Removed Shove module and depends.

Logging now automatically omits sensitive data such as usernames, passwords, and api keys and replaces them with asterisks in both log file and console.

Fixed versionChecker module to confirm it created a updater class before attempting to execute functions to avoid NoneType errors.
2014-12-02 11:09:53 -08:00
echel0n
35c84c9449 Possible fix for issue #954 2014-12-02 04:59:26 -08:00
echel0n
6f833286b7 Fixed issue with default_ep_status when loading from DB.
Updated tv_tests to reflect new default_ep_status show option.
2014-11-23 05:18:03 -08:00
echel0n
47ef5bf2b2 Fixed backlog webapi issue 2014-11-23 04:53:31 -08:00
echel0n
cf35e9778c 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
2014-11-23 01:17:37 -08:00
JackDandy
ef4470bd78 Add send2trash, General Config/Send to trash, and catch show dir not found exception.
Add send2trash, a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. If send2trash is found not compatible, the user can use the default delete and manually delete failed send2trash files.
Add General Config/Misc/Send to trash for actions that involve removing shows and log rotation.
Add handling for the exception raised while deleting a show and show folder no longer exists.
2014-11-05 05:36:16 +00:00
JackDandy
d6950bc6f1 Fix exception raised when converting 12pm to 24hr format, also handles 12am.
Triggered when setting file modify time (e.g. during PP and also scheduled show updates).
2014-10-31 15:29:18 +00:00
Adam
dda6cfce57 Fixes errors occurring when a show folder is deleted outside of SickRage 2014-10-28 14:47:47 +08:00
Adam
4adad577c8 Fixes show folder not deleting if files remain in folder 2014-10-02 19:20:03 +08:00
adam
37f021feb6 Custom naming for anime 2014-09-29 19:40:16 +08:00
Adam
164724a63d Fixes error: SHOWUPDATER: local variable 'cur_indexerid' referenced before assignment 2014-09-28 10:16:22 +08:00
KontiSR
32a88cf105 Not skipping when self.status = None, but assigning empty string ''
Added addiontional check for checking of the self.status is filled with the show status. If not, debug message is generated and the show is not updated.
2014-09-24 15:49:50 +02:00
adam
5ac3895600 Fixes daily search and speed improvements 2014-09-20 20:34:00 +08:00
echel0n
3cb1c573a3 Fix for newznab provider settings not saving properly
Added new show option, delete now removes show from showlist and deletes from hard drive, remove will just remove show from showlist but leave files on hard drive untouched
2014-08-29 03:29:56 -07:00
echel0n
e44747ab49 Testing fix for s00e00 issue #2 2014-08-18 05:48:23 -07:00
echel0n
c0329159a0 Testing fix for s00e00 issues 2014-08-18 05:40:29 -07:00
Adam
fd9be53fcb Anime propers 2014-07-27 21:04:17 +08:00
echel0n
14c354b551 Added proxy support to Indexer APIs.
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.
2014-07-27 03:59:21 -07:00
echel0n
f47734446d Fixed further json issues with speedcd provider.
Fixed several providers and ssl cert verify issues.

Air-by-date shows now automatically get there respective season/episode numbers during release parsing.
2014-07-24 11:16:59 -07:00
echel0n
de5db9be64 Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as.
Indexer mapping now uses indexer api calls to gather its information and then stores it to a new table called indexer_mapping for instant lookups later on.

Fixed trakt related issues for adding new shows and syncing.

Centered items at bottom of pages to just look a little nicer and fit properly.
2014-07-23 22:07:01 -07:00
echel0n
4a29476415 Added code to perform disposal of bs4 class when finished as well as perform garbage collection afterwards, this fixed a memory leak issue SR was experiancing during backlog/manual/failed searches. 2014-07-21 15:16:04 -07:00
echel0n
f340f9b073 Fix for sports shows. 2014-07-21 08:49:20 -07:00