Search found 15 matches
- September 20th, 2011, 9:33 am
- Forum: General Discussion
- Topic: My TvNZB rss source?
- Replies: 4
- Views: 3202
My TvNZB rss source?
Hello, Mytvnzb rss v2.5 was my favorite method for downloading tv. I know there are some alternatives, but I have never found anything as simple and painless as this site was. Ref: http://forums.sabnzbd.org/viewtopic.php?t=1176 I understand it depended on tvnzb which is no more, but I would like to ...
- May 10th, 2009, 7:03 pm
- Forum: Beta Releases
- Topic: Sign up to become an Official SABnzbd Tester (Temporarily Closed)
- Replies: 274
- Views: 247076
Re: Sign up to become an Official SABnzbd Tester
Hi,
I am very interested in beta testing. I run Windows 7, xp, and ubuntu. I am interested in developing a new skin for version 0.5.
Thanks!
I am very interested in beta testing. I run Windows 7, xp, and ubuntu. I am interested in developing a new skin for version 0.5.
Thanks!
- November 28th, 2008, 1:06 pm
- Forum: General Discussion
- Topic: Tip: My TvNZB rss
- Replies: 86
- Views: 87378
Re: Tip: My TvNZB rss
I have been getting this problem as well for the last few weeks since I first started using this, But my downloads all work flawlessly so I have just been ignoring it.
- November 28th, 2008, 1:02 pm
- Forum: Templates
- Topic: HellaSmella Template, or similar..
- Replies: 18
- Views: 28964
Re: HellaSmella Template, or similar..
cool, thanks pairofdimes. even though thaylok doesnt have time. I am still going to try and find some time and make a go at this. Using some of the smpl code and some from plush and then some more of my own, I dont think it should be too hard. I'll let you guys know if I get anything done. thanks...
- November 27th, 2008, 11:43 pm
- Forum: Feature Requests
- Topic: add a "name" option to api for addurl
- Replies: 0
- Views: 3197
add a "name" option to api for addurl
I have been working with some scripts to try and automate my downloading. While its no fault of sabnzbd+, sometimes my rss feed messes up and has just numbers instead of a release name. Is there any way an option could be added to give the nzb a new name as sabnzbd saves the file and adds it to th...
- November 27th, 2008, 11:32 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219085
Re: Autodownload script
np. here is the part of the year checking function you need to change: if re.search("19[0-8][0-9]", movie_year.group()) or re.search("199[0-4]", movie_year.group()): Its a regex match. So if the year matches 1900-1989 then its old. and then the second part is 1990-1994. if you ...
- November 24th, 2008, 7:41 pm
- Forum: Templates
- Topic: HellaSmella Template, or similar..
- Replies: 18
- Views: 28964
Re: HellaSmella Template, or similar..
Yeah, I´m hoping to actually make this template, but any help is welcome :) I think my only problem is a bit the lack of spare time ;D What are your cup of tea? HTML/CSS/Javascript/Ajax/Graphics? I can do HTML,CSS,Graphics... but really anything by looking at examples such as the current skins. Me...
- November 24th, 2008, 7:34 pm
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219085
Re: Autodownload script
Alright I have updated my script a little bit. I added a command to check the years on movies, and only get 1995 and newer since I am not interested in downloading a bunch of old stuff like 007 movies. If you want a different year check let me know if you need help modifying it. Oh and I also add...
- November 24th, 2008, 2:08 am
- Forum: Templates
- Topic: HellaSmella Template, or similar..
- Replies: 18
- Views: 28964
Re: HellaSmella Template, or similar..
That looks awesome thaylok. I'd be really interested in this template. Let me know if you are really going to take this on and if you want any help. I might just try and make something like this too.
- November 24th, 2008, 1:59 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219085
Re: Autodownload script
since popcornarsonist disappeared it seems, Ill look into the parenthesis and other characters problem tomorrow. Should be a pretty easy fix. I havent set mine up to run as a cron job yet, ive just used it manually a few times. But ill keep working on the bugs.
- November 23rd, 2008, 1:02 am
- Forum: Post-Processing Scripts
- Topic: Autodownload script
- Replies: 217
- Views: 219085
Re: Autodownload script
First of all thanks a lot to popcornarsonist for the awesome script! Now, I am not an newzbin member and I do not want to pay to search. So I looked at some other rss feeds and modified the script to use a http://www.nzbs.org rss feed instead. I also changed it to download at a rating of 6 and 100...
- November 23rd, 2008, 12:51 am
- Forum: General Help
- Topic: Help with api addurl
- Replies: 3
- Views: 5452
Re: Help with api addurl
Thanks alot. That did the trick
msgid=re.sub("\?", "%3F", msgid)
msgid=re.sub("=", "%3D", msgid)
msgid=re.sub("&", "%26", msgid)
msgid=re.sub("\?", "%3F", msgid)
msgid=re.sub("=", "%3D", msgid)
msgid=re.sub("&", "%26", msgid)
- November 23rd, 2008, 12:28 am
- Forum: General Help
- Topic: Help with api addurl
- Replies: 3
- Views: 5452
Help with api addurl
Hi, I am working on modifying popcornarsonist's autodownload script to fit my needs. Mainly, use nzbs.org instead of newzbin since I dont have an account there and do not want to pay to search. I can't get the api to add the download url's. Using a link from tvnzb works fine but not nzbs. Im thi...
- October 12th, 2008, 2:04 pm
- Forum: Feature Requests
- Topic: server load on bottom of page
- Replies: 19
- Views: 17811
Re: server load on bottom of page
BTW: with the refresh time interval set to something else than 0 (for example 5 seconds), the uptime-statistics update themselves in the queue-overview (http://localhost:8080/sabnzbd/m/queue/ on my system). This hack shows you can easily put more information into the (default) interface of SAB. Gre...
- October 11th, 2008, 8:38 pm
- Forum: Feature Requests
- Topic: server load on bottom of page
- Replies: 19
- Views: 17811
Re: server load on bottom of page
I just saw this posted and wanted to add it to my server so I did. I have no python experience, but adding it was a snap. It currently does not auto-refresh because I didn't dig into the templates and scripts enough to see how that worked, but it gets the job done for me and is very informative. ...