Commit 1dee81d1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* sorry, forgot that in the previous commit

parent a94ea06e
{
"Name" = "VLC suite";
"Description" = "VLC commands.";
"Commands" = {
"OpenURL" = {
Name = "OpenURL";
Description = "Open a URL";
};
"GetURL" = {
Name = "GetURL";
Description = "Get a URL";
};
"play" = {
Name = "play";
Description = "Start playing the current playlistitem or pause it when it is already playing.";
};
"stop" = {
Name = "stop";
Description = "Stop playing the current playlistitem.";
};
"previous" = {
Name = "previous";
Description = "Go to the previous item in the playlist or the previous chapter in the DVD/VCD.";
};
"next" = {
Name = "next";
Description = "Go to the next item in the playlist or the next chapter in the DVD/VCD.";
};
"fullscreen" = {
Name = "fullscreen";
Description = "Toggle between fullscreen and windowed mode.";
};
"mute" = {
Name = "mute";
Description = "Mute the audio";
};
"volumeUp" = {
Name = "volumeUp";
Description = "Bring the volume up by one step. There are 32 steps from 0 to 100% volume.";
};
"volumeDown" = {
Name = "volumeDown";
Description = "Bring the volume down by one step. There are 32 steps from 0 to 100% volume.";
};
};
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment