Search found 7 matches
- May 5th, 2010, 9:56 am
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018234
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I am trying to run sickbeard on my Synology DS409. When i try to run it with 'python SickBeard.py', I get the following error message. Does anyone have any idea on how to fix this? Traceback (most recent call last): File "SickBeard.py", line 35, in import sickbeard File "/vol...
- March 8th, 2010, 3:20 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219053
Re: Autodownload script
Thanks for the fix!
- November 15th, 2009, 9:15 am
- Forum: Beta Releases
- Topic: Sign up to become an Official SABnzbd Tester (Temporarily Closed)
- Replies: 274
- Views: 246962
Re: Sign up to become an Official SABnzbd Tester
I'd like to sign up as a beta tester. I am running sabnzbd on a synology ds409 and on windows 7 x64.
Regards,
Cuchulainn
Regards,
Cuchulainn
- February 1st, 2009, 9:39 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219053
Re: Autodownload script
Okay, I figured out a way to adjust the movie script to check against the rottentomatoes rating. Right now it will download a movie from the nzbs.org rss-feed if the imdb or rottentomatoes rating is higher than 75. I am not at home in Python, so it is a bit of a hack, but hopefully someone will find...
- January 31st, 2009, 10:40 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219053
Re: Autodownload script
I am trying to incorporate the Rotten Tomatoes rating in the movie script adjusted for nzbs.org by xxhds. I isolated the imdb code for the movie with code_title = re.sub(".+title\/tt","",imdb_link) code_title = re.sub("\/","",co...
- January 3rd, 2009, 5:17 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219053
Re: Autodownload script
ok, so I like fiddling :) I've modified them so they should auto-detect windows or linux and behave accordingly tv: http://pastebin.com/f32d3e9bb movies: http://pastebin.com/f52a9a492 this is another great script. Anyone have doublerat's version working with www.nzbs.org? (for those of u...
- December 1st, 2008, 9:34 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219053
Re: Autodownload script
In order to prevent duplicate downloads, I adjusted the script to check against already downloaded nzb-files (you also need to specify the nzb backup directory in the sabnzbd settings) by adding #Put your own movie directory here movie_dir="u:/Movies" nzb_dir="d:/BACKUP/nzb" suff...