Is it possible to display Bit Rate (_bitrate) in any type of layout?  If not, could I request this to be added?

I have a major mix of music that sometimes knowing bitrate is the best way to know where and what a song is from.. or worth listening to

If it could display like a _Album or _Artist function does, that capability would be perfect for a layout I am working on... For a tray layout and a desktop layout through widgets...

Thanks

it is possible by using $bitrate, as in for example :
Text(markup="$bitrate kbps")
it can also be included in Title/Artist/Album :
Title(markup="$title ($bitrate kbps)")
or Title(markup="<b><big>%S</big></b>%V ($bitrate kbps)")

Quote from: Quentin Sculo on March 14, 2011, 14:44:45
it is possible by using $bitrate, as in for example :
Text(markup="$bitrate kbps")
it can also be included in Title/Artist/Album :
Title(markup="$title ($bitrate kbps)")
or Title(markup="<b><big>%S</big></b>%V ($bitrate kbps)")

THANK YOU!!!

What a PLAYER!!!! Sheer Genius!!!!