eclispe / rydeplayer

Ryde Player provides a on screen interface and video player for Longmynd compatible tuners.
GNU General Public License v3.0
4 stars 6 forks source link

Mute Button #20

Closed eclispe closed 3 years ago

eclispe commented 4 years ago

Add expose access to VLC's mute function. Include menu item and button bindings. Must include an OSD widget so depends on #10.

G0MJW commented 4 years ago

Any chance of adding this to the remote control as well? Most have mute and also volume control.

davecrump commented 4 years ago

Mike - please provide the codes for those buttons on the SF8008, and we will add them to the config file. We already have them defined (in readiness for Tim including the functionality) for many of the other remotes. See https://github.com/davecrump/RydeHandsets/blob/definitions/virgin.yaml

G0MJW commented 4 years ago

SF8008 - NEC protocol

  | POWER: 0x514   | UP:     0x503   | DOWN:   0x502   | LEFT:   0x50e   | RIGHT:  0x51a   | SELECT: 0x507   | BACK:   0x513 (There is no back – this is called EXIT)   | MENU:   0x500   | MUTE:   0x51c   | VOL+:   0x541   | VOL-:   0x542   | CHAN+:  0x5ef   | CHAN-:  0x5ee   | ZERO:   0x512   | ONE:    0x509   | TWO:    0x51d   | THREE:  0x51f   | FOUR:   0x50d   | FIVE:   0x519   | SIX:    0x51b   | SEVEN:  0x511   | EIGHT:  0x515   | NINE:   0x517

eclispe commented 4 years ago

There are already some hints and placeholders in the code for mute (including handset button), which is the first widget once OSD (#10) is ready.