Search found 12 matches

by ericab
May 29th, 2013, 6:29 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

just a little update incase anyone was interested;

ive got a repo up of my library update post proc script.

https://github.com/wavrunrx/SAB-XBMC_Lib-Update

any questions, let me know !
enjoy.

** Note
it may require some modifications to work for your specific setup
by ericab
February 26th, 2013, 5:39 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

Ashex,
hows your script coming ?
by ericab
February 22nd, 2013, 9:28 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

tl;dr, ive found a solution. the final command is: echo "curl -s -H \"Content-Type: application/json\" -u xbmc:xbmc -X POST -d '{\"jsonrpc\": \"2.0\", \"method\": \"VideoLibrary.Scan\", \"params\":{\"directory\":\"nfs:/...
by ericab
February 22nd, 2013, 8:28 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

**edited
by ericab
February 21st, 2013, 11:16 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

my TV ep's are all on a remote server, and those videos are mounted via NFS. "You have to query XBMC for the shows file location using the Show name. You then take the file location and send an update request with that path." i got around this by doing this: show=$(echo "$1" | se...
by ericab
February 21st, 2013, 10:27 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

Ashex wrote:Take a look at this function in the sickbeard xbmc notify script. The methods you need are described in there.

im really not sure what to do with it :'(
by ericab
February 21st, 2013, 7:45 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770765

Re: XBMC Library Updater

You can do this without using python classes with just wget: wget -q -O/dev/null --header='Content-Type: application/json' --post-data='{"jsonrpc": "2.0", "method": "VideoLibrary.Scan"}' http://localhost:8000/jsonrpc If you want to see the response, use -O- a...
by ericab
February 12th, 2013, 2:52 pm
Forum: Bug Reports
Topic: [SOLVED] $1 for post-proc scripts on Linux has no value
Replies: 5
Views: 4270

Re: $1 for post-proc scripts on Linux has no value anymore

i think ive figured it out;
not sure why this happens, my bash script i posted above, is contained within a function.
if i remove it as a function, all works as it should.
by ericab
February 12th, 2013, 2:35 pm
Forum: Bug Reports
Topic: [SOLVED] $1 for post-proc scripts on Linux has no value
Replies: 5
Views: 4270

Re: $1 for post-proc scripts on Linux has no value anymore

i ran post-proc with that script and it works ! this is what i get: Started as /home/eric/Dropbox/Code/Scripts/SABnzbd/sample The first parameter (result-dir) = /home/eric/_Downloads/_TV/American Dad/s08 The second parameter (nzb-name) = American.Dad.S08E11.HDTV.x264-LOL.nzb The third parameter (nic...
by ericab
February 10th, 2013, 11:29 pm
Forum: Bug Reports
Topic: [SOLVED] $1 for post-proc scripts on Linux has no value
Replies: 5
Views: 4270

[SOLVED] $1 for post-proc scripts on Linux has no value

as the topic says; $1 for post-proc scripts on Linux has no value. i couldn't figure out why my post proc script (which cleans up some junk files for TV *only*, ie; nfo, srr, url, txt, etc etc... ---- note this is why im not using the built in junk cleaner) would not remove junk anymore. to verify t...
by ericab
July 11th, 2009, 3:07 pm
Forum: General Help
Topic: Problem with SABnzbd, can't see web interface
Replies: 41
Views: 41817

Re: Problem with SABnzbd, can't see web interface

hello; i to am having the exact same issue. as of today Saturday july 11th 2009, i can no longer see my web interface. i click on the bookmark link, and it shows me the login fields. enter my details, and nothing happens. still on the login page. (and yes i *AM* typing my login info correctly.) ever...