7374756666

Articles in the Tips category

Updating/cleaning a Kodi video library via curl

Using the JSON RPC API you can update a kodi library using the following:

curl -v -d '{"method":"VideoLibrary.Scan", "id":"scan","jsonrpc":"2.0"}' -H 'content-type:application/json' http …

Sending input to all tmux panes

If you need to enter the same input into two tmux panes (useful if running the same command on multiple servers) do the following:

ctrl-b : then enter setw synchronize-panes on …

Previous 1 2