HTTP server and API

Movian provides HTTP server and API for some common actions

Server is running at port 42000. To access it just enter in browser:

http://MovianIP:42000/

http://MovianIP:42000/showtime/open?url=
open and start to play a file

http://MovianIP:42000/showtime/open?url=search:Text
to search "Text"

http://MovianIP:42000/showtime/input/action/quit
to quit (actions can be found in https://github.com/andoma/showtime/blob/master/src/event.c in static struct strtab actionnames[])

http://MovianIP:42000/showtime/translation
to upload new translation file

http://MovianIP:42000/showtime/ecmascript/stats
some stats about Duktape engine

http://MovianIP:42000/showtime/prop/global
browse the property tree from a web browser (available since 4.7.552).

http://MovianIP:42000/showtime/torrents
shows torrents statistic

Showtime Property Protocol(STPP)