Search found 64 matches

by Camelot
February 24th, 2010, 5:03 am
Forum: Third-party Addons
Topic: EpisodeButler and priorities
Replies: 3
Views: 5885

EpisodeButler and priorities

Hi, I have setup my TV category in sabnzbd to have "high" priority, but the episodebutler added shows come in with "normal" priority. Does anyone know of a way to get it to work correctly? Not sure if the EB developer reads these forums, but would be great if I could set a custom...
by Camelot
February 18th, 2010, 7:22 pm
Forum: Third-party Addons
Topic: Episode Butler - How to use nogui switch in OSX
Replies: 1
Views: 2896

Re: Episode Butler - How to use nogui switch in OSX

you could create an applescript wrapper. Open the applescript editor and enter: do shell script "open /Applications/episodebutler/episodebutler.jar -nogui" not sure if you need the dash, as I don't know the syntax for the "nogui" command. Then just add the applescript to your sta...
by Camelot
February 9th, 2010, 6:38 pm
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5215

Re: Simple Python IMDB Check Help

no worries :)
by Camelot
February 8th, 2010, 9:15 am
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5215

Re: Simple Python IMDB Check Help

hey, This should remove the commas imdbwebvotes = '6,563' numbersSplit = imdbwebvotes.split(',') numberStringWithoutCommas = "" for num in numbersSplit:     numberStringWithoutCommas = "%s%s" % (numberStringWithoutCommas, num) real_number = int(numberStringWithoutCommas) print &q...
by Camelot
February 6th, 2010, 5:10 am
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5215

Re: Simple Python IMDB Check Help

I would think that the regex should be: ">([0-9]+,?[0-9]{0,3}) votes<" Instead :) I changed the first digit to being "1 or more" instead of "0 or more", I made the comma "zero or one occurrences", and instead of repeating the last digit pattern 3 times, we say...
by Camelot
February 1st, 2010, 7:22 pm
Forum: Post-Processing Scripts
Topic: post processing on OS X with python script
Replies: 7
Views: 5648

Re: post processing on OS X with python script

cool. I will give your fix a try, and post back if it works for my script.

Edit: works like a charm. thanks! Been annoyed for a month about that "bug" :)
by Camelot
January 29th, 2010, 6:05 pm
Forum: Third-party Addons
Topic: Start Episode Butler Silently
Replies: 3
Views: 3751

Re: Start Episode Butler Silently

I would like to see this possible too :)
by Camelot
January 22nd, 2010, 7:07 pm
Forum: Beta Releases
Topic: 0.5 Beta 6 - python - missing paths
Replies: 2
Views: 1722

Re: 0.5 Beta 6 - python - missing paths

I've had the same problem since v4. something.. hopefully a solution will present itself :)
by Camelot
January 13th, 2010, 5:14 pm
Forum: Third-party Addons
Topic: SABnzbd Pause/Resume based on XBMC Playback
Replies: 3
Views: 8122

Re: SABnzbd Pause/Resume based on XBMC Playback

thanks for the script. Will be trying it out over the next few days, and get back to you if I have any issues :)
by Camelot
November 3rd, 2009, 6:05 pm
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1532897

Re: myNZB

Doju: you may not have the firewall turned on on your mac, but you are quite likely connecting to the internet through a modem (and perhaps a wireless router aswell). These devices generally block all incoming connections, unless they have been initiated by a client on the local network, or if they ...
by Camelot
October 10th, 2009, 5:41 am
Forum: General Discussion
Topic: Different Python version causes conflicts with postprocessing?
Replies: 7
Views: 7157

Re: Different Python version causes conflicts with postprocessing?

I am now having the same issue. Anyone find a fix? :)
by Camelot
August 2nd, 2009, 4:34 am
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 133376

Re: SABNzbd GUI for iPhone

yea, the application data can also be restored from a backup. Only disadvantage of updating/restoring a backup of a jailbroken 2.x when upgrading to 3.x is that you might be getting along some old crud that isn't needed. It's like upgrading from Leopard to Snow Leopard and choosing to do an update r...
by Camelot
July 30th, 2009, 5:56 pm
Forum: Feature Requests
Topic: RSS Email Notification
Replies: 7
Views: 7101

Re: RSS Email Notification

just throwing this into the mix, I would prefer the ability to execute a script when this situation occurs (I would use that to send a prowl notification to my iPhone  :) )
by Camelot
July 30th, 2009, 5:36 pm
Forum: General Discussion
Topic: Free Newsservers
Replies: 402
Views: 1306156

Re: Free Newsservers

just want to add that I have been in contact with astraweb support 4 times in the past year, and they have provided outstanding service every time.
Sorry to hear you had a subpar experience, MageMinds.
by Camelot
July 12th, 2009, 3:20 am
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1532897

Re: myNZB

it has a field to enter the api key