gmusicbrowser Forum

Main board => Questions => Topic started by: MrSlim on October 08, 2012, 21:39:38

Title: Audio info on the main screen?
Post by: MrSlim on October 08, 2012, 21:39:38
Hi,
Is there a way to turn on an "audio info" status line in any of the layouts, like this (from DeadBeef) ?

Title: Re: Audio info on the main screen?
Post by: Quentin Sculo on October 08, 2012, 22:53:23
Only very partly for now.
Only the current song's info are available, and you can't format them (other than using pango markup for font, size, bold, color ...)
example by replacing this line in the "Lists, Library & Context" layout :
VBmain      = HBmenu _HPmain Progress
by
VBmain      = HBmenu _HPmain Progress Text1(markup="channels=$channel|$samprate Hz|$bitrate bps|$filetype|$length")

You can get the attached result.
(you could also add current time with a Time widget)

More things will be possible in the future, but currently this is it