Binding output device (DLNA/UPnP renderer) to a key [#14635]

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Binding output device (DLNA/UPnP renderer) to a key [#14635]

Re: Binding output device (DLNA/UPnP renderer) to a key [#14

by Ludek » Mon Feb 12, 2018 12:43 pm

Update re http://www.ventismedia.com/mantis/view.php?id=14635

1) Play to... button is already on the player, just right-click player > Customization and select [x] Play to... checkbox to have the [Play to] button on the Player permanently

2/3) Fixed in 2090, I've made the "Play to" action hotkey-able and assigned 'Ctrl+Shift+P' as the default hotkey for this action

Re: Binding output device (DLNA/UPnP renderer) to a key [#14

by Ludek » Mon Feb 12, 2018 8:12 am

This should be easily possible by adding
hotkeyAble: true
to the action choosePlayer (in actions.js) and then you can manually add a hotkey for this action in Options > Hotkeys

I'll add the hotkeyable property in course of #14635 , but doing this by a script is also quite easy.

Re: Binding output device (DLNA/UPnP renderer) to a key

by Peke » Sun Feb 04, 2018 9:30 am

That is not possible but I like the idea added as http://www.ventismedia.com/mantis/view.php?id=14635

Binding output device (DLNA/UPnP renderer) to a key [#14635]

by Conceit » Sun Feb 04, 2018 7:41 am

I would like to choose an output device (such of which are selectable when right-clicking in the player pane) by binding a keyboard shortcut. Basically, I want to toggle between an external UPnP speaker and the PC headset. Using the mouse all of this works pretty well, but I'm searching for a solution for keybinding of this functionality. I would also consider making a script for this, but I didn't find any API hook for choosing an external output device.

Top