VLC Media Player (videos) – Script GlovePie
Para controlar el VLC Media Player y pensado para ver videos, no canales de televisión. Ya iré poniendo algunos otros más completos :)
// VLC Media Player – Video Control Script v0.1
// By Aepex
// This script assumes you use the default key bindings in VLC.
// Designed for watching *videos* in VLC.
// There are better scripts out there for music control.Wiimote.Led1 = true;
Key.Space = Wiimote.A; // Pause / Resume
Key.M = Wiimote.Home; // Mute
Key.Ctrl+Up = Wiimote.Plus; // Volume UP
Key.Ctrl+Down = Wiimote.Minus; // Volume DOWN
Key.Alt+Left = Wiimote.Left; // 10 sec. backward
Key.Alt+Right = Wiimote.Right; // 10 sec. forward
Key.Ctrl+Left = Wiimote.B+Left; // 5 min. backward
Key.Ctrl+Right = Wiimote.B+Right; // 5 min. forward
Key.F = Wiimote.One; // Fullscreen toggle
Key.T = Wiimote.Two; // Show time position
Últimos comentarios