gmusicbrowser Forum

Main board => Customization => Topic started by: aboettger on September 26, 2013, 19:00:13

Title: Column discname
Post by: aboettger on September 26, 2013, 19:00:13
I have a CD with information for the TSST (id3v2.3) field.
And I have defined a new column:

{Column gmb-art_discname}
title = _"CD Name"
menutitle = _"gmb-art CD-Name"
text: text(markup='<small>'.$discname.'</small>')


But the column is blank.
Title: Re: Column discname
Post by: Quentin Sculo on September 27, 2013, 21:27:56
I've just tested it, it works for me.
Have you activated the field in the preferences' fields tab (and restarted) ?
After activating the field you need to refresh the tags, right click on the song, choose re-read tags.
Then the value should show up in the tag edition dialog. If it doesn't, maybe there is something wrong with the tag, send one file to me by email if that is the case.
Title: Re: Column discname
Post by: aboettger on September 27, 2013, 22:24:43
I had forgotten to activate the field. Thank you.