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

2691 Commits

Author SHA1 Message Date
Alexandre Beloin
23f3185e61 Merge pull request #1262 from eli-jordan/develop
use subprocess instead of os.system
2015-02-15 18:17:54 -05:00
Alexandre Beloin
a3607bad5b Merge pull request #1261 from Phantazm/patch-IntelliJ_IDEA_specific_gitignores
Added IntelliJ IDEA specific gitignores
2015-02-15 18:17:44 -05:00
Alexandre Beloin
6cbc7ea978 Merge pull request #1260 from fernandog/patch-17
Improve code check for list comprehensions
2015-02-15 18:17:20 -05:00
Alexandre Beloin
a8de735cdd Merge pull request #1233 from abeloin/patch-github_submit
Fix GitHub submit error
2015-02-15 18:16:45 -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
aad7e36966 Merge pull request #1230 from abeloin/patch-ical_empty_network
Fix if network is None for ical
2015-02-15 18:15:51 -05:00
Alexandre Beloin
62187d01b8 Merge pull request #1224 from abeloin/patch-network_name
Fix accent issue on system with locale like POSIX.
2015-02-15 18:13:08 -05:00
Alexandre Beloin
86fdd810d5 Merge pull request #1207 from coolius/patch-1
Updated torrentday URL
2015-02-15 18:12:15 -05:00
Alexandre Beloin
ad3a54ba51 Merge pull request #1304 from abeloin/patch-python_279
Temporary fix for Python 2.7.9 for SSL
2015-02-15 18:10:57 -05:00
Alexandre Beloin
9d6e6402f9 Merge pull request #1290 from abeloin/patch-cookie_name
Change cookie name to prevent name collision.
2015-02-15 18:10:44 -05:00
Alexandre Beloin
dc1f163249 Merge pull request #1320 from abeloin/patch-cookie_secret
Generate a cookie instead of using an hardcoded one.
2015-02-15 18:10:01 -05:00
Alexandre Beloin
d0aa696eb7 Revert commit 32da0199f2 2015-02-15 11:23:37 -05:00
leandro
eebd5f3cd3 Updated login param value for torrentBytes provider. Fixes SiCKRAGETV/sickrage-issues#604. 2015-02-14 23:48:17 -02:00
Alexandre Beloin
c83b775a1a Replaced the AniDB logo 2015-02-14 13:52:09 -05:00
Alexandre Beloin
2fe38ce1d9 Fix typo for locale from us_US to en_US 2015-02-14 13:49:49 -05:00
Alexandre Beloin
7d3382dc07 Fix missing css tag for text color. 2015-02-14 13:48:47 -05:00
Alexandre Beloin
e7f7167567 Fix path issue with country flags.
Converted from crlf to lf
2015-02-14 13:46:44 -05:00
alaorath
e9814c6ffb Update init.debian to exit instead of return when 'restarted' 2015-02-13 11:24:05 -07:00
TagForce
3c60c30878 Added .settings folder to .gitignore
- Removes Eclipse Project .settings folder from git tracking
2015-02-13 16:07:33 +01:00
TagForce
e0ccc2caeb Added Hidden Folder check for Windows Attributes
- 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
2015-02-13 15:00:39 +01:00
Alexandre Beloin
190ab82482 Fix typo in displayShow.tmpl
Introduce in commit 9c635f81ff
2015-02-12 23:42:20 -05:00
Alexandre Beloin
3917818d6f Fix progress bar vanishing when show table empty. 2015-02-12 22:19:46 -05:00
Alexandre Beloin
76c8643a6e Added snatched status in backlog overview. 2015-02-12 17:49:14 -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
Simon
c371630d8a Fix for issue #425: Replace TVTorrents Provider with Shazbat.tv 2015-02-12 23:46:21 +08:00
Martin Warnaar
1babd3ec3b Updated kickasstorrents URL to kickass.to 2015-02-12 14:24:15 +01:00
Deddiekoel
a5327ffea1 Added new regex 'itunes'
Almost identical to no_season regex but omitted the "of joiner line" to make sure that iTunes maintained TV Show folders can still be scanned.
2015-02-11 12:59:34 +01:00
Alexandre Beloin
fbdd48aed8 Modified touchfile() to detect ENOSYS and EACCES.
To better distinguish between file permissions and not implemented.
2015-02-10 22:52:49 -05:00
Alexandre Beloin
052138a50f Fix incorrect operator in dailysearcher.py 2015-02-10 09:43:17 -05:00
TagForce
c0aa41fefa Partial Revert 1253
- Reverts changes made to failedProcessor.py by PR 1253
- Fixes miscelaneous errors on setting a single episode to failed.
2015-02-10 10:01:53 +01:00
Alexandre Beloin
6b1a4e204a Change the name from sickrage to sickrage_user 2015-02-09 15:40:50 -05:00
Alexandre Beloin
c5cfede638 Catch exception if unable to cache the response 2015-02-09 14:09:15 -05:00
Alexandre Beloin
d0152e898c Change cookie name to prevent name collision.
E.g.: Couchpotato
2015-02-09 12:41:31 -05:00
Alexandre Beloin
3dc71dcfbc Generate a cookie instead of using an hardcoded one. 2015-02-09 11:22:48 -05:00
Alexandre Beloin
b283015d38 Use errno.ENOSYS instead of 38. 2015-02-08 20:07:52 -05:00
Alexandre Beloin
de6cd8d9f1 Added detection of fs unsupported link creation.
Function acquire will run in infinite loop if the fs doesn't support
link creation(OSError: (38, 'Function not implemented'))
2015-02-08 20:01:30 -05:00
Alexandre Beloin
b33ebc0ca5 TVDB: Check if show has episodes 2015-02-06 14:29:35 -05:00
TagForce
6b6d270056 Added option to set ShowUpdate time
- Changed hardcoded value from 3 to SHOWUPDATE_HOUR
- Added field in Config General to set SHOWUPDATE_HOUR
- Default value is still 3 (am), added check if value over 23 or under 0
set to 0 (12am).
2015-02-06 09:38:37 +01:00
Alexandre Beloin
a57d94678d TVRage: Check if show has episodes
Check if node episodelist exist in tvrage show.
e.g. New show without episodes
2015-02-05 23:02:47 -05:00
Landon Abney
52e8cb847b Set the default Pushbullet target to all devices
Sets the default device to "All devices" (string choice may need changing). A user may still select a specific device if desired. Fixes SiCKRAGETV/sickrage-issues#511. Also corrects the handling of current_pushbullet_device, the variable was not defined in the inner function before.
2015-02-05 11:10:47 -08:00
Alexandre Beloin
c8f1eb6250 Disable ssl checking in synology client 2015-02-05 10:24:54 -05:00
Alexandre Beloin
21fcea2c31 Temporary fix for Python 2.7.9 for SSL
See https://www.python.org/dev/peps/pep-0476/ for more info.
2015-02-04 21:47:57 -05:00
coolius
1b555c88ad Corrected aspect ratio of Sky Atlantic network logo 2015-02-04 16:53:07 +00:00
joshjowen
3509610635 Update kat.py
Cast the string item['torrent_verified'] as an integer so that 'verified' will be False if the returned string is "0" which would otherwise be True because it is a non-empty string
2015-02-04 17:49:39 +10:00
Alexandre Beloin
2985f61cce Fix Proper instance has no attribute 'size'
When findpropper call pickBestResult the instance as not attribute
'size'. Added a check.
2015-02-03 11:30:12 -05:00
Alexandre Beloin
cbae664ed2 Added default host:port for each torrent clients. 2015-02-02 21:27:29 -05:00
djoole
d1e57158d6 changed subcategories order
so that category "tv series" is used for cache building
2015-02-02 23:08:07 +01:00
Alexandre Beloin
0ae4384f33 Fix for uTorrent 2.2.1 token order.
Put the token in first place.
See https://github.com/SiCKRAGETV/sickrage-issues/issues/483 for more
info.
2015-02-02 16:13:29 -05:00