diff --git a/README.md b/README.md index ae088781c9375547eb137b02d355ea327229163b..5435ec8055ea5b9be2ec2c58e6c91b719db40153 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ - functions to add: - -- 'setsymboliclink & play' +- - functions added: - -- command/hidegui -m 0/1 to show or hide the gui -- command/status -m dum will publish 1 or 0 to stat/prefix (to be consistent with sonoff replies) -- command/volume -m 50 will set the volume to 50% -- command/getmedia -m dum will publish filelist to media/prefix -- command/seek -m 50 will jump tob 50secs absolute time in the currently playing video +- prefix/command/hidegui -m 0/1 will show or hide the gui +- prefix/command/status -m dum will publish 1 or 0 to stat/prefix (to be consistent with sonoff replies) +- prefix/command/volume -m 50 will set the volume to 50% +- prefix/command/getmedia -m dum will publish filelist to media/prefix +- prefix/command/seek -m 50 will jump to 50secs absolute time in the currently playing video +- prefix/command/getcurrentmedia will publish current file to media/prefix/current +- prefix/command/setcurrentmedia -m 'filename' will stop and set the symlink to filename + MQTT addon for Kodi ===================