2018-10-23, 09:11
There is no <i> (or any letter) on any remote I have. This should be able to be invoked as a visual info button via song OSD if it is to be useful.
(2018-10-23, 09:11)HeresJohnny Wrote: There is no <i> (or any letter) on any remote I have. This should be able to be invoked as a visual info button via song OSD if it is to be useful.Bit off topic, but I occasionally get confused when people post keyboard presses as I only ever use remotes too. However, my Lircmap.xml maps a key named
Disp
on my remote to the Info
action, which is the same thing as pressing <i>.(2018-10-22, 23:36)scott967 Wrote:(2018-10-21, 00:15)scott967 Wrote: On this general topic I am interested in opinions concerning using the visualization window "info" Player.ShowInfo vice the SongInformation dialog.
scott s.
.
On the music visualization window, the user can use the <i>nfo key to toggle a boolean. Skin can use this boolean to create what amounts to an overlay in the context of the viz window. This overlay can provide any infolabels / art about the current playing item. Alternatively, user can open the "now playing" window (musicplaylist). On musicplaylist user can then open the songinformation dialog using <i>nfo key. Songinformation can show both the player infolabels/art (these are global) as well as "listitem" infolabels/art from the context of the musicplaylist window (the focus item in the media container). So skinner has two options to show now playing info to the user, depending on the path to info user takes.
My question is how skinner can take advantage of the two options, maybe showing different information in each. Currently in Aeon MQ5 (and I think also subsequent versions) music viz window has some stuff that is always shown (art and artist slideshow properties) and music viz <i>nfo isn't used. So I think it could be useful to do something in viz <i>nfo. But maybe not just duplicate what can be obtained in the musicplaylist songinformation dialog.
scott s.
.
(2018-10-23, 13:07)jjd-uk Wrote: Still not sure I'm 100% as if all you want is to display the song info dialog while in Visualisation window then this can already be done
To activate map remote button to ActivateWindow(SongInformation) or then as suggested an additional button can be placed in OSD (as a crude example I used an existing Confluence icon for i).
However without further changes it will stay showing what was selected when in the music list views due to them being listitem labels, so you would then need to create a new group in DialogMusicInfo.xml to use the player supplied labels then use the visibility conditions
<visible>Window.IsVisible(Visualisation)</visible> or <visible>!Window.IsVisible(Visualisation)</visible>
for which to display for whether you are in Visualisation window or not.
(2018-12-01, 05:35)HeresJohnny Wrote: Great, will try this soon! Do you have pkscout's mod as a tracking branch? I think he fixed a few bugs and updated to latest Estuary in the meantime.No, actually !! Probably should have done that initially, but the mods only affect 3 files (MusicVisualisation.xml, Variables.xml & DialogSeekBar.xml) so it should be relatively easy for me to update it on github to the latest version. I'll look into it as soon as I get time