be0efb97c6c38d76444b9ecec85585f4d6117185
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 [36m[ato.core.plugins.searcher] Checking status snatched releases...[0m 08-28 17:05:13 DEBUG [36m[ato.core.plugins.searcher] Checking snatched movie: Think Like A Man[0m 08-28 17:05:13 INFO [0m[.core.downloaders.sabnzbd] Checking download status of "Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045)" at SABnzbd.[0m 08-28 17:05:13 INFO [0m[hpotato.core.plugins.base] Opening url: http://localhost:8000/api?output=json&apikey=xxx&mode=queue, params: [][0m 08-28 17:05:13 INFO [0m[hpotato.core.plugins.base] Opening url: http://localhost:8000/api?output=json&apikey=xxx&mode=history, params: [][0m 08-28 17:05:14 DEBUG [36m[.core.downloaders.sabnzbd] Found Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) in SabNZBd history, which has Moving[0m 08-28 17:05:14 INFO [0m[.core.downloaders.sabnzbd] Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) failed downloading, deleting...[0m 08-28 17:05:14 INFO [0m[hpotato.core.plugins.base] Opening url: http://localhost:8000/api?del_files=1&apikey=xxx&mode=history&value=SABnzbd_nzo_tmhk8y&name=delete, params: [][0m 08-28 17:05:14 DEBUG [36m[.core.downloaders.sabnzbd] Result text from SAB: ok[0m 08-28 17:05:14 INFO [0m[.core.downloaders.sabnzbd] SabNZBd deleted failed release Think Like A Man 2012 1080p BluRay X264 BLOW.cp(tt1621045) successfully.[0m 08-28 17:05:14 DEBUG [36m[ato.core.plugins.searcher] Download status: failed[0m 08-28 17:05:14 INFO [0m[ato.core.plugins.searcher] Trying next release for: Think Like A Man[0m 08-28 17:05:14 INFO [0m[ato.core.plugins.searcher] Better quality (1080P) already available or snatched for Think Like A Man[0m 08-28 17:05:14 DEBUG [36m[potato.core.plugins.movie] Changing status for Think Like A Man[0m 08-28 17:06:13 DEBUG [36m[ato.core.plugins.searcher] Checking status snatched releases...[0m
CouchPotato Server
CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.
Running from Source
CouchPotatoServer can be run from source. This will use git as updater, so make sure that is installed also.
Windows, see the CP forum for more details:
- Install Python 2.7
- Then install PyWin32 2.7 and GIT
- If you come and ask on the forums 'why directory selection no work?', I will kill a kitten, also this is because you need PyWin32
- Open up
Git Bash(or CMD) and go to the folder you want to install CP. Something like Program Files. - Run
git clone https://github.com/RuudBurger/CouchPotatoServer.git. - You can now start CP via
CouchPotatoServer\CouchPotato.pyto start
OSx:
- If you're on Leopard (10.5) install Python 2.6+: Python 2.6.5
- Install GIT
- Open up
Terminal - Go to your App folder
cd /Applications - Run
git clone https://github.com/RuudBurger/CouchPotatoServer.git - Then do
python CouchPotatoServer/CouchPotato.py
Linux (ubuntu / debian):
- Install GIT with
apt-get install git-core - 'cd' to the folder of your choosing.
- Run
git clone https://github.com/RuudBurger/CouchPotatoServer.git - Then do
python CouchPotatoServer/CouchPotato.pyto start - To run on boot copy the init script.
cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato - Change the paths inside the init script.
nano /etc/init.d/couchpotato - Make it executable.
chmod +x /etc/init.d/couchpotato - Add it to defaults.
sudo update-rc.d couchpotato defaults
Description
Languages
Python
91.1%
JavaScript
7%
CSS
1.5%
HTML
0.2%
Shell
0.2%