Search found 11 matches

by badapples
September 16th, 2010, 12:56 pm
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4385368

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

I'll try that -- I had .nfo files in my SAB cleanup list, so that may have been it. Now I've just got '.sfv, .nzb, .srr' in my cleanup list in SAB.
by badapples
September 16th, 2010, 11:16 am
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4385368

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

Are movies being moved after the download for yall? Do I need a userscript in SAB to process the downloads? I thought CP was watching the folder for completions and doing the move on its own without a user script. I can confirm the CP is deleting garbage files, but it doesn't rename the movie or mov...
by badapples
September 10th, 2010, 1:40 am
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4385368

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

Having trouble getting CP to move files after download. I see some stuff going on with cronRenamer, but no moving - just deleting garbage files. [danny@mediaserver /usr/local/share/couchpotato/logs]$ grep Renamer CouchPotato.log  09:30:53,224 INFO  [app.lib.cron.cronRenamer] Removing file /tank/medi...
by badapples
August 11th, 2010, 2:24 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 166521

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Also, regarding my error on FreeBSD: I can verify my download path that htpc_sort.py is trying to use. I edited the py file to print the vars that is passed to it for debuggin purposes. Now I get this output HTPC Sort v2.60 by tret debug var 1 /home/danny/.sabnzbd/downloads/complete/Movies debug var...
by badapples
August 10th, 2010, 11:40 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 166521

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Attempting to run this on a FreeBSD 8.1-Stable with python2.6. Here is my settings file: [SABnzbd] address = 192.168.1.3:8080 login = danny password = password apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [Movies] destPath = /tank/media/Movies/Feature\ Films\ -\ HD destPath2 = /tank/media/Movies failPa...
by badapples
September 8th, 2009, 1:31 pm
Forum: General Help
Topic: Error 12 Not enough space while running par2 repair
Replies: 7
Views: 5770

Re: Error 12 Not enough space while running par2 repair

OK figured out the problem with CC.. I was running as root and my path for root did not have /usr/gnu/bin which contains cc.. so, got that straightened out.. Now... though, running as root, I get this: danny@mediaserver:~/Cheetah-2.2.1# python2.5 setup.py install running install running build runnin...
by badapples
September 8th, 2009, 1:23 pm
Forum: General Help
Topic: Error 12 Not enough space while running par2 repair
Replies: 7
Views: 5770

Re: Error 12 Not enough space while running par2 repair

Hmm.. now I'm unable to install cheetah 2.0.1. .. also tried 2.2.1 (latest). Using python2.5 I get the following: Looks like I am missing the CC compiler. Um..  ??? Not sure how I got 2.0.1 installed using python2.4, but.. uh... yeah danny@mediaserver:~/Cheetah-2.2.1# python2.5 setup.py install runn...
by badapples
September 8th, 2009, 11:03 am
Forum: General Help
Topic: Error 12 Not enough space while running par2 repair
Replies: 7
Views: 5770

Re: Error 12 Not enough space while running par2 repair

I reinstalled unrar for solaris and rebuilt par2cmdline-0.4.tar.gz and moved them to /usr/bin/, then deleted both unrar and par2* from /opt/csw/bin/ so that I am sure which sab is using. We'll see what happens over the next few days. Also, I am running Python 2.4.4 if that matters. I tried installin...
by badapples
September 8th, 2009, 10:26 am
Forum: General Help
Topic: Error 12 Not enough space while running par2 repair
Replies: 7
Views: 5770

Re: Error 12 Not enough space while running par2 repair

Yep par2 and unrar working fine separately. But something you said made me wonder what path sab is using for these utilities and perhaps I have more than one version installed. Do you know what the path is for par2 and unrar in sab? Here are the ones i use: danny@mediaserver:~$ which par2 /usr/bin/p...
by badapples
September 8th, 2009, 9:34 am
Forum: General Help
Topic: Error 12 Not enough space while running par2 repair
Replies: 7
Views: 5770

Error 12 Not enough space while running par2 repair

Stage Par2    [PAR-INFO] mhq-the.patriot.2000.720p.x264: => Error "[Errno 12] Not enough space" while running par2_repair Stage Unrar    [RAR-INFO] mhq-the.patriot.2000.720p.x264: => Error "[Errno 12] Not enough space" while running rar_unpack I am getting one or both of these e...
by badapples
September 8th, 2009, 9:18 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 166521

Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater

Nice script. I'll try it tonight on my opensolaris box running sab. Looks like I'll need to update python though because I believe I'm running 2.4 if I'm not mistaken. Anyway, would it be possible to allow my to keep the "1080p" or "720p" in the filename of renamed movies? Here i...