from flac_tag.c:
/*
 * Save field value in separated tags if it contains multifields
 */
static gboolean Flac_Write_Delimetered_Tag (FLAC__StreamMetadata *vc_block, 
const gchar *tag_name, gchar *values)
{
 gchar **strings = g_strsplit(values,MULTIFIELD_SEPARATOR,255);
    unsigned int i=0;

    for (i=0;i<g_strv_length(strings);i++)
    {

...

so for every  MULTIFILED_SEPARATOR a new tag is written.


Is this a bug or a features? Is the MULTIFILED_SEPARATOR correctly chosen?


rhythmbox only reads and displays the "first" title, artist ... so the user 
thinks something is wrong.

-- 
tags with hyphen get split into multiple tags
https://bugs.launchpad.net/bugs/538490
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to