Commit Graph
1268 Commits
Author SHA1 Message Date
mano3mandRuud 4c3a405aa4 Failed download disabled
Make sure that the release is also marked as failed with SabNZB if deleting of failed download is disabled
2012-09-02 11:21:58 +02:00
mano3mandRuud be0efb97c6 The searcher states that a better quality is already available or snatched after a release just failed downloading and was set to ignored.
After refreshing the wanted page, one release showed as ignored, the others as available. After clicking the green 'download another one' button, it started downloading the next one.

This is because the movie_dict is filled before the release is updated to ignored and therefore still is stated as snatched in searcher.single.

08-28 17:05:13 DEBUG [ato.core.plugins.searcher] Checking status snatched releases...
08-28 17:05:13 DEBUG [ato.core.plugins.searcher] Checking snatched movie: Think Like A Man
08-28 17:05:13 INFO [.core.downloaders.sabnzbd] Checking download status of "Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045)" at SABnzbd.
08-28 17:05:13 INFO [hpotato.core.plugins.base] Opening url: http://localhost:8000/api?output=json&apikey=xxx&mode=queue, params: []
08-28 17:05:13 INFO [hpotato.core.plugins.base] Opening url: http://localhost:8000/api?output=json&apikey=xxx&mode=history, params: []
08-28 17:05:14 DEBUG [.core.downloaders.sabnzbd] Found Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) in SabNZBd history, which has Moving
08-28 17:05:14 INFO [.core.downloaders.sabnzbd] Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) failed downloading, deleting...
08-28 17:05:14 INFO [hpotato.core.plugins.base] Opening url: http://localhost:8000/api?del_files=1&apikey=xxx&mode=history&value=SABnzbd_nzo_tmhk8y&name=delete, params: []
08-28 17:05:14 DEBUG [.core.downloaders.sabnzbd] Result text from SAB: ok
08-28 17:05:14 INFO [.core.downloaders.sabnzbd] SabNZBd deleted failed release Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) successfully.
08-28 17:05:14 DEBUG [ato.core.plugins.searcher] Download status: failed
08-28 17:05:14 INFO [ato.core.plugins.searcher] Trying next release for: Think Like A Man
08-28 17:05:14 INFO [ato.core.plugins.searcher] Better quality (1080P) already available or snatched for Think Like A Man
08-28 17:05:14 DEBUG [potato.core.plugins.movie] Changing status for Think Like A Man
08-28 17:06:13 DEBUG [ato.core.plugins.searcher] Checking status snatched releases...
2012-09-02 11:21:58 +02:00
mano3mandRuud 7f159b6229 Check if movie is done in checkSnatched. Fixes #760. 2012-09-02 11:21:58 +02:00
Ruud 10052b7e86 Use shutil for rename in updater 2012-09-02 11:14:02 +02:00
Tristian HowardandRuud 12f440b71e Conflict with Windows cp1252 and UTF-8. fix #692 2012-09-02 10:33:36 +02:00
Tristian HowardandRuud 949989fca8 Fixed a typo found by jbogatay. 2012-09-02 10:33:36 +02:00
Ruud c65e31cfba PublicHD magnet link returns base32 encode. fix #766 2012-08-28 22:18:40 +02:00
Ruud 2d5481b89e Remove unused host in javascript api 2012-08-27 23:04:04 +02:00
Ruud a6c4763d6d Update Userscript with @grant 2012-08-27 22:45:35 +02:00
Ruud 9a0a829802 Show info link again. fix #706 2012-08-26 22:59:40 +02:00
Ruud 5df95d4132 Fixed spelling in please wait message. 2012-08-26 22:44:11 +02:00
Ruud b8c6393409 Quality and filesize fix in release list. 2012-08-26 22:43:14 +02:00
Ruud d64150d6a7 Magnet link improvements 2012-08-26 22:43:00 +02:00
Ruud 442444a95a Update readme. closes #717 2012-08-26 17:36:10 +02:00
Ruud 4275be0059 Add some tooltips to quality. closes #725 2012-08-26 17:06:49 +02:00
Ruud cf86948c13 Remove empty folder when found better quality. fix #735 2012-08-26 15:42:26 +02:00
Ruud ada4710a0a Correctly select edit quality. fix #736 2012-08-26 14:31:38 +02:00
Ruud b599bc384b Add updater type to about page 2012-08-26 14:23:14 +02:00
Ruud bdfb073bca Catch filetime error. fix #741 2012-08-26 14:14:57 +02:00
Ruud d817179747 De-referer external urls. 2012-08-24 22:46:32 +02:00
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