Commit Graph

1464 Commits

Author SHA1 Message Date
clinton-hall 9f2941a45c Changed description for required words 2012-12-04 22:49:20 +01:00
clinton-hall f452106bfc Added comparison of sets of required words
Can now match sets of words containing words separated by & with each set separated by ,
This only requires any set of word(s) to be matched, but within each set ALL words must match.
2012-12-04 22:49:20 +01:00
Ruud da3055be30 Return nothing on disabled calls. 2012-12-03 14:29:59 +01:00
Ruud f9b65e7216 Add some better name guessing to searcher. fix #1091 2012-12-03 14:20:20 +01:00
Ruud 07e2c56095 Create empty download folder for Transmission. fix #1055 2012-12-03 13:58:46 +01:00
Ruud 9a6cfe3a21 Wait for wasn't used. fix #1104 2012-12-03 13:55:02 +01:00
Ruud 802338a934 Update Tornado lib 2012-12-03 13:31:34 +01:00
Ruud f0a3358561 Use debug for Tornado errors 2012-12-03 13:11:08 +01:00
Ruud 1c4c69211b Change shutdown event name 2012-12-02 00:18:11 +01:00
Ruud 77d57f5a09 Removed stopped providers 2012-11-30 22:49:22 +01:00
Ruud 618845a021 Code formatting 2012-11-30 22:37:23 +01:00
iamnos 3aabcbf8f1 Update init/fedora
The config file should be read after the defaults are set, or the options set in the config file are never used.
2012-11-30 21:53:35 +01:00
Ruud 929c6fe3f9 Don't run schedules when it's 0 2012-11-30 21:42:18 +01:00
Ruud c852949591 To lower case 2012-11-30 21:36:33 +01:00
Guillaume Bienkowski e36c8ec3ab Fixed typo 2012-11-30 21:32:20 +01:00
Guillaume BIENKOWSKI afea12c7c0 Log out when finished 2012-11-30 21:32:20 +01:00
Guillaume BIENKOWSKI c29a8b47d6 Basic support of Synology DownloadStation API
VERY basic. We're not logging out at the moment, and we keep the
session open.
No verification of the protocol version either (I assume DSM 4.1).

Very basic, indeed
2012-11-30 21:32:20 +01:00
Alexej Haak fdd0826b4f Added custom categories
less big api requests this way and better results (the cats include
audio quality filter)
2012-11-30 21:29:45 +01:00
Alexej Haak 81b7ebaf51 Kere.ws Implementation from Pheelee
Implementation by Pheelee
he closed the pull request some time ago and I dont know why.. Using
this for some time now with no problems at all
2012-11-30 21:29:45 +01:00
Ruud eafc3db74d Add HDTS as alternative tag. #1097 2012-11-30 21:11:34 +01:00
Ruud 3464435a5c Imdb url only in XBMC meta data 2012-11-24 16:53:38 +01:00
Randall Ma 9f19902221 fixed typo of "successfully" 2012-11-24 16:35:22 +01:00
Ruud 2ed72c9098 Don't show button bar when there aren't any releases 2012-11-20 21:15:43 +01:00
Ruud 723f720280 Ignore header in TPB results 2012-11-20 21:15:22 +01:00
Ruud daaa2154e5 Return when no table is returned. fix #1053 2012-11-20 21:07:21 +01:00
Ruud 95c5db2d17 Use css for search animations 2012-11-20 20:36:52 +01:00
Ruud e53a9ed30a Try next on failed download from provider 2012-11-15 18:30:45 +01:00
Ruud 2b49a4b5d6 Merge branch 'develop' of https://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop 2012-11-14 13:54:27 +01:00
Ruud 4224a25e54 Sabnzbd, show what is in filedata. 2012-11-14 13:44:26 +01:00
Ruud 3635da1f59 Add new api for upcoming extension 2012-11-14 13:43:38 +01:00
clinton-hall 71cca6b87f Removed excess tags from title
Now only adds "Source", "Video Format", "Audio Format", and "Language"
2012-11-13 18:43:31 -08:00
Ruud 68c0496f8e Don't hide partial keyword log. closes #1043 2012-11-13 20:24:58 +01:00
Ruud 6dc3c8d69d Filmweb.pl userscript. closes #1029
Thanks @kempniu
2012-11-11 22:22:38 +01:00
Ruud b03012e4aa Customizable check snatched. closes #920
Thanks to @clinton-hall
2012-11-11 22:01:19 +01:00
Ruud 5a1f05df8e Transmission, add folder name to download dir 2012-11-11 21:47:02 +01:00
Ruud 62a5909856 Transmission add trackers 2012-11-11 21:03:13 +01:00
Ruud 813c078db0 uTorrent cleanup
Add trackers when adding via magnet_link
2012-11-11 20:45:50 +01:00
Ruud 904d1ea4f7 Merge branch 'utorrent_downloader' of https://github.com/EchelonFour/CouchPotatoServer into EchelonFour-utorrent_downloader 2012-11-11 17:40:14 +01:00
Ruud 20b773bc3b Typos. closes #1022
Thanks to @demonbane
2012-11-11 17:36:42 +01:00
Ruud be56b96bd0 Try and find groupname more accurately. fix #612 2012-11-11 16:47:00 +01:00
Ruud 655e847aeb Catch renamer.after event errors. fix #1032 2012-11-10 10:10:05 +01:00
Ruud f3fd0afb42 Only do dvdr match when no quality is found. fix #1030 2012-11-09 17:30:32 +01:00
Ruud 3782ad7f98 Added dksubs to ignore list 2012-11-07 22:26:59 +01:00
Frank Fenton 6f5031fa7c Add torrent file support to utorrent downloader 2012-11-08 03:14:52 +11:00
Frank Fenton 93604a45e5 Add uTorrent downloader 2012-11-07 23:13:44 +11:00
Ruud 28f4169e44 Allow csv file from imdb.com. closes #1017 2012-11-05 17:56:44 +01:00
Ruud 2361057e4c Allow multiple getImdb 2012-11-05 17:55:45 +01:00
Ruud 5caa40bd81 Mapped audio codecs to renamer. closes #993
Thanks @clinton-hall
2012-11-04 00:23:36 +01:00
Ruud a22bd4abd4 First start improvements 2012-11-03 22:36:25 +01:00
Ruud a32ba7a763 Disable nzbclub by default 2012-11-03 22:01:13 +01:00