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
65c41bb54c
Merge pull request #1295 from abeloin/patch-touchfile
...
Modified touchfile() to detect ENOSYS and EACCES.
2015-02-15 18:26:49 -05:00
Alexandre Beloin
73dc968e2d
Merge pull request #1293 from abeloin/patch_dailysearcher
...
Fix incorrect operator in dailysearcher.py
2015-02-15 18:26:35 -05:00
Alexandre Beloin
98fec41e22
Merge pull request #1292 from TagForce/partial_revert_1253
...
Partial Revert 1258
2015-02-15 18:26:10 -05:00
Alexandre Beloin
37ab5bb45b
Merge pull request #1289 from abeloin/patch-synology_ssl
...
Disable ssl checking in synology client
2015-02-15 18:26:00 -05:00
Alexandre Beloin
509158cc70
Merge pull request #1283 from abeloin/patch-proper_pubdate
...
Fix issues with newznab provider
2015-02-15 18:24:09 -05:00
Alexandre Beloin
5dfff06417
Merge pull request #1282 from abeloin/patch-utorrent_token
...
Fix for uTorrent 2.2.1 token order.
2015-02-15 18:23:41 -05:00
Alexandre Beloin
ffdb127f18
Merge pull request #1278 from joshjowen/joshjowen-kat-verified-fix
...
Fix verified status of torrents from KAT
2015-02-15 18:22:18 -05:00
Alexandre Beloin
4eafcd4462
Merge pull request #1277 from djoole/patch-2
...
changed subcategories order
2015-02-15 18:22:02 -05:00
Alexandre Beloin
9321b71ac1
Merge pull request #1275 from Captsha/patch-2
...
Improve code check for list comprehensions on subtitle
2015-02-15 18:21:11 -05:00
Alexandre Beloin
225b1171da
Merge pull request #1269 from LinuxBozo/trakt-fixes
...
Trakt 2.0 API fixes
2015-02-15 18:20:23 -05:00
Alexandre Beloin
14e76946c7
Merge pull request #1267 from abeloin/patch-iptorrent
...
Fix IPTorrents url.
2015-02-15 18:19:00 -05:00
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
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
86fdd810d5
Merge pull request #1207 from coolius/patch-1
...
Updated torrentday URL
2015-02-15 18:12:15 -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
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
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
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
c8f1eb6250
Disable ssl checking in synology client
2015-02-05 10:24:54 -05: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
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
Captsha
98c479cfb9
Improve code check for list comprehensions
...
Related to :
https://github.com/SiCKRAGETV/sickrage-issues/issues/457
This is why we have comma on the database like here ",en". Because alpha2 variable is empty.
Also, they have an error on the display page, this is already PR https://github.com/SiCKRAGETV/SickRage/pull/1260
2015-02-02 22:12:20 +01:00
Alexandre Beloin
cf6b61e4fe
Check for KeyError when looking for pubdate in rssfeed.
2015-02-01 11:29:03 -05:00
Dario Marcelino
1391dfad42
Issue SiCKRAGETV/sickrage-issues#301 : fix 'first_aired' date processing
2015-02-01 16:27:51 +00:00
M. Adam Kendall
f239dbe43e
Should fix the issues with parsing recommended shows.
2015-01-31 13:38:24 -05:00
Alexandre Beloin
095272673d
Fix IPTorrents url.
...
Ref bad commit: coolius/SickRage@bef4461
2015-01-31 11:20:27 -05:00
elijordan
3bd3a1359a
Merge remote-tracking branch 'upstream/develop' into develop
2015-01-31 16:49:17 +11:00
elijordan
1b3b10903b
prevent command injection
...
to prevent command injection when using the ‘cp’ command to perform
copied use subprocess instead of os.system
2015-01-31 16:44:42 +11:00
M. Adam Kendall
7f5d0ff375
Make the timeout configurable
2015-01-30 19:42:12 -05:00
echel0n
c62d8f2c79
Merge pull request #1234 from abeloin/patch-ical_auth
...
Fix access to webcal without password.
2015-01-29 15:04:10 -08:00
echel0n
2c19805bb3
Merge pull request #1240 from Tawmmm/patch-1
...
Ignore partially synced files from BTSync 2.0 Alpha
2015-01-29 14:54:23 -08:00
echel0n
c7c6fd42b1
Merge pull request #1241 from LinuxBozo/trakt-api-2
...
Update to Trakt.tv API 2.0
2015-01-29 14:52:40 -08:00
echel0n
843f2d8d4b
Merge pull request #1242 from abeloin/patch-json
...
Remove an extra apostrophe from content-type.
2015-01-29 14:52:04 -08:00
echel0n
01f5c13335
Merge pull request #1248 from TagForce/Show_Filesize
...
Added option to display file sizes in Show page
2015-01-29 14:49:30 -08:00
echel0n
8432c82544
Merge pull request #1243 from abeloin/patch-rename_across_partition
...
Fix moving files across partition
2015-01-29 14:46:50 -08:00
echel0n
b3fbad33d8
Merge pull request #1245 from flightlevel/patch-1
...
FreshonTV now supports HTTPS
2015-01-29 14:46:18 -08: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
6bdffab6e6
Merge pull request #1255 from TagForce/mede8tor_show_meta
...
Add plot info to mede8er series.xml
2015-01-29 14:44:19 -08:00
echel0n
1f00a5a295
Merge pull request #1256 from abeloin/patch-transmission_rpc
...
Added custom rpc url for transmission
2015-01-29 14:44:12 -08:00