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
Search found 12 matches
- May 29th, 2013, 6:29 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770765
- 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 ?
hows your script coming ?
- 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:/...
- February 22nd, 2013, 8:28 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770765
Re: XBMC Library Updater
**edited
- 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...
- 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
- 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...
- February 12th, 2013, 7:51 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
thanks jcfp @ shypike
- 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.
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.
- 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...
- 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...
- 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...