Commit Graph

2348 Commits

Author SHA1 Message Date
Ruud 6e8b828cd4 Use proper object get 2012-09-16 10:11:24 +02:00
Ruud 5851f226b6 Add more disks to Windows root directory. 2012-09-16 10:11:04 +02:00
Ruud 006163bd2b Don't show error when thetvdb failes 2012-09-14 13:15:18 +02:00
Ruud de6d686fe5 Add API version to CP calls 2012-09-14 12:44:26 +02:00
Ruud 45bb88460c Remove wrongly added movies. 2012-09-14 12:42:52 +02:00
Ruud d2901bc68a Use thetvdb to check if the movie is a TV Show. 2012-09-11 21:32:36 +02:00
Ruud 2c0af15325 Torcache doesn't give back proper 404 2012-09-11 20:48:27 +02:00
Ruud 36f653f65b Include module for desktop build 2012-09-09 17:29:09 +02:00
Ruud 89426d75ab Use multiple torrent sources to convert hash. fix #802 2012-09-08 15:58:41 +02:00
Ruud 89c295b4ad Properly get releases for check snatched 2012-09-08 14:34:45 +02:00
Ruud 3767a2411a Movie check snatched to renamer plugin 2012-09-08 14:26:15 +02:00
Ruud b62afc63f1 Speed up Userscript by not using BeautifulSoup. fix #796 2012-09-04 23:10:34 +02:00
Ruud 012ae9769a Open IMDB url in new window. fix #797 2012-09-03 23:23:18 +02:00
Ruud 864cd0e091 Added 2 more TPB proxies 2012-09-03 10:31:46 +02:00
Ruud 5b517e1202 Blackhole failed when only enabled torrent support. fix #791 2012-09-03 09:54:14 +02:00
Ruud f799e70e18 Only try and remove old folders once. fix #786 2012-09-02 20:47:24 +02:00
Ruud b121a2e827 Add traceback to unicode encoding 2012-09-02 20:13:46 +02:00
Ruud 7f52d8e496 Don't use srrdb anymore, it's buggy. 2012-09-02 19:39:39 +02:00
Ruud 7a77ddf0e9 Add description to ptp 2012-09-02 18:36:53 +02:00
Ruud 3087944461 Don't search imdb when no name is found 2012-09-02 18:35:49 +02:00
Ruud 440bcfb7a1 Use count for mergedict 2012-09-02 18:32:15 +02:00
Ruud 6b7d29bae1 Cleanup 2012-09-02 16:19:55 +02:00
Ruud 9590f2e43e PassThePopcorn code cleanup + standards 2012-09-02 16:15:25 +02:00
Ruud 21286458f2 Cleaner settings menu 2012-09-02 14:20:12 +02:00
Ruud 221f01e0e9 Import ascii letters for trailers 2012-09-02 13:33:53 +02:00
Rembrand van Lakwijk 39903314e4 Some minor improvements
- Now uses authkey+passkey in torrent urls, so it should support sending torrents to external clients such as Tranmission
- Fixed all remaster versions showing up as 's' in the torrent name
- Fixed duplicate request when a request is done while not being logged in to ptp
- Allow '.' character in torrent names
2012-09-02 11:27:57 +02:00
Rembrand van Lakwijk ca358d28ee Search improved
- Fixed CouchPotato rejecting a lot of torrents that in reality meet requirements just fine
- Added BD50 support
- Increased amount of log output
2012-09-02 11:27:57 +02:00
Rembrand van Lakwijk d505675f93 Fixed error when a movie is not found (oversight in porting from v1) 2012-09-02 11:27:57 +02:00
Rembrand van Lakwijk 2cac21bdc3 Initial commit off passthepopcorn search provider (port from version for CouchPotato 1) 2012-09-02 11:27:57 +02:00
mano3m 0cd2206e97 Remove category check
Several people have issues with this on the forum...
2012-09-02 11:21:58 +02:00
mano3m 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
mano3m 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
mano3m 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 Howard 12f440b71e Conflict with Windows cp1252 and UTF-8. fix #692 2012-09-02 10:33:36 +02:00
Tristian Howard 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