Commit Graph

2348 Commits

Author SHA1 Message Date
Ruud e33c6b3a5f Added urls to providers 2012-08-24 22:11:13 +02:00
Ruud 3f35cba818 NZBsRus cleanup 2012-08-24 17:57:56 +02:00
Ruud 7ee04e3d18 nzbrus: Found some dvdrips in the misc category so adding to lookup 2012-08-24 17:41:16 +02:00
Ruud 70364b2460 Merge branch 'develop_fixfail' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop_fixfail 2012-08-24 16:42:12 +02:00
Ruud d2560393eb Merge branch 'develop3' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop3 2012-08-24 16:37:54 +02:00
Ruud 6e2380f203 NMA fix
Thanks @Mochaka
2012-08-24 16:35:50 +02:00
Ruud db4159e51d Merge branch 'develop' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop 2012-08-24 16:26:51 +02:00
Ruud c423cd1f79 Load new "thanks" frame in about page 2012-08-24 16:23:42 +02:00
Ruud a9545e4fa5 Remove paypal link 2012-08-24 16:08:01 +02:00
mano3m 2d6c31af97 Some failure messages do not contain 'fail'. No message at all means success. 2012-08-18 19:52:07 +02:00
Ruud de3832b7b6 Filter try_next on movie. 2012-08-13 21:50:31 +02:00
Ruud f63e332861 Cleanup of automated failed download detection. 2012-08-12 23:53:53 +02:00
Ruud 9b6261f0b3 Always check for correct quality 2012-08-12 15:17:11 +02:00
Ruud 627314dbe1 Change release info API structure 2012-08-10 20:29:42 +02:00
Ruud 4d90b1873b Add SD documentary category NZBMatrix. fix #698 2012-08-09 22:23:09 +02:00
Ruud da69c2840a Wrong content tag in search bugs Opera. fix #696 2012-08-09 22:11:29 +02:00
Ruud 419b47356f Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop 2012-08-09 21:36:32 +02:00
Ruud 28f75617b2 Use magnet link for kat.ph. fix #644 2012-08-09 16:23:05 +02:00
Ruud 334a5725e1 Use magnet links from publichd. fix #682 2012-08-09 16:00:41 +02:00
Ruud c753857dbd Merge branch 'develop4' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop4 2012-08-05 16:41:35 +02:00
Ruud cfe1e47df2 Add branch to version file 2012-08-05 16:14:24 +02:00
Ruud 40daba277b Handle permission error in shutil.move for *nix systems during the rename plugin. 2012-08-05 15:39:04 +02:00
Ruud a3895dd176 Use float for size calculation. fix #643 2012-08-05 15:27:27 +02:00
Ruud ac91156288 Firefox bookmarklet isn't run as function. fix #681 2012-08-05 14:46:19 +02:00
Ruud de532cb7ee Add description to growl notification. closes #604 2012-08-05 14:11:48 +02:00
Ruud 60e0eed26b Use imdb identfier on sceneaccess. fix #648 2012-08-04 23:29:09 +02:00
Ruud 1154d93ccd Don't re-use path_identifiers. fix #665 2012-08-04 23:14:53 +02:00
Ruud 08e96b8691 Make it 4 weeks before release 2012-08-04 22:58:50 +02:00
Ruud 196b27092e Use proper age param for nzbmatrix. fix #620 2012-08-02 22:14:35 +02:00
Ruud 5e481623fc Remove right path sep. fix #646 2012-08-02 21:54:47 +02:00
mano3m 71c181379a Fixed behavior for not compatible downloaders + typo's 2012-08-02 20:56:05 +02:00
mano3m 0193f7ad81 scan only once when multiple releases are snatched 2012-08-02 20:05:31 +02:00
mano3m 928c440f90 renamer cleanup 2012-08-02 19:01:19 +02:00
mano3m 4223ed4b5a Put the renamer as a function of a download status checker in the searcher class
The changed functionality is as follows:
- the renamer is not on scheduled interval anymore
- the download status checker checks the status of all snatched releases every x minutes
- if a release has downloaded it fires up the renamer (if enabled)
- if it failed, it sets the release to ignored and snatches the next best release

With these additions the renamer wont scan your hd anymore when it is not required, and will retry failed downloads with new releases.

To do:
- the only downloader implemented is SabNZBd, for the others it defaults to the old behavior when releases are snatched (I think!?)
- a button to scan manually: Items added to the renamer folder are only picked up after a download completed
2012-08-02 18:59:04 +02:00
mano3m 100b563e10 typo 2012-08-01 03:11:19 +02:00
mano3m db2c9e5156 Added config options 2012-08-01 03:09:34 +02:00
mano3m 4aae3c45ea Bug fixes, it should actually restart the download now 2012-08-01 02:38:00 +02:00
mano3m b262ed59a8 Fixed sab api bug 2012-07-30 19:15:25 +02:00
mano3m 2884488338 Removed double logging, bug fixes 2012-07-29 22:02:51 +02:00
mano3m 684ef44f84 Fixed typo and added some error handling 2012-07-29 20:18:31 +02:00
mano3m 6225ed92b1 Added failed download handling for sabnzbd.
It will check for failed downloads from the sabnzbd api and then set the failed release to ignore and try the search again.
2012-07-29 20:17:25 +02:00
mano3m 46c73dc43c Fix hint being added to the notification test button texts 2012-07-25 00:09:13 +02:00
mano3m 2406e9ef85 Fixed NMJ test 2012-07-24 23:27:26 +02:00
mano3m 80929b5806 small fix to xbmc notification test 2012-07-24 22:55:53 +02:00
mano3m 108044948f Fix XBMC and NMA Notification tests 2012-07-24 22:49:49 +02:00
Ruud 125948cb94 Exclude rottentomatoes movie subpage in userscript 2012-07-16 01:32:58 +02:00
Ruud 4284bc20c3 Restart when updating manually 2012-07-16 01:21:40 +02:00
Ruud ee21610bc3 Cleanup automation providers 2012-07-16 01:11:52 +02:00
Ruud b07a937fa7 gzip requests 2012-07-16 00:44:39 +02:00
Ruud 000c5fa591 Movies.io userscript and automation 2012-07-16 00:44:18 +02:00