Search found 148 matches

by tret
January 21st, 2009, 4:07 pm
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 260898

Re: XBMC SABnzbd+ Python Script

I don't have XBMC installed at the moment, but I think I fixed the issue with searching within saved searches not working, you can try this: http://www.mediafire.com/file/jtgzt5ozwmz/SABnzbd-XBMC-Plugin-1.4.2beta.zip Nice, thanks! How do I set up searching within a newzbin saved search? Right now I...
by tret
January 21st, 2009, 11:50 am
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 260898

Re: XBMC SABnzbd+ Python Script

Hi Switch, great script. I have it up and running and I have added a few custom newzbin RSS feeds based on my custom searches. These are working great. I wanted to check with you and see if there is a way to use your search feature within a custom newzbin RSS feed rather than throughout all of Newzb...
by tret
October 26th, 2008, 2:22 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

Tret, this is great. But I'm having an issues with whatever is downloaded "disappearing." Basically what the script did is delete my current show name directory, effectively deleting everything already downloaded. And here's the TV Sorting Folder: %sn/Season %0s/%sn - S%0sE%0e - %en.%ext ...
by tret
October 24th, 2008, 7:12 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

I just posted a new version that eliminates the need to download and install curl, it uses wget instead. Enjoy!

Check the first post for the latest code
by tret
October 23rd, 2008, 11:30 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

I just found some issues with extracting the SERIES_ID from the tvdb.com xml file, this was causing the nfo file to have the wrong URL in some cases. I have fixed the issues and reposted the latest version of the script on the first post in this thread. Replace any older versions with this new code....
by tret
October 23rd, 2008, 9:00 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

The TV show script is working great. This was the icing on the cake for my NZBivo -> sabnzbd -> XBMC setup. Trying out your movie script next. Thanks for sharing your work and script foo. Hey revelation, glad to hear that it is working well for you. Check the top most post for my latest revision of...
by tret
October 19th, 2008, 4:59 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

Here is a more simple version of my tv show script used for movies instead #!/bin/sh # $1 (source path) is provided by sabnzbd+ upon execution # $3 (job title) is provided by sabnzbd+ upon execution # ---------- User definable section LIBRARY_PATH="/home/sabnzbd/Media/videos/movies/" #Defi...
by tret
October 19th, 2008, 4:37 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

Re: TV Show Post-Processing Script (linux)

let me know how it goes. Also I have made a few changes to the script, minor changes but I figured I would put the updated script code here. I added a failed directory variable so that when the script detects a failed sab job it moves the failed job to a pre-defined directory. This is important so t...
by tret
October 18th, 2008, 2:00 pm
Forum: Third-party Addons
Topic: Episode Butler issue
Replies: 2
Views: 8086

Episode Butler issue

Hi guys, I couldn't find a place on the episode butler page to request help or ask any questions so I am doing it here. I run sabnzbd and episode butler on Ubuntu 8.04. I have the app up and running, it seems to interface ok w/ newzbin and sabnzbd I have a couple of tv shows set up and tvrage is cor...
by tret
October 8th, 2008, 8:05 pm
Forum: Post-Processing Scripts
Topic: TV Show Post-Processing Script (linux)
Replies: 19
Views: 19857

TV Show Post-Processing Script (linux)

I have abandoned these bash scripts in favor of an improved python script.

The new thread can be found here: http://forums.sabnzbd.org/index.php?topic=1847.0
by tret
August 2nd, 2008, 3:54 pm
Forum: General Help
Topic: need init.d daemon startup method help
Replies: 5
Views: 8189

Re: need init.d daemon startup method help

Cool. It works for me. I used the information from http://sabnzbd.wikidot.com/install-as-a-unix-daemon and http://www.xs4all.nl/~mgj1/sabnzbd.htm Some quotes from my history: sudo gedit /etc/init.d/sabnzbd sudo chmod +x /etc/init.d/sabnzbd sudo update-rc.d -f sabnzbd remove sudo update-rc.d -f sabn...
by tret
August 2nd, 2008, 3:13 pm
Forum: General Help
Topic: need init.d daemon startup method help
Replies: 5
Views: 8189

Re: need init.d daemon startup method help

Change http://HOSTADDRESS:PORT/sabnzbd/api?mode=shutdown to http://HOSTADDRESS:PORT/sabnzbd/api?mode=shutdown&ma_username=USER&ma_password=PASS This works great, thanks again Switch. Also i thought I would share that in order to have this script stop sabnzbd properly on reboot and shutdown ...
by tret
August 2nd, 2008, 2:13 pm
Forum: General Help
Topic: need init.d daemon startup method help
Replies: 5
Views: 8189

need init.d daemon startup method help

Hey everyone, I have sabnzbd+ 0.4.2 running on ubuntu hardy. 1st of all it works perfectly, all features work great and I have configured it to use the init.d daemon start/stop method described in the sabnzbd+ manual page. This allows it to start on bootup and it works fine with one exception. If i ...