Search found 1 match

by CapnBry
December 29th, 2011, 9:34 am
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 770771

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- an...