CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Got a program that plays well with SABnzbd? Share it here!
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

It should log to ./logs (the same directory as CouchPotato.py. Doesn't it do that for you?
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
HungryBUTTON
Newbie
Newbie
Posts: 14
Joined: July 26th, 2010, 6:18 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by HungryBUTTON »

Nah it doesnt.

When i initially configure it and setup the service it woudnt start as it was complaining that /logs/ was not a valid directory.

As a work around i created /logs/

BTW i am using Solaris 2009.06
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

How about the cache dir? Is that being created in the right dir?
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
HungryBUTTON
Newbie
Newbie
Posts: 14
Joined: July 26th, 2010, 6:18 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by HungryBUTTON »

Yep cache dir is fine

Code: Select all

root@sabnzbd:/etc/CouchPotato/cache# ls -l
total 14
drwxr-xr-x   2 root     root         101 Jul 26 22:31 images
drwxr-xr-x   2 root     root           4 Jul 26 16:25 minify
drwxr-xr-x   2 root     root           4 Jul 27 00:19 updates
drwxr-xr-x   2 root     root          40 Jul 27 00:02 xml
chokomon
Newbie
Newbie
Posts: 47
Joined: January 27th, 2008, 4:45 pm

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by chokomon »

RuudBurger wrote: For all the users who are running from GIT, how is the updater working for you?
I want to make an auto updater, but want to know if the updates are running correct.
I'm running on linux system from git source, and the updater has been working perfectly for me.
HungryBUTTON
Newbie
Newbie
Posts: 14
Joined: July 26th, 2010, 6:18 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by HungryBUTTON »

Ok 1 more issue that i may have found.

I am a pain arnt i RuudBurger  ;D

A listing has been found and added to SAB however the DVD-Rip is still orange and not green.
Its not a browser cache issue and i have also restarted CP numerous times

Image
Sunii
Newbie
Newbie
Posts: 10
Joined: February 3rd, 2010, 6:35 pm

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by Sunii »

RuudBurger wrote: Confirmation on deletion, no
Curious as to why? Sometimes I fatfinger things ;D
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

@HungryBUTTON:
I will have a look, what browser / version / OS?

@sunii:
I meant, no(t in this update). will implement something on the movie list.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

Yeah HungryBUTTON pointed that out today to, will take a look.

Could you or HungryBUTTON change:
args = ('logs/CouchPotato.log','a', 500000, 4)
to
args = ('./logs/CouchPotato.log','a', 500000, 4)
in the logging.conf, and see if the logs then are written in "couchpotato/logs"?
Last edited by RuudBurger on July 26th, 2010, 6:14 pm, edited 1 time in total.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

Ok thanks, then ill try a absolute path fix.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
nchall
Newbie
Newbie
Posts: 2
Joined: May 26th, 2009, 10:26 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by nchall »

where do the deleted files get put when you check the box to clean up the directory with files under 150mb?  i didn't think it would delete all folders, just left over files from downloads.  thanks.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by rascalli »

It deletes the files in the "watch" folder

Also files/folders that have been there maybe longer
And I think it does not go into a recycle bin
HungryBUTTON
Newbie
Newbie
Posts: 14
Joined: July 26th, 2010, 6:18 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by HungryBUTTON »

Tried this but it didnt work.
pair of dimes wrote:
RuudBurger wrote: Yeah HungryBUTTON pointed that out today to, will take a look.

Could you or HungryBUTTON change:
args = ('logs/CouchPotato.log','a', 500000, 4)
to
args = ('./logs/CouchPotato.log','a', 500000, 4)
in the logging.conf, and see if the logs then are written in "couchpotato/logs"?
Just tried it, but this did not resolve the problem, same error as before.

For what it's worth, I set it to a full path (where I have it installed on my system) and that is working for now (I run at system boot as daemon).


@HungryBUTTON:
I will have a look, what browser / version / OS?
Client Machine
Browser - Firefox 3.6.8
OS - Windows 7 x64

Server
OS - Solaris 2009.06 - b111
RuudBurger
Sr. Member
Sr. Member
Posts: 305
Joined: July 2nd, 2010, 6:11 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by RuudBurger »

@pair of dimes & HungryBUTTON:
Could you check out the latest git version and see if logs are under the CP folder?
Last edited by RuudBurger on July 26th, 2010, 7:22 pm, edited 1 time in total.
CouchPotato - Automatic Movie Downloader
For bugs & feature request go to Lighthouse. For questions & problems go to our support forum
HungryBUTTON
Newbie
Newbie
Posts: 14
Joined: July 26th, 2010, 6:18 am

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Post by HungryBUTTON »

Yep can also confirm that log is fixed.

How did it go with the notification of the download
HungryBUTTON wrote: Ok 1 more issue that i may have found.

I am a pain arnt i RuudBurger  ;D

A listing has been found and added to SAB however the DVD-Rip is still orange and not green.
Its not a browser cache issue and i have also restarted CP numerous times

Image
Post Reply