with max2play install: port is 8080, user kodi/photohappy
can kill kodi with: pgrep name | xargs kill from the command line, or by ssh’ing on to the machine and doing a shutdown now command. Not sure if Kodi has other cleanup that it would normally do when it’s shutdown/exit button is pressed.
remote control with http –> cant get it to let me shut down.. thought it was due to json api switching to post only and needing to send commands via curl instead of the browser but that didn’t work.
http://192.168.2.163:8080/jsonrpc?request={"jsonrpc":"2.0","id":1,"method":"Files.GetDirectory","params":{"directory":"Media","media":"video"}}
Gets the .
http://192.168.2.163:8080/jsonrpc?request={"jsonrpc":"2.0","id":1,"method":"Files.GetDirectory","params":{"directory":"Media","media":"video"}}