For example I want to trigger this URL:
Code: Select all
http://192.168.0.10:82?playfile=&filename=test.mkvWhen I call the URL it shows up in eventghost like this:
Code: Select all
HTTP.playfile [u'filename=test.mkv']Code: Select all
http://192.168.0.10:82?playfile=&filename=test.mkvCode: Select all
HTTP.playfile [u'filename=test.mkv']Code: Select all
eg.event.payloadCode: Select all
file_to_play = eg.event.payload.split('=')[1]