Noam
c445a0732f
Added Logging
...
For debugging
2016-02-16 22:06:49 +02:00
Noam
20baed87ff
More debugging
2016-02-16 21:18:54 +02:00
Noam
ef9a2015eb
Added debugging for tests and fixed setTorrentPause
2016-02-16 21:04:56 +02:00
Noam
86fb9bbd6c
Update README.md
...
Deluge support
2016-02-14 18:56:10 +02:00
Noam
a2e7d4bdd1
Base64 Encode Received Torrent Binary and Updated Credits
...
- Instead of base64-encoding the torrent binary data for each method
(data/file/url/link), _add_torrent_file receives binary data and base64
encodes it
- Today I found out SickRage split into two groups somewhere along the
way (https://github.com/SickRage/sickrage-issues/issues/3 ), and since I
used parts of the code from SickRage I thought the credits in the file
should reflect its true author
2016-02-14 15:08:56 +02:00
Noam
c446dc263a
Add Problematic URL to Debug
2016-02-14 11:31:23 +02:00
Noam
60f718c2ce
Temporary Debugging
...
Print source of exception
2016-02-14 11:28:06 +02:00
Noam
05df81be2f
Travis
...
Not sure why Travis failed, let's try again
2016-02-13 12:17:00 +02:00
Noam
92cd62f0e9
Removed b64encode Import
...
Already importing all of base64, silly me
2016-02-13 12:07:24 +02:00
Noam
602dfbabc2
Encoding issues
...
- UTF-8 encoding/decoding issues, removed conversion (for now...)
- Noticed I was accidentally base64-encoding already-based64-encoded
torrents
2016-02-13 00:41:15 +02:00
Noam
c492a4122c
Travis fixes
...
- Whitespace
- Old variable name
2016-02-12 15:59:47 +02:00
Noam
fd55e84274
Try to Download and Parse Torrents if Receives URL
...
Deluge module will attempt to download any http(s) links it receives
2016-02-12 13:16:22 +02:00
Noam
b5a9d52592
Fixed Whitespace Again
...
- Oh Travis...
2016-02-04 16:17:27 +02:00
Noam
ca36938a83
Removed Whitespace
...
- Travis stuff
2016-02-04 16:10:22 +02:00
Noam
de9d77a8ef
Renames Cleanups and Torrent Removal Function
...
**Changes:**
- Modified function names to adhere to policy
- Removed/commented unused elements
- Added torrent removal function
2016-02-04 15:48:53 +02:00
Noam
0c3ebfbbb3
Exception handling for torrent name regular expression
...
Fall back to the torrent file's name in case reular expression
extraction method from the torrent file doesn't work.
2016-02-04 14:05:12 +02:00
Noah Manning
8323649c10
Added Deluge (Downloader) and Telegram (Notifier) Support
...
**Features:**
- - Added the ability to use Deluge as a torrent downloader
(http://deluge-torrent.org/ )
- - Added the ability to use Telegram messenger for download
notifications using Telegram's Bot API (https://core.telegram.org/bots )
**Issues:**
- - Post-processor doesn't look for the right directory when scanning
for completed downloads, it looks for the torrent's official name and
not the actually directory it was saved to
2016-02-03 17:32:50 +02:00
rembo10
ffd72ed6f7
Fixed ubuntu init script as per #2446
2016-01-29 16:45:08 +00:00
rembo10
f64045168d
Updated changelog for v0.5.10
2016-01-29 16:29:53 +00:00
rembo10
f16d977e9b
Removed pylint from travis
2016-01-29 16:19:45 +00:00
rembo10
8274a69236
Testing build status
2016-01-29 16:09:03 +00:00
rembo10
ce9f48e3d5
Moved build status to the top
2016-01-29 15:59:50 +00:00
rembo10
69735bdb22
Merge remote-tracking branch 'hamiltont/patch-2' into develop
2016-01-29 15:43:04 +00:00
rembo10
f3e2143b4b
Revert "Add Python, Windows, OS X, and Linux to .gitignore"
...
This reverts commit 74e071b1d7 .
2016-01-29 15:39:07 +00:00
rembo10
2110eb9855
Revert "Migrate as much as possible to pip and requirements.txt"
...
This reverts commit 982594a4a5 .
2016-01-29 15:38:12 +00:00
rembo10
3c015990c5
Revert "Add versions, and point to rembo10 fork of musicbranizngs"
...
This reverts commit 456b441210 .
2016-01-29 15:37:56 +00:00
Hamilton Turner
0d3026b97d
Add Travis-CI badge to Readme
2016-01-24 15:09:32 -05:00
rembo10
33c8ea7e2b
Fixed some pep8 & pyflakes errors
2015-12-21 15:28:44 -08:00
rembo10
561bed9fed
Merge conflicts
2015-12-21 15:12:43 -08:00
rembo10
7bdfa6a59d
Merge remote-tracking branch 'HammyHavoc/patch-1' into develop
2015-12-21 15:02:27 -08:00
rembo10
b887a941bf
Merge branch 'pip-test' into develop
2015-12-21 15:00:46 -08:00
Valentin Tolmer
b76f5250a8
postprocessor: use a temporary folder
2015-12-21 02:22:32 +01:00
Hammy Havoc
e372369b9e
Added a comma
...
Sentence begins with a conjunctive, needs a comma following independent clause.
2015-12-18 14:20:38 +00:00
rembo10
aaa0ea23e2
Merge remote-tracking branch 'kooimens/patch-1' into develop
2015-12-04 17:21:26 -08:00
rembo10
f8fe2cd532
Merge remote-tracking branch 'JamieMagee/pip' into develop
2015-12-04 17:20:42 -08:00
kooimens
bb362325ad
Should do the trick
...
Use album_dir as leading parameter. Else 'dir' and if not specify just post process
2015-12-05 00:21:53 +01:00
kooimens
56555ad550
Add API ability to postprocess single album folder
2015-12-04 23:08:52 +01:00
Jamie Magee
456b441210
Add versions, and point to rembo10 fork of musicbranizngs
2015-12-04 11:09:09 +01:00
Jamie Magee
982594a4a5
Migrate as much as possible to pip and requirements.txt
2015-12-04 11:09:09 +01:00
rembo10
eaded8dfd9
Merge conflicts from lepricon49/master
2015-12-01 12:07:18 -08:00
rembo10
c583b95ee2
Merge remote-tracking branch 'JamieMagee/gitignore' into develop
2015-12-01 11:30:01 -08:00
rembo10
cda57dd733
Fixed some merge conflicts
2015-12-01 11:29:25 -08:00
rembo10
60fbfce540
Merge remote-tracking branch 'JamieMagee/init-scripts' into develop
2015-12-01 10:13:24 -08:00
rembo10
d8af2eaf4c
Merge remote-tracking branch 'BillyNate/track-matching-patch' into develop
2015-12-01 10:12:18 -08:00
rembo10
9a571988ae
Merge remote-tracking branch 'jvs3/master' into develop
2015-12-01 10:11:04 -08:00
rembo10
b5b81a8bba
Merge remote-tracking branch 'botez/patch-1' into develop
2015-12-01 10:09:09 -08:00
rembo10
e76551b4a8
Merge remote-tracking branch 'theguardian/master' into develop
2015-12-01 10:05:51 -08:00
Jamie Magee
74e071b1d7
Add Python, Windows, OS X, and Linux to .gitignore
2015-11-27 14:10:08 +01:00
Jamie Magee
327585327f
pep8, pyflakes, and pylint suggested fixes
2015-11-27 13:55:11 +01:00
Jamie Magee
4b445ca4df
Make ShellCheck suggested changes
2015-11-27 10:48:04 +01:00