1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00
Commit Graph

1730 Commits

Author SHA1 Message Date
echel0n
ad3cd8fb5e Merge pull request #1180 from anthonyryan1/develop
config.clean_url may add trailing /'s in unsuitable circumstances.
2015-01-13 19:50:33 -08:00
echel0n
f45f191039 Merge pull request #1179 from swamp12/develop
Fix for SiCKRAGETV/sickrage-issues#360: remove globals in post processin...
2015-01-13 19:50:21 -08:00
echel0n
3f0bd5fda5 Merge pull request #1176 from aidik/patch-1
Postpone Processing for incomplete torrents.
2015-01-13 19:49:55 -08:00
echel0n
58b741f7ae Merge pull request #1175 from InfernoZeus/multipart-rar-fix
Fix multipart rars causing the same extracted video to be postprocessed more than once
2015-01-13 19:49:47 -08:00
echel0n
4ac31a7159 Merge pull request #1174 from CoRpO/develop
fix for SiCKRAGETV/sickrage-issues#347
2015-01-13 19:49:38 -08:00
echel0n
bdc59daec6 Merge pull request #1173 from TagForce/develop
Made logging configurable
2015-01-13 19:49:23 -08:00
echel0n
9207206f4f Merge pull request #1171 from fernandog/patch-15
Auto send user and password when open managetorrents page
2015-01-13 19:49:09 -08:00
echel0n
a2828eb3e3 Merge pull request #1165 from Heisenberg74/FreeMobileNotifier
Add Free Mobile SMS Notifier
2015-01-13 19:47:24 -08:00
echel0n
b269faad39 Merge pull request #1164 from fernandog/patch-12
Backup/restore: include cache directory
2015-01-13 19:47:18 -08:00
echel0n
fde6b4be52 Merge pull request #1162 from fernandog/patch-7
Don't clean user files when GIT CLEAN
2015-01-13 19:47:00 -08: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
Anthony Ryan
82da3171cd sickbeard.config.clean_url may add trailing /'s in unsuitable circumstances
Also adds some simple tests so we can avoid future regressions.
2015-01-13 08:49:49 -05:00
swamp12
9fb3ca9e59 Fix for SiCKRAGETV/sickrage-issues#360: remove globals in post processing code for thread safety. 2015-01-12 21:08:18 +01:00
Václav Navrátil
4122029df6 Update helpers.py
Processing postpone will happened if there is file with .part extension - incomplete transmission file.
2015-01-09 18:38:04 +01:00
Ben Fox-Moore
5df19ac536 Fix multipart rars causing the same extracted video to be postprocessed more than once 2015-01-08 23:43:05 +01:00
CoRpO
9aa28d18d2 fix for sickragetv/sickrage-issues#347
Adds missing code for saving per show email notifications
2015-01-08 15:01:12 +01:00
TagForce
e88e12f5d5 Made logging configurable
Made logging configurable through settings - general page. Changing the
logging requires a restart (since the logger is initialized on startup.
2015-01-08 11:01:48 +01:00
Fernando
d4fdb6cc00 Auto send user and password when open managetorrents page
https://github.com/SiCKRAGETV/sickrage-issues/issues/315
2015-01-06 13:34:07 -02:00
Heisenberg74
7fd8b999b6 Add Free Mobile SMS Notifier
Allow SickRage to send SMS notifications through Free Mobile SMS API.

Works only for Free Mobile subscribers.
2014-12-31 13:40:48 +01:00
Fernando
12edc24ec4 Backup/restore: include cache directory
As mentioned in here:
https://github.com/SiCKRAGETV/sickrage-issues/issues/243
2014-12-30 11:27:15 -02:00
Fernando
81e4cfcd29 Don't clean user files when GIT CLEAN
The "x" option ignores the .gitignore

-x
Don’t use the standard ignore rules read from .gitignore (per directory) and $GIT_DIR/info/exclude, but do still use the ignore rules given with -e options. This allows removing all untracked files, including build products. This can be used (possibly in conjunction with git reset) to create a pristine working directory to test a clean build.

http://git-scm.com/docs/git-clean
2014-12-30 10:30:41 -02:00
echel0n
8b84e4f4bc Fix for sickragetv/sickrage-issues#178 2014-12-24 09:25:31 -08:00
echel0n
9fedc24c55 Fix for sickragetv/sickrage-issues#178 2014-12-24 09:19:25 -08:00
echel0n
450a09f1a0 Fix for sickragetv/sickrage-issues#274 2014-12-24 08:04:27 -08:00
echel0n
0da960ff51 Fixed issues with newznab custom provider categories.
Updated feedparser and added custom code to parse subcategories.
Updated jQuery and Bootstrap.
2014-12-24 07:49:15 -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
c71085ab38 Merge tag 'v4.0.9' into develop
4.0.9 v4.0.9
2014-12-21 18:28:29 -08:00
echel0n
33e95870e0 Fix for sickragetv/sickrage-issues#246 - Moved rls required/ignored words to pickBestResults function to occure before we filter the rls name for bad characters plus we now use this function when searching for propers/repacks. 2014-12-21 18:26:15 -08:00
echel0n
0b35e9f2fd Dropped pastebin and switched to using Gist's for attaching logs to issue reports. 2014-12-21 17:14:11 -08:00
echel0n
afd2db5dd3 Merge pull request #1149 from dsoms/patch-1
Update kodi.py
2014-12-21 16:39:03 -08:00
echel0n
35fcca3873 Downgraded "show already in your list" exception when adding a new show to WARNING 2014-12-21 16:35:48 -08:00
echel0n
009da64975 Fix for sickragetv/sickrage-issues#236 2014-12-21 09:36:28 -08:00
echel0n
b667c722f2 Fix for sickragetv/sickrage-issues#247 2014-12-21 09:28:20 -08:00
echel0n
b669195882 Updated flag images. 2014-12-21 08:43:42 -08:00
echel0n
1044808638 Fixed sickragetv/sickrage-issues#117 2014-12-21 05:04:26 -08:00
echel0n
978fe5bb63 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	sickbeard/config.py
2014-12-21 04:42:35 -08:00
echel0n
eff83dd745 Added in migration code to convert old XBMC settings to new KODI settings.
Bumped config to version 6 for config migration.
2014-12-21 04:34:14 -08:00
echel0n
52cccb0a69 Added in migration code to convert old XBMC settings to new KODI settings.
Bumped config to version 6 for config migration.
2014-12-21 04:30:56 -08:00
echel0n
f2e3380cb2 Resized flags to 16x11 to correctly fit in language selector for subtitles.
Fixed sickragetv/sickrage-issues#245
WebAPI is now hard-coded in as enabled.
2014-12-21 04:02:30 -08:00
echel0n
d08d401769 Fix for sickragetv/sickrage-issues#236 2014-12-20 20:36:01 -08:00
echel0n
d5f7a0719e Fixed sickragetv/sickrage-issues#238 2014-12-20 19:33:41 -08:00
echel0n
46bd8515c2 Updated fanart api handler to use new v3 api scheme and re-coded metadata function to properly retrieve images including thumbs. 2014-12-20 17:29:17 -08:00
David Soms
964c16d309 Update kodi.py
Change some remaining XBMC to KODI.
2014-12-21 01:46:21 +01:00
echel0n
785ffdcf2f Fixed sickragetv/sickrage-issues#117 - CensoredFormatter class func format code corrected. 2014-12-20 15:30:24 -08:00
echel0n
76062ae2a7 download_file helper function now decodes unicode on the fly 2014-12-20 09:59:28 -08:00
echel0n
ef9334fa6a Fixed for Fanart.TV API when indexerid is 0 2014-12-20 09:13:56 -08:00
echel0n
7e8b27fcd3 Small fix in code for TMDB API 2014-12-20 09:07:04 -08:00
echel0n
de1c40db01 Added FanArt.TV API package to libs, we now try to get images from fanart.tv if we can't find them on theTVDB or TMDB. 2014-12-20 09:05:38 -08:00