Search found 42 matches
- August 3rd, 2013, 8:13 am
- Forum: Post-Processing Scripts
- Topic: iPhone notification via Prowl [Windows script]
- Replies: 34
- Views: 41931
Re: iPhone notification via Prowl [Windows script]
The script is based on http://wiki.sabnzbd.org/user-scripts just add the following near the top of the script and use the variable 'category' down further category = sys.argv[5] for example urllib.urlopen("https://prowl.weks.net/publicapi/add?apikey=" + API + "&priority=" + p...
- April 2nd, 2012, 6:51 am
- Forum: Post-Processing Scripts
- Topic: iPhone notification via Prowl [Windows script]
- Replies: 34
- Views: 41931
Re: iPhone notification via Prowl [Windows script]
TannerG,
You need to make the desc URL encoded. It's seeing spaces as another parameter.
ie %20 for a space. Look at the original python script.
Dubud,
Add more APIs to the set API string separated by commas.
Ie, set API="API1,API2,API3"
You need to make the desc URL encoded. It's seeing spaces as another parameter.
ie %20 for a space. Look at the original python script.
Dubud,
Add more APIs to the set API string separated by commas.
Ie, set API="API1,API2,API3"
- October 6th, 2011, 5:11 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
The HTTP API will be fully depreciated in Eden. Should still be working in Dharma. I can't remember my exact version, but it's Live 10.1 and not a nightly build.
Is this a fresh install and have you had the script working in the past?
Is this a fresh install and have you had the script working in the past?
- October 5th, 2011, 8:21 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
Ashex,
What version of XBMC are you running and what platform?
What version of XBMC are you running and what platform?
- September 10th, 2011, 8:54 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
Spoke a little too soon. Found that the movies were not being renamed due to the user defined category argument being changed. Note 1:- I have used the movie sorting feature in SAB with this script and found that it works well as the movie folder gets a nice clean name for the XBMC scrapper, and the...
- September 10th, 2011, 1:33 am
- Forum: Post-Processing Scripts
- Topic: [Linux] Apple TV 2 Post-Processing Script
- Replies: 1
- Views: 4153
Re: [Linux] Apple TV 2 Post-Processing Script
Great script for ATV2's not running XBMC, or if you download 1080p content or 720p larger than 8gb.
- September 9th, 2011, 7:46 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
violentsingalong Sorry for the delay. The script looks OK, and the fact that the commands work with a browser is promising. I assume that the script is running and replies with 'XBMC1 Failed', etc, not that the script itself has failed. Try removing the password from your XBMC's - as the script stan...
- September 7th, 2011, 10:01 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
Great script. But for large libraries, it will take a while to update.
This was factored into my script so it only updates the specific TV Series or Movie.
Nether the less, always appreciate seeing variations.
This was factored into my script so it only updates the specific TV Series or Movie.
Nether the less, always appreciate seeing variations.
- July 13th, 2011, 8:37 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
Nooz, The line should read urllib2.urlopen("http://192.168.0.2:80/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video," + folder_name + "\)") I'm not currently running 0.6.5 on Win7 (not that it makes any difference to the script), but from what you poste...
- March 9th, 2010, 6:40 am
- Forum: General Help
- Topic: Bandwidth Lost
- Replies: 2
- Views: 2634
Re: Bandwidth Lost
Sounds like the issues I've seem with Win7 and its auto tuning feature. Read this -> http://www.winmatrix.com/forums/index.php?/topic/21743-windows-7-slow-internet-speed/page__view__findpost__p__202491 Do a speed test before and after using speedtest.net to see the difference auto tuning can make.
- March 9th, 2010, 6:30 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
I know notifications will not come thru if XBMC is minimized (they appear when XBMC is restored), so I assume the same for library updates. Testing will prove this. Starting XBMC minimized may be the answer because XBMC starts the library update itself. I run SAB & XBMC on the one machine which ...
- March 9th, 2010, 1:22 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
XBMC has to be running for the commands to work, but if XBMC is not the active app, then most commands dont work until XBMC becomes the active window.
If you installed SAB with defaults, then you have to change the XBMC port to another number like 8181 and restart XBMC.
If you installed SAB with defaults, then you have to change the XBMC port to another number like 8181 and restart XBMC.
- March 9th, 2010, 1:12 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
There is no directory for these commands, its all built into the XBMC Web Server HTTP API. By default SAB uses port 8080, try a different port in XBMC. and test with a simple command like http://localhost:[port]/xbmcCmds/xbmcHttp?command=Getvolume() which should return the current volume in the brow...
- March 9th, 2010, 12:59 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
I just cant set my path to the xbmc command in my localhost so in the browser it does not run I'm not sure what you mean here. Is XBMC running on the same machine or different ? Is it the latest version of XBMC ? Have you tried removing the username and password from XBMC ? Is port 8080 in use by s...
- March 8th, 2010, 6:21 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 771112
Re: XBMC Library Updater
*cough* so silent here ;D I don't do OSX, but did you look at the posts from here -> http://forums.sabnzbd.org/http://forums-temp.sabnzbd.org//viewtopic.php?p=6697#p6697 Did you chmod +x the script ? Does http://xbmc:passl@192.168.0.54:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC....