[Bug 538490] Re: tags with hyphen get split into multiple tags

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2014-02-28 Thread James Cowgill
Will be fixed in 2.1.10-1 (when it's uploaded).

** Changed in: easytag (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2013-12-09 Thread David King
** Bug watch added: GNOME Bug Tracker #689443
   https://bugzilla.gnome.org/show_bug.cgi?id=689443

** Also affects: easytag via
   https://bugzilla.gnome.org/show_bug.cgi?id=689443
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2013-12-09 Thread Bug Watch Updater
** Changed in: easytag
   Status: Unknown = Fix Released

** Changed in: easytag
   Importance: Unknown = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2013-03-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: easytag (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/538490/+subscriptions

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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2010-03-13 Thread Peter Frühberger
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;ig_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


[Bug 538490] Re: tags with hyphen get split into multiple tags

2010-03-13 Thread Peter Frühberger
Forgot to mention the definition of the MULTIFIELD_SEPARATOR:
from the source:

#define MULTIFIELD_SEPARATOR  - 

-- 
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