Skip to content

Instantly share code, notes, and snippets.

@Spacefreak18
Created January 2, 2016 16:56
Show Gist options
  • Save Spacefreak18/fde6b20c4d499df52ce4 to your computer and use it in GitHub Desktop.
Save Spacefreak18/fde6b20c4d499df52ce4 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Hello" >> log.txt
curl -v -H "Accept: application/json" -H "Content-type: application/json" -d '{"id":5,"jsonrpc":"2.0","method":"VideoLibrary.Scan","params":{"directory":"/home/xbian/Videos/TV/"}}' http://zorro.local:8080/jsonrpc
sleep 10
curl -v -H "Accept: application/json" -H "Content-type: application/json" -d '{"id":5,"jsonrpc":"2.0","method":"VideoLibrary.Scan","params":{"directory":"/home/xbian/Videos/Movies/"}}' http://zorro.local:8080/jsonrpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment