Search found 64 matches

by Camelot
May 24th, 2010, 12:43 pm
Forum: General Discussion
Topic: "Newzbin is back" anyone else get this email?
Replies: 15
Views: 14883

Re: "Newzbin is back" anyone else get this email?

I thought I hadn't got the email. I found it in my spam folder, gmail obviously assumed it was garbage...
by Camelot
April 15th, 2010, 7:39 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1406761

Re: myNZB

I need some help.. Like u see the pictures here.. I cant make connection with my iphone app Mynzb. Do u see some things that needed to be changed on my mac or iphone ? Plz reply :) ... not sure if you have got this fixed, but seems to me that your error is that you are telling mynzb to use https AN...
by Camelot
March 30th, 2010, 3:26 am
Forum: Post-Processing Scripts
Topic: Need Regex Help
Replies: 8
Views: 7569

Re: Need Regex Help

untested:

Code: Select all

regex="^(.+) - S([[:digit:]]+)E([[:digit:]]+).*$"
This will accept something of the format:
"Show name - SxxExx"
which should do the job for you. It will place the showname in placeholder 1, season number in 2 and episode number in 3.

hope that helps
by Camelot
March 22nd, 2010, 4:31 am
Forum: Third-party Addons
Topic: Geektool Implementation
Replies: 8
Views: 8375

Re: Geektool Implementation

just to make sure we are on the same page: if you are running geektool on a different computer from the one running sabnzbd, have you changed the http command to query the ip of the machine running sabnzbd? (replace localhost with ip or dynamic dns hostname)? What do you get returned if you run just...
by Camelot
March 21st, 2010, 5:46 pm
Forum: Third-party Addons
Topic: Geektool Implementation
Replies: 8
Views: 8375

Re: Geektool Implementation

yea, I am going to guess it's where it says:

Code: Select all

...apikey=APIKEY...
replace the APIKEY bit with your sabnzbd apikey
by Camelot
March 19th, 2010, 4:42 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1406761

Re: myNZB

My apologies, zito. You are right; there seems to be no valid reasons for not making the app 3.1.2+ compatible.
by Camelot
March 18th, 2010, 6:42 pm
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1406761

Re: myNZB

that's not quite true. There were bug fixes. If a developer makes a bundle that can be run on 3.1.2, he will also have to make sure to "hack" around any of the old bugs in the frameworks that were fixed in the more recent versions. I am developing an app that really only relies on 3.0 feat...
by Camelot
March 12th, 2010, 6:06 am
Forum: Feature Requests
Topic: Multi-User Functionality
Replies: 8
Views: 9717

Re: Multi-User Functionality

well, v0.5.0 has the ability to serve up the web interface using https, so that should allow you to avoid the "password in plaintext" issue.
by Camelot
March 11th, 2010, 5:19 am
Forum: Third-party Addons
Topic: NewzXXX on myNZB for iphone?
Replies: 5
Views: 8630

Re: NewzXXX on myNZB for iphone?

BURN! :D
by Camelot
March 9th, 2010, 4:53 am
Forum: Third-party Addons
Topic: EpisodeButler and priorities
Replies: 3
Views: 5639

Re: EpisodeButler and priorities

for those not bothered to check out the other thread, the conclusion was that bookmarks in the current version (v0.5.0) always get the "normal" priority (bug), and episodebutler is overriding the priority set for the categories when adding the shows. Hopefully there will be bug fixes soon :)
by Camelot
March 9th, 2010, 4:51 am
Forum: General Help
Topic: Categories not automatically setting priority on add
Replies: 13
Views: 11290

Re: Categories not automatically setting priority on add

... The only "fix" we could do is to ignore an empty priority string instead of treating it like "Default". But that may break other utilities. Yea, you shouldn't have to make that change. I am sure the episodebutler developer will issue an update fixing this! Thanks for looking...
by Camelot
March 7th, 2010, 4:01 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1406761

Re: myNZB

could just be the developer chose to compile it for 3.1.3 without considering if that really was necessary ...
by Camelot
March 5th, 2010, 3:19 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1406761

Re: myNZB

you can set up sabnzbd to check and download your bookmarks at regular intervals, but I guess there is some merit in a "check bookmarks now" option :)
by Camelot
February 26th, 2010, 6:13 pm
Forum: General Help
Topic: Categories not automatically setting priority on add
Replies: 13
Views: 11290

Re: Categories not automatically setting priority on add

yea, I am experiencing the same issue:
http://forums.sabnzbd.org/index.php?topic=3752.0
Though mistakingly blamed episodebutler for not adding the correct priority...
by Camelot
February 26th, 2010, 6:12 pm
Forum: Third-party Addons
Topic: EpisodeButler and priorities
Replies: 3
Views: 5639

Re: EpisodeButler and priorities

yea, sorry. My post was a bit weak on the details. EB adds the files, and they are correctly assigned to the TV category. I have given EB the apikey, login details and server details of sabnzbd, so I assume it adds the nzb from newzbin by sending the id number of the report. If this is the case, the...