Commit Graph
111 Commits
Author SHA1 Message Date
Ruud 19f74e398f Commit before adding more info 2012-10-21 14:38:58 +02:00
Ruud 9ebc4dbf38 Reworked some download code. #924 2012-10-15 23:50:05 +02:00
Ruud 19ddd03204 Improved movie year matching 2012-10-13 11:23:13 +02:00
Ruud 269e98b049 Removed all commented out db.close 2012-10-12 19:09:57 +02:00
Ruud 8874bd4e2b Wrongly assuming quality when no quality in the name. fix #901 2012-10-12 13:15:40 +02:00
Ruud 2ac2b0ff06 Remove debug sleep 2012-09-26 21:12:14 +02:00
Ruud 86bf08cbd4 Add documentation to progress api 2012-09-26 21:01:48 +02:00
Ruud ed0e54d64d Add force full search options to wanted list 2012-09-26 20:59:03 +02:00
Ruud 3da0b1a804 Let user know to report weird errors 2012-09-26 20:12:03 +02:00
Ruud 95c5d16991 Don't check retention when it's 0 2012-09-26 19:35:59 +02:00
Ruud 0f1e8eeff9 Make sure to always search for old movies 2012-09-25 10:43:46 +02:00
Ruud 45bb88460c Remove wrongly added movies. 2012-09-14 12:42:52 +02:00
Ruud 3767a2411a Movie check snatched to renamer plugin 2012-09-08 14:26:15 +02:00
Ruud 7f52d8e496 Don't use srrdb anymore, it's buggy. 2012-09-02 19:39:39 +02:00
Ruud 6b7d29bae1 Cleanup 2012-09-02 16:19:55 +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 b8c6393409 Quality and filesize fix in release list. 2012-08-26 22:43:14 +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 c753857dbd Merge branch 'develop4' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop4 2012-08-05 16:41:35 +02:00
Ruud 08e96b8691 Make it 4 weeks before release 2012-08-04 22:58:50 +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 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
Ruud 7ddb5c2450 Don't fire search on start 2012-07-12 00:01:46 +02:00
Ruud 0dfefef0c5 Torrent provider cleanup 2012-07-08 12:21:22 +02:00
Ruud cf3041c848 Simple growl-like notifications 2012-06-30 21:25:36 +02:00
Ruud 97940b3f67 Don't break but try next release 2012-06-29 14:35:59 +02:00
Ruud af6f9473c4 Simplified preferred method 2012-06-28 23:14:27 +02:00
Ruud fa37a116b0 Merge branch 'bwq-torrent_nzb_preference' into develop 2012-06-28 22:57:28 +02:00
Ruud 2618956dc0 Properly ignore releases 2012-06-27 23:02:52 +02:00
bwq 14bc341f57 Here we go :) 2012-06-27 22:25:41 +02:00
Ruud b87c9ebc63 Better scoring and don't download releases with low score 2012-06-12 20:12:14 +02:00
Ruud e0440d4b11 Try and encode logging messages. fix #403 2012-06-11 12:38:22 +02:00
Ruud ab7989773a Add truefrench to ignored words 2012-05-27 12:47:30 +02:00
Ruud 06db2d9850 Single movie UI update 2012-05-22 00:14:46 +02:00
Ruud a4c9af24f2 Add nzbname for requiredwords log 2012-05-20 22:47:17 +02:00
Ruud 82aba8868c Only get nzb details when needed 2012-05-20 15:39:14 +02:00
Ruud eb48a72a90 Case insensitive ignored words. fix #284 2012-05-18 23:35:05 +02:00
Ruud 2393b43ebf Try and catch newznab limits. fixes #292 #264 2012-05-18 22:23:59 +02:00
Ruud 10a80e61f7 Don't blame sex and the city for being a stupid movie. fixes #280 2012-05-17 11:03:29 +02:00
Ruud 921a851b7e Re-use session. fix #252 2012-05-11 23:17:50 +02:00
Ruud 4bdd23e36a Do some title testing. fix #246 closes #238 2012-05-11 22:59:47 +02:00
Ruud 369f08b00b Check movie exists before adding releases 2012-05-11 15:31:25 +02:00
Ruud 7ca509cdbe Cleanup after database use 2012-05-07 21:55:18 +02:00
Ruud c21f283454 Type 2012-05-06 18:32:05 +02:00
Ruud 7c18fc8787 Don't search for done movies 2012-05-05 02:18:28 +02:00
Ruud bc3d00c206 Mass refresh movies 2012-05-05 02:11:03 +02:00