echel0n
047746c5c9
Merge pull request #1217 from abeloin/patch-sorted_remove_article
...
Fix 'Sort with "The", "A", "An"' on dropdown in displayShow not working.
2015-01-29 14:43:07 -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
echel0n
107a95b6f4
Merge pull request #1214 from abeloin/patch-logo_growl
...
Fix wrong icon used in Growl notification.
2015-01-29 14:42:15 -08:00
echel0n
b823ff73ce
Merge pull request #1212 from fernandog/patch-13
...
Fix versionchecker
2015-01-29 14:42:05 -08:00
echel0n
afa1604641
Merge pull request #1209 from abeloin/patch-findpropers
...
Fix no attribute while search for proper.
2015-01-29 14:35:43 -08:00
echel0n
e401d76f7d
Merge pull request #1206 from fernandog/patch-10
...
Re-download episode when manualsearch and quality is Unknown
2015-01-29 14:35:30 -08:00
echel0n
4c56d97388
Merge pull request #1202 from SickrageDK/develop
...
Added HoundDawgs provider
2015-01-29 14:34:58 -08: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
Alexandre Beloin
faa3cc8fdf
Fix 'Sort with "The", "A", "An"' on dropdown in displayShow not working.
2015-01-21 15:29:16 -05:00
Alexandre Beloin
808074a5d1
Fix wrong icon used in Growl notification.
2015-01-20 22:57:02 -05:00
Fernando
728b7bb107
Fix versionchecker
...
In CheckVersion.init (sickbeard/versionChecker.py, line 41), the install_type attribute is only assigned if sickbeard.gh has been set, and it won't be if SR couldn't connect to Github. The restart code (SickBeard.py, line 482) tries to access install_type to determine which update command to run, which raises an AttributeError and prevents SR from restarting.
SiCKRAGETV/sickrage-issues#307 (comment)
2015-01-20 18:42:18 -02:00
Alexandre Beloin
bb59873536
Reenabled resultType.
...
Check the instance to see if contain: resultType
2015-01-19 23:15:54 -05:00
Alexandre Beloin
0ae2b03484
Fix resultType error: remove resultType as object is
...
sickbeard.classes.Proper and not sickbeard.classes.*SearchResult
Fix 'NoneType' object has no attribute 'rls_ignore_words': See
SiCKRAGETV/sickrage-issues#328 for more info
2015-01-19 21:29:19 -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
SickrageDK
760402452b
Added HoundDawgs provider
2015-01-19 09:28:21 +01:00
Lars Johnsen
2fc5358283
Mass update: Add option for default episode status
2015-01-19 07:07:21 +01:00
echel0n
653851e2a4
Merge pull request #1197 from abeloin/patch-default_ep_status
...
Fix default episode status in display and edit show.
2015-01-18 18:56:43 -08:00
Lars Johnsen
dc17344e48
Removed provider TvTorrents
2015-01-19 03:07:30 +01:00
Alexandre Beloin
28f75bf91d
Fix default episode status in display and edit show.
...
See SiCKRAGETV/sickrage-issues/issues/111 for more info
2015-01-18 14:15:45 -05:00
echel0n
ce997c79fe
Merge pull request #1183 from darklow/patch-2
...
Feature: Add IMDB ID to show webapi
2015-01-17 19:29:55 -08:00
echel0n
56bddc305c
Merge pull request #1184 from fernandog/patch-1
...
Fix low quality snatched episode don't appear at backlog
2015-01-17 19:29:18 -08:00
echel0n
9fb34b128c
Merge pull request #1186 from Ulrar/master
...
Adding a download field for the episodes
2015-01-17 19:23:32 -08:00
echel0n
f59d8119da
Merge pull request #1189 from abeloin/patch-jquery_bwlists
...
Patch jquery bwlists
2015-01-17 19:21:43 -08:00
echel0n
2a43bda0c2
Merge pull request #1193 from eli-jordan/develop
...
use os.system for file copies on posix systems
2015-01-17 19:20:23 -08:00
swamp12
53c205422c
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.
2015-01-18 01:01:21 +01:00
elijordan
a8787bc0d3
use os.system for file copies on posix systems
2015-01-17 12:17:06 +11:00
Alexandre Beloin
10a199e62f
Fix only generating the bwlists for the first item.
2015-01-14 21:37:17 -05:00
Kevin Lemonnier
39edad882e
Added config option download_url
...
Added field to configure download_url in general --> interface
Added link to download episodes in the displayShow template, using download_url
2015-01-14 16:06:28 +01: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
Kaspars Sprogis
5171b7f8d7
Feature: Add IMDB ID to show webapi
...
It would be very useful to get IMDB_ID together with `tvdbid` and `tvrage_id`
2015-01-14 09:01:07 +02:00
echel0n
0bb84466d0
Merge pull request #1182 from lucianot54/patch-1
...
Fix for https://github.com/SiCKRAGETV/sickrage-issues/issues/178
2015-01-13 19:50:43 -08:00
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
lucianot54
8ae08af5e5
Fix for https://github.com/SiCKRAGETV/sickrage-issues/issues/178
2015-01-13 15:23:04 +01: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