[Bug 814814] New: taglib / libtag leads to corrupted characters in mp3 tag fields when using special characters (e.g.=?UTF-8?Q?=20=C3=A4=C3=84=C3=B6=C3=96=C3=BC=C3=9C=C3=9F?=)
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c0 Summary: taglib / libtag leads to corrupted characters in mp3 tag fields when using special characters (e.g. äÄöÖüÜß) Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: m00nraker@gmx.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 There is still a taglib-bug present when modifying Id3 tag fields in Mp3-files with taglib based applications, like e.g. Kid3, Amarok,... This is when dealing with special characters like the German Umlauts (äÄöÖüÜß) in the tag fields. Maybe this has something to do with the rusxmms patch, which was afaik applied to taglib. On youtube you can see a little screencast about the steps to reproduce (please adjust quality level to see details): http://youtu.be/XoAW1zmgSKA I think it's a critical bug, because it broke many Id3-Tags of my German Mp3 collection. So many tags in many files get corrupted. It's a lib many applications make use of it. So it should be fixed as soon as possible. Reproducible: Always Steps to Reproduce: [Watch the screencast on youtube (look details for the link)] 1.Create an empty Mp3-file (e.g. "touch test.mp3") 2.Open a Taglib based Id3 tagging application like Kid3 and configure it to use ID3v2.4 (Taglib) for new tags. 3. Load test.mp3 into this application 4. Modify one tag field, e.g. Title and set it to a bunch of special characters like "äÄöÖüÜß". 5. After saving the changes, the Title tag gets corrupted. Actual Results: When modifying a tag filed (using taglib) with special characters, like German Umlauts, the tag field gets broken, after saving the changes. Expected Results: Taglib should also be able to deal with special characters, like "äÄöÖüÜß" or something else. Tested on openSuse 12.3 (x86-64), Kernel 3.7.10-1.1-Desktop, KDE 4.10.2. taglib and libtag* v1.8-3.2.1 (OSS Repo) Also tested with: taglib and libtag* v1.8.55-7 (multimedia:lib Repo) This setup leads into corrupted tag-fields when dealing with special characters. When using id3lib (ID3v2.3) based applications, everything is fine, even with German special characters. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c1 --- Comment #1 from M00n Raker <m00nraker@gmx.net> 2013-04-15 15:44:34 UTC --- I opened a bug report for taglib at gibhub. But it has already been closed beacause they said, it's an openSuse packaging issue. The rusxmms patch causes the problems. Bug is not fixed. https://github.com/taglib/taglib/issues/129 https://bugzilla.novell.com/show_bug.cgi?id=788567 https://bugzilla.novell.com/show_bug.cgi?id=780256 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c2 --- Comment #2 from bob nospam <b3738792@mailinator.com> 2013-04-19 17:13:03 UTC --- See also bug 815157. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c Xiaolong Li <xlli@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xlli@suse.com AssignedTo|bnc-team-screening@forge.pr |vdziewiecki@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c3 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |davejplater@gmail.com InfoProvider| |m00nraker@gmx.net --- Comment #3 from Dave Plater <davejplater@gmail.com> 2013-04-20 16:58:57 UTC --- I'm busy working on bug 815157 and I've just opened kid3-qt, pasted both the offending text from the above bug and the text from c1 in this bug into both id3 headers in kid3-qt. They display correctly. Next I opened clementine and played the track and the display was correct. Easytag which is a gnome app was claimed as working in bug 815157 and a possible clue to this is the fact that I'm currently using Xfce and not Kde. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c4 --- Comment #4 from M00n Raker <m00nraker@gmx.net> 2013-04-20 19:36:01 UTC --- @Dave Plater I installed Xfce 4.10 under openSuse 12.3 and Kid3-qt v2.3 from OBS multimedia:apps repo. taglib and libtag* v1.8-3.2.1 (OSS Repo) Also tested with: taglib and libtag* v1.8.55-7 (multimedia:lib Repo) I made a little screencast, using Kid3-qt under Xfce. Please take a look: http://youtu.be/ITpkGeb_4tk (adjust quality level to see details) So it's still the same behaviour. It looks like not being a KDE problem. Kai -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|vdziewiecki@suse.com |davejplater@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c5 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lenrocd@gmail.com --- Comment #5 from Dave Plater <davejplater@gmail.com> 2013-04-21 07:16:00 UTC --- *** Bug 815157 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=815157 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c6 --- Comment #6 from Dave Plater <davejplater@gmail.com> 2013-04-21 08:25:09 UTC --- I'm still using openSUSE 12.1 btw but because I'm maintainer of multimedia apps and libs, I have the latest packages from those repos. We can work through the kid3-qt dependencies to see if anything is different. I'm attaching the mp3 file that I created using the reproduction steps. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c7 --- Comment #7 from Dave Plater <davejplater@gmail.com> 2013-04-21 08:39:45 UTC --- Created an attachment (id=536200) --> (http://bugzilla.novell.com/attachment.cgi?id=536200) Created with touch and edited with kid3-qt I've built taglib without the taglib-1.8-ds-rusxmms-r2.patch and you can grab it from : http://download.opensuse.org/repositories/home:/plater/openSUSE_12.3 if this resolves the issue perhaps you can save me a bit of time by letting me know the purpose of the rusxmms patch, it was made for a feature request and seems to have caused a few bugs. https://features.opensuse.org/313273 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c8 M00n Raker <m00nraker@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m00nraker@gmx.net --- Comment #8 from M00n Raker <m00nraker@gmx.net> 2013-04-21 11:59:08 UTC --- Hi Dave, I just added your repo and updated my taglib-files. Thx a lot, it resolves the issue. All taglib based apps like Kid3, Kid3-qt, Amarok, ..., now work without any problems like they did before with extended German character set. I can also convert the tags between Id3 v2.3 and v2.4 without any issues. So for German locale the bug is fixed. The purpose of the rusxmms-patch? All I know about it is from http://rusxmms.sourceforge.net/index.php?page=about.php Their forum is only in russian language. Sorry, but I can't help on this. But I think without the rusxmms patch, the there will be probably some other regressions with Russian locale character set. Kai -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c9 --- Comment #9 from Dave Plater <davejplater@gmail.com> 2013-04-21 12:13:49 UTC --- I'd like to fix this problem once and for all, if you have the time to help. I'm adding the latest librcc to my home repo and am going to try to get the problem to surface on 12.1. I've had the time to do a bit of research and I suspect that the problem stems from the patch and your version of librcc. I've also reopened bug 780256. I maintain both kid3 and clementine so I've a big interest in taglib. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c10 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|m00nraker@gmx.net | --- Comment #10 from Dave Plater <davejplater@gmail.com> 2013-04-21 12:49:45 UTC --- I'll let you know when I've finished playing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c11 --- Comment #11 from M00n Raker <m00nraker@gmx.net> 2013-04-22 11:57:29 UTC --- Your taglib bulit from yesterday without rusxmms patch worked for me. I accidentally updated to your current built of taglib (taglib-1.8-63.1) from today and grabbed it from your home:plater repo. In contrary to yesterday it's broken again for German extended characters. rusxmms-patch applied again? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c12 --- Comment #12 from Dave Plater <davejplater@gmail.com> 2013-04-22 14:14:50 UTC --- I'm trying to get the bug to appear on my 12.1 machine, I've added the command line tools that build from the libtag examples still wip. You can try installing the librcc0 that I have in my home repo and check to see if the taglib rpm contains the cli binaries to read and write tags. I'm at work atm so I only have a phone to work with. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c13 Alexander Mityunin <avm-xandry@yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avm-xandry@yandex.ru --- Comment #13 from Alexander Mityunin <avm-xandry@yandex.ru> 2013-04-22 22:06:35 UTC --- (In reply to comment #1)
Tested on openSuse 12.3 (x86-64), Kernel 3.7.10-1.1-Desktop, KDE 4.10.2. taglib and libtag* v1.8-3.2.1 (OSS Repo) Also tested with: taglib and libtag* v1.8.55-7 (multimedia:lib Repo)
This setup leads into corrupted tag-fields when dealing with special characters. When using id3lib (ID3v2.3) based applications, everything is fine, even with German special characters.
Cannot reproduce with the same configuration. What locale do you use by default? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c14 Suren Chilingaryan <csa@dside.dyndns.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |csa@dside.dyndns.org --- Comment #14 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-22 23:33:38 UTC --- Here is an updated patch fixing the issue. And, please, let me know if there are still problems. http://dside.dyndns.org/darklin/portage/media-libs/taglib/files/taglib-1.8-d... The RusXMMS patches helps to handle music with broken non-Unicode ID3 tags. There is still a lot of such files and I will describe why. The problem that ID3 v.1 had defined ISO8859-1 as only supported encoding. This obviously was not working for non-Latin languages, Russian being one of the examples. So, people was just ignoring specification and put CP1251 (sometimes KOI8-R) encoded strings in and this became a standard de-facto, especially on Windows. RusXMMS patches are trying to detect which encoding is actually used and recode the text to Unicode to avoid problems. It is used mainly by Russian and Ukrainian Linux communities, but there is support for other European and Far East countries as well. Now, with ID3 v.2 and Unicode support, there should be no problems. Unfortunately, there is still a lot of old broken MP3 around. Many windows applications still produce MP3 using CP1251 tags labelled as ISO8859-1. And there is hardware MP3 players which are only understand CP1251 tags. So, disabling RusXMMS will cause a lot of problems for Russian community. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c15 --- Comment #15 from Dave Plater <davejplater@gmail.com> 2013-04-23 07:00:19 UTC --- Thanks for your help Suren, I'll put the patch into my home:plater taglib for testing. If it works I'll push a 12.3 update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c16 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |m00nraker@gmx.net --- Comment #16 from Dave Plater <davejplater@gmail.com> 2013-04-23 07:55:06 UTC --- I've built taglib using the new patch, you need to make sure the version-release string is at least libtag1-1.8-66.1 or greater. Please install and test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c17 --- Comment #17 from Dave Plater <davejplater@gmail.com> 2013-04-23 07:58:31 UTC --- Please make sure that your libtag_c0 matches libtag1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c18 --- Comment #18 from Dave Plater <davejplater@gmail.com> 2013-04-23 10:16:25 UTC --- taglib is built and published in my home repo. The taglib package contains binaries which read and write tags from the command line. Of particular interest is tagreader and tagreader_c which list the tags in a track, tagreader lists the german characters but tagreader_c gives me garbage from the same mp3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c19 --- Comment #19 from M00n Raker <m00nraker@gmx.net> 2013-04-23 11:55:55 UTC --- Afaics, you updated your 12.1/i586 and 12.2/i586 repo. But for 12.3/x86-64 I can't find any new taglib stuff. So I can't test it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c20 --- Comment #20 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-23 13:17:16 UTC --- Hm, strange... I can confirm that tagreader_c produces invalid results. However, if I remove rusxmms patch, both tagreader and tagreader_c produce unreadable data whatever locale I set. Either I'm doing something completely wrong or there are problems upstream. Anyway, the tagreader_c may be easily fixed by commenting out 'taglib_set_strings_unicode(FALSE);' in the start of file. I'll add this to patch, but I'm quite curious if taglib_c from upstream is running properly for somebody and, if yes, which locales do they use. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c21 --- Comment #21 from Dave Plater <davejplater@gmail.com> 2013-04-23 16:41:27 UTC --- (In reply to comment #19) I thought you were on i586, the 12.3 x86_64 build was slower than the rest but it's completed now :
osc ls -v --binaries home:plater/taglib openSUSE_12.3 x86_64 181 Apr 23 10:19 _statistics 7470545 Apr 23 10:19 libtag-devel-1.8-67.1.x86_64.rpm 252397 Apr 23 10:19 libtag1-1.8-67.1.x86_64.rpm 1062309 Apr 23 10:19 libtag1-debuginfo-1.8-67.1.x86_64.rpm 16822 Apr 23 10:19 libtag_c0-1.8-67.1.x86_64.rpm 30131 Apr 23 10:19 libtag_c0-debuginfo-1.8-67.1.x86_64.rpm 468 Apr 23 10:19 rpmlint.log 624078 Apr 23 10:19 taglib-1.8-67.1.src.rpm 25015 Apr 23 10:19 taglib-1.8-67.1.x86_64.rpm 68414 Apr 23 10:19 taglib-debuginfo-1.8-67.1.x86_64.rpm 179607 Apr 23 10:19 taglib-debugsource-1.8-67.1.x86_64.rpm
The factory i586 build is only publishing now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c22 --- Comment #22 from Dave Plater <davejplater@gmail.com> 2013-04-23 16:57:42 UTC --- (In reply to comment #20) I'm assuming that tagreader_c uses libtag_c0 and tagreader uses libtag1 but ldd says otherwise, ldd -u /usr/bin/tagreader_c says : Unused direct dependencies: /usr/lib/libtag_c.so.0 so I may be wrong. easytag which M00n Raker claimed as the only tag editor that worked only depends on libtag_c0 and doesn't have a direct dependency on libtag1. It will only pull it in because libtag_c0 depends on libtag1. I'm still trying to work out why this bug now only exists in 12.3 and it seems to be with characters with Umlauts. Was this problem as a result of the upgraded librcc? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c23 --- Comment #23 from Dave Plater <davejplater@gmail.com> 2013-04-23 17:19:41 UTC --- Further easytag from packman doesn't depend on any taglib libraries. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c24 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|m00nraker@gmx.net |lenrocd@gmail.com --- Comment #24 from Dave Plater <davejplater@gmail.com> 2013-04-23 17:23:26 UTC --- Cornel can you also see if this new patch resolves your problem? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
(In reply to comment #20) easytag which M00n Raker claimed as the only tag editor that worked only depends on libtag_c0 and doesn't have a direct dependency on libtag1. It will only pull it in because libtag_c0 depends on libtag1. No, easytag (from packman repo) doesn't depend on any taglib lib. It depends on id3lib. That's why it worked with German extended character set (no rusxmms
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c25 --- Comment #25 from M00n Raker <m00nraker@gmx.net> 2013-04-23 17:50:32 UTC --- (In reply to comment #22) patch in it). id3lib is completely different from taglib, afaik. I updated to your version release *-.67.1 a few minutes ago. It seems, that it fixes the issue, at least with German characters. Let's see what our Rus friends will report :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c26 --- Comment #26 from M00n Raker <m00nraker@gmx.net> 2013-04-23 18:00:13 UTC --- Sorry, I was a bit too hasty. It worked with the ID3 V2 tags only, but Id3 v1.1 tags are still broken. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c27 --- Comment #27 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-23 18:36:48 UTC --- Can you tell me which locale do you exactly use? Output of 'locale' would be nice. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c28 --- Comment #28 from M00n Raker <m00nraker@gmx.net> 2013-04-23 19:07:14 UTC --- Sure: openSuse 12.3(x86-64)/Kernel 3.7.10-1.1-desktop/KDE 4.10.2 Release 556 locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c29 --- Comment #29 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-23 23:41:04 UTC --- Thanks, I see a problem. It is a bit more complicated to fix. For ID3 v.1 tags the kid3 is trying to make recoding on its own by overloading some of the taglib classes. I.e. there is a conflict between RusXMMS patch and KID3 both trying to fix encodings. I need a bit of time to think how to fix it. I'll post updated version of the patch next 2 days. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c30 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|lenrocd@gmail.com | --- Comment #30 from Dave Plater <davejplater@gmail.com> 2013-04-24 06:03:31 UTC --- The easytag branched from GNOME:Apps in my home project does use libtag1. I'm resetting NEEDINFO until Suren has finished working on the patch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c31 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evgom.sid@gmail.com --- Comment #31 from Dave Plater <davejplater@gmail.com> 2013-04-24 06:09:44 UTC --- Erick Osorio, I've added you to the cc list of this bug where we are trying to resolve this problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c32 --- Comment #32 from Erick Osorio <evgom.sid@gmail.com> 2013-04-24 06:39:27 UTC --- Dave with taglib-1.8-67.1 (with rusxmms-r3 i think) from your repo the problem still happening in m4a. locale LANG=es_MX.UTF-8 LC_CTYPE="es_MX.UTF-8" LC_NUMERIC="es_MX.UTF-8" LC_TIME="es_MX.UTF-8" LC_COLLATE="es_MX.UTF-8" LC_MONETARY="es_MX.UTF-8" LC_MESSAGES="es_MX.UTF-8" LC_PAPER="es_MX.UTF-8" LC_NAME="es_MX.UTF-8" LC_ADDRESS="es_MX.UTF-8" LC_TELEPHONE="es_MX.UTF-8" LC_MEASUREMENT="es_MX.UTF-8" LC_IDENTIFICATION="es_MX.UTF-8" LC_ALL= I don't need use special characters. Some screen shots of the problem: Original tag: https://files.myopera.com/evgom/files/original.png Modified tag: https://files.myopera.com/evgom/files/modificado.png Result: https://files.myopera.com/evgom/files/resultado.png -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c33 --- Comment #33 from Erick Osorio <evgom.sid@gmail.com> 2013-04-24 06:41:02 UTC --- I don't know if are the same problem that here... But its for rusxmms patch (i think), in the vainilla taglib works properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c34 --- Comment #34 from Erick Osorio <evgom.sid@gmail.com> 2013-04-24 06:43:58 UTC --- Ohh right, the result can be seen by opening the file again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c35 Imre herceg <imre_herceg@freemail.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imre_herceg@freemail.hu --- Comment #35 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 10:00:17 UTC --- I also encountered this problem with programs using Taglib (kid3 and soundKonverter). Not all tags containing "Umlaut characters" are, however, treated faultily, only tags containing the so-called Latin 1 (Western European) characters (á, ä, é, í, ó, ö, ü, ú, ß). Tags containing characters other than Latin-1, (I tested Latin 2 characters - Hungarian ő and ű - and Russian Cyrillic characters) are treated correctly. E.g.: When I save a tag containing the character "á" in Kid3, it gets encoded as "á" and when I click to edit the tag, no text encoding is assigned to the tag. So when I save it again, I get "ÃNBH¡" (NBH is an upper index), so it seems that the two characters of "á" are further encoded into Unicode, and no text encoding is assigned to the tag. When the tag contains Latin-2 (ő) or Cyrillic characters, the tag is marked as Text encoding UTF-8 and it is displayed properly, and it does not change with any further saves made to the tags. So it seems that whenever at least one non-Latin-1 character is present, the tag is marked as UTF-8, and they are encoded and displayed properly, when, however, only Latin-1 characters are present, no text encoding is assigned to the tag. This happens on the level of the individual tags. If the Artist is e.g. "á" and the Title is "ő", then only the Artist tag gets corrupted, the Title tag (marked as text encoding UTF-8) is allright. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c36 --- Comment #36 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 10:03:28 UTC --- Addition: I use openSuse 12.3, taglib version is: 1.8-3.2.1. Kubuntu does not seem to have this bug, nor does Fedora. Indeed, if I delete taglib, libtag1, libtag_c0, and install the taglib rpm from Fedora 18, this problem disappears. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c37 --- Comment #37 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 10:11:05 UTC --- Another addition: When using soundKonverter, id3v1 tags are also corrupted. When they contain, however, a non Latin-1 character, the tag remains empty. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c38 --- Comment #38 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 10:55:42 UTC --- Dave, Your version of taglib 1.8-67.1 solves most issues, though not all of them. It solves the id3v2 issue of text tags. However, when the filename of the embedded picture contains non ASCII characters, conversion with soundKonverter corrupts the name of the embedded picture, Kid3, however, treats them okay. id3v1 tags show the corruption. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c39 --- Comment #39 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 12:19:47 UTC --- Using the rpm of Fedora 18 (i.e. no rusxmms patch) solves all the problems. Not just the problem M00nraker reported, but also the issue Erick Osorio has, (Artist, Title, Album, Comment tags disappear from m4a files). Only one small problem remains, i.e. this issue is in taglib 1.8 itself: when converting from Flac files (which have UTF-8 encoded Vorbis tags), no conversion of the name of the embedded picture is done. So if I have a picture "Bartók.jpg" embedded in a flac file, after conversion with soundKonverter, the embedded file is shown in Kid3 as "Bartók.jpg" With mainstream taglib 1.8, however, tags which have at least one non-ISO-8859-1 character, remain empty in id3v1. It seems, the rusxmms patch is not rife enough, has not been tested, creates a lot of additional issues not present in taglib, and should be removed till these issues are solved. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c40 --- Comment #40 from Dave Plater <davejplater@gmail.com> 2013-04-24 14:17:02 UTC --- (In reply to comment #39) Suren, whom I assume is the patch author, is working flat out to resolve this issue. I'm sure within a few days we will have a taglib that satisfies everybody that uses non Utf-8 us characters in their tags. The taglib rpm now contains some executables to read and write tags directly with libtag to test with. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c41 --- Comment #41 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 15:21:44 UTC --- (In reply to comment #40) Well, let's see what he comes up with. But as I understand, this patch (rusxmms) is just a hack, to solve shortcomings of the mp3 format, and the chaos created by non-Unicode encodings and regards only mp3s having only id3v1 tags. Offering taglib with serious bugs just for these users does not seem to me right. I think the priority of openSuse should be the whole community, that is to offer a taglib which works as it should (i.e. not breaking m4a tagging, or encoding of extended Latin-1 mp3s.) We do not know whether the patch works with other formats (e.g. APEv2 tags in ape, wavpack files), or also creates havoc in them as well. I could imagine to have a separate repository with the patched taglib offered only for those who need it, but the default should be the mainstream taglib until the rusxmms patch is well tested with every format and proves to be okay. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c42 --- Comment #42 from M00n Raker <m00nraker@gmx.net> 2013-04-24 15:50:44 UTC --- I also think so like Imre does. Patch should be removed as soon as possible until it is really well tested with all file formats and encodings. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c43 --- Comment #43 from Dave Plater <davejplater@gmail.com> 2013-04-24 16:55:42 UTC --- If we can't satisfy all the users with non english locales then I will create a separate taglib in multimedia:libs with the patch for the cyrillic users and remove the patch from factory but in the spirit of the openSUSE community with your help we can create a taglib which works for all users. I can understand the frustration of having your music collection tags messed up, I'm sorry I've only become aware of this problem now although I've been bug owner for both kid3 and clementine for a few years. The information that's been provided now should be sufficient to fix this issue and the command line tools which will be a permanent part of the taglib package give a simple and clean way of testing whether libtag is doing what it should. If you read Comment 29 you will see that kid3 for instance, complicates the issue by trying to correct errors but I'm confident that Suren will come up with a fix. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c44 --- Comment #44 from Dave Plater <davejplater@gmail.com> 2013-04-24 17:15:02 UTC --- One last thing, if libtag doesn't handle cyrillic properly it's an upstream bug and whatever the outcome of this bug Suren or myself will take the issue upstream. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c45 --- Comment #45 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-24 17:27:41 UTC --- The next version seems to fix both remaining issues: id3 v.1 editing and disappearance of m4a tags. I'll do some more testing, but at least this issues seems to be gone. http://dside.dyndns.org/darklin/portage/media-libs/taglib/files/taglib-1.8-d... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c46 --- Comment #46 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-24 17:35:13 UTC --- I and few other people have tried to talk to taglib team few years ago. Unfortunately, their view was that non-Latin tags in ID3 v.1 tags are breaking specification and they were against supporting it. Though, if the point is raised by the packager of major distribution, the result, hopefully, may be different. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c47 --- Comment #47 from Dave Plater <davejplater@gmail.com> 2013-04-24 18:19:16 UTC --- I'll try, am I wrong in assuming that the entire Eastern Europe and Greece use cyrillic. What about Asia? This is new territory for me. I'll incorporate the patch tonight and the patched packages should be ready for testing tomorrow. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c48 --- Comment #48 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-24 19:56:33 UTC --- The enconding problem had existed for all countries using characters outside of Latin1. Rusxmms has support for Asian languages (Japanese, Korean, Chinese) which was confirmed by some of Russian users speaking Japanese. Tough, I dont know if it is still a problem in these countries or their are fine with v2 Unicode tags. As I wrote earlier, it is certainly still a major problem in the countries belonging to former Soviet Union. PS. Probably half of East Europe using Lating language but with different set of special characters (latin2). Greece using it is own alphabet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c49 --- Comment #49 from Imre herceg <imre_herceg@freemail.hu> 2013-04-24 20:25:10 UTC --- (In reply to comment #46) Well, I suspected this may have been the attitude of Taglib developers. Since your patch is a hack which breaks specifications, I'm not surprised they refused to incorporate it. I do not know what kind of hardware players you are talking about which cannot read id3v2 tags. I have now checked, my mp3 player is perfectly capable of displaying Cyrillic characters in id3v2.4 encoded mp3 file. Wouldn't it be easier to write a script which takes CP1251 encoded tags from id3v1 and converts them to UTF and inserts them into id3v2 tags? Or even better, not creating mp3 files with only id3v1 tags in the first place. Or am I guessing right, that there are many CP1251 encoded id3v1 tagged mp3 files on Russian file-sharing sites? Other than this, I cannot understand why you are not trying to tackle the problem of the not properly encoded mp3 files and tag them properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c50 --- Comment #50 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-24 20:57:23 UTC --- The problem is that the specification was faulty and had left most of the world without any option to store their tags. Obviously, some chaos and, then, standard de facto had emerged. You cant blame people for it, there was no way to be complient to the specification. Now we cant change the reality and behavior of Windows users. We only can deny reality and make life of Linux-users complicated or accept it and make it easy. I mean there is no problem for me. I can recode everything or to just patch the taglib myself. But there is a horde of people who has no clue about encodings. They just see that the music they downloaded from Internet got from a friend is not displayed properly and they have no clue why. On the friends PC running Windows there is no problems... And of course there is uses when it is helpful even if you are know about encodings and Unicode. I believe that modern players from respectable brands are all supporting ID3 v.2. But I personally have a simple USB flash/MP3 player combo and it is not working with it. There is still lots of such devices. And there are lots of cases when online recoding is helpful. Your frined who is using Windows and dont care about specification is comming with his hard drive with a lots of music and you just want to quickly see what he has without doing prior recoding whatever. The file sharing is also quite often in ID3 v.1 only. Even for recoding, the RusXMMS patches are helpful. Quite often people are bringing the stuff in some horible mix of encodings. Some files are using CP1251, others - KOI8-R. I have seen UTF8 in ID3 v.1 tags. With encoding autodetection, you will recode everything automatically. Im just running tagwriter over all files in the collection. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c51 --- Comment #51 from M00n Raker <m00nraker@gmx.net> 2013-04-25 00:53:03 UTC --- (In reply to comment #47)
I'll incorporate the patch tonight and the patched packages should be ready for testing tomorrow. You mean the 1.8-68.1 release in your repo? Well, on the first view the issue seems to be fixed with that. But I only tested with German locale and mp3-files. ID3v1 is also back on track with the new patch. Let's see what the others say. Thx a lot, good work guys.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c52 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Platform|x86-64 |All InfoProvider| |evgom.sid@gmail.com --- Comment #52 from Dave Plater <davejplater@gmail.com> 2013-04-25 05:57:07 UTC --- These are the packages to look for : osc ls --binaries home:plater/taglib openSUSE_12.3 i586 _statistics libtag-devel-1.8-68.1.i586.rpm libtag1-1.8-68.1.i586.rpm libtag1-32bit-1.8-68.1.x86_64.rpm libtag1-debuginfo-1.8-68.1.i586.rpm libtag1-debuginfo-32bit-1.8-68.1.x86_64.rpm libtag_c0-1.8-68.1.i586.rpm libtag_c0-32bit-1.8-68.1.x86_64.rpm libtag_c0-debuginfo-1.8-68.1.i586.rpm libtag_c0-debuginfo-32bit-1.8-68.1.x86_64.rpm rpmlint.log taglib-1.8-68.1.i586.rpm taglib-1.8-68.1.src.rpm taglib-debuginfo-1.8-68.1.i586.rpm taglib-debugsource-1.8-68.1.i586.rpm and : osc ls --binaries home:plater/taglib openSUSE_12.3 x86_64 _statistics libtag-devel-1.8-68.1.x86_64.rpm libtag1-1.8-68.1.x86_64.rpm libtag1-debuginfo-1.8-68.1.x86_64.rpm libtag_c0-1.8-68.1.x86_64.rpm libtag_c0-debuginfo1.8-68.1.x86_64.rpm rpmlint.log taglib-1.8-68.1.src.rpm taglib-1.8-68.1.x86_64.rpm taglib-debuginfo-1.8-68.1.x86_64.rpm taglib-debugsource-1.8-68.1.x86_64.rpm I would appreciate if everyone can test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c53 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@suse.com See Also| |https://bugzilla.novell.com | |/show_bug.cgi?id=780256 --- Comment #53 from Dave Plater <davejplater@gmail.com> 2013-04-25 06:55:35 UTC --- I once made a hardware coin operated mp3 juke box (most probably one of the first in the world) and am familiar with Id3v1 tags as I parsed them for both the juke box display, a simple lcd and to print out a playlist for the front panel. Id3v1 fields are a simple string of 8 bit wide characters so Utf-8 characters should be able to occupy those fields. A quick glance (I have to get to work) at : http://www.joelonsoftware.com/articles/Unicode.html a link which I found at http://www.utf-8.com leads me to believe that Utf-8 displays Asian characters let alone Cyrillic. I see these characters on my "en_US.UTF-8" system. I haven't read up on any Id3 standards yet, I simply viewed the headers of mp3s and worked it out for myself so I'm not an expert but I would like to know how this mess started. Reading a little more of the Utf-8 website, I can understand where the problem is. This is most probably why clementine likes Id3v2 tags. Not sure where an Id3v2 tag sits when there is also an Id3v1 tag but I hope it's always after and not before. I think the solution for Russian community is a converter to create a unicode Id3v2 tag from the Id3v1 tag. The older players will parse the Id3v1 tags so they need to be preserved. Hopefully the next time some upgrade breaks the rusxmms patch, it will be in Factory and the problem won't find it's way into a release. Does anyone in this bug test Factory? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c54 --- Comment #54 from Cornel Diaconu <lenrocd@gmail.com> 2013-04-25 08:45:05 UTC --- (In reply to comment #51)
(In reply to comment #47)
I'll incorporate the patch tonight and the patched packages should be ready for testing tomorrow. You mean the 1.8-68.1 release in your repo? Well, on the first view the issue seems to be fixed with that. But I only tested with German locale and mp3-files. ID3v1 is also back on track with the new patch. Let's see what the others say. Thx a lot, good work guys.
I upgraded my taglib packages from David's repository as well (release 1.8-68.1 as you), but on my system I still get the corrupted tag's :( I'm missing something, maybe ? My locale are still en_US.UTF8 (results from "locale" command are these: LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ) To not make any confusions, now I have these packages on my system: taglib-1.8-68.1.i586 libtag1-1.8-68.1.i586 libtag_c0-1.8-68.1.i586 all from David's repo. and tried to edit some tag to insert character ä (or in another test case, the character ü ) inside my clementine player. Ahh, on the other hand, when editing the same files with kid3-qt, I get the tags written correctly, now .... which is good enough (I still miss the ability to edit with clementine, but since these cases are not that often, this is good enough for me.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c55 --- Comment #55 from M00n Raker <m00nraker@gmx.net> 2013-04-25 10:16:37 UTC --- (In reply to comment #54)
I upgraded my taglib packages from David's repository as well (release 1.8-68.1 as you), but on my system I still get the corrupted tag's :( I'm missing something, maybe ? ... and tried to edit some tag to insert character ä (or in another test case, the character ü ) inside my clementine player.
So we should not praise the day before nightfall: I picked up a normal mp3-file, tagged with Kid3 and Dave's taglib libs (*.68.1). Kid3 shows that the ID3v1 and V2 tags are in a good shape. They also showed up fine in Amarok, tagreader and even in easytag. Then I change the title tag of this mp3 with Amarok to a simple charakter ä. After saving changes I load that mp3 file into Kid3. There I can see, that ID3v2 title has changed to ä, but the ID3v1 title tag is corrupted. There is still an issue. Many of us don't know what the rusxmms patch really does, how it works and how it affects the whole thing. The patch should be removed till all issues are solved. For the people who depend on the patch, Dave could make a separate version of taglib with the rusxmms patch. Whenn all issues are fixed and everything is well testet, Dave could integrate the patch again. Testing needs some time. At at the moment it's not in a good shape, because it causes kind of dataloss and everything seems to be unsave. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c56 --- Comment #56 from Dave Plater <davejplater@gmail.com> 2013-04-25 10:51:28 UTC --- If I update 12.3 with a libtag with no patch the russian users don't have to update then the patched version can remain in multimedia:libs and factory. I also want to make sure the patch is properly fixed by the next release. I wish I could duplicate this bug on my own system. I'll start the update process this evening meanwhile could you try using tagreader from the taglib package on your tracks and see if the tags look right and post a few results. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c57 --- Comment #57 from M00n Raker <m00nraker@gmx.net> 2013-04-25 12:15:10 UTC --- (In reply to comment #56)
I'll start the update process this evening meanwhile could you try using tagreader from the taglib package on your tracks and see if the tags look right > and post a few results.
I made another screencast for it. That's easier for me :-) http://youtu.be/WWb1RtGHxeg (please adjust quality level to at least 720p to see details). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c58 --- Comment #58 from Dave Plater <davejplater@gmail.com> 2013-04-25 16:22:18 UTC --- (In reply to comment #57) I'm a cash disadvantaged person and I use an old nokia 9300i as a modem so I prefer text but I'm watching it anyway. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c59 --- Comment #59 from M00n Raker <m00nraker@gmx.net> 2013-04-25 16:35:18 UTC --- Ok, next time a know better :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c60 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|evgom.sid@gmail.com |maintenance@opensuse.org --- Comment #60 from Dave Plater <davejplater@gmail.com> 2013-04-25 17:50:08 UTC --- As stated in Comment 56 I'm updating 12.3's taglib package with the russxmms patch removed and then I'll reincorporate it for factory where it can be tested and will hopefully not cause problems in the next release. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c61 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tibirna@kde.org --- Comment #61 from Dave Plater <davejplater@gmail.com> 2013-04-25 17:52:54 UTC --- *** Bug 780256 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=780256 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c62 --- Comment #62 from Dave Plater <davejplater@gmail.com> 2013-04-25 18:00:09 UTC --- (In reply to comment #59) I was actually unable to view due to my slow connection, set it to view later which may work but I would appreciate a text output from tagreader from someone. It will make my quest to duplicate this bug on my own system easier and guarantee that this problem will never surface again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|taglib / libtag leads to |libtag corrupts characters |corrupted characters in mp3 |in music file tag fields |tag fields when using |when using special |special characters (e.g. |characters (eg. äÄöÖüÜß) |äÄöÖüÜß) | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c63 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.kde.org/show_b | |ug.cgi?id=309693 --- Comment #63 from Dave Plater <davejplater@gmail.com> 2013-04-25 18:16:10 UTC --- One last question, does anyone have libtag-extras1 installed? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c64 --- Comment #64 from Dave Plater <davejplater@gmail.com> 2013-04-25 18:46:30 UTC --- The update destined for 12.3 is in : http://download.opensuse.org/repositories/home:/plater:/branches:/openSUSE:/... Please test. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c65 --- Comment #65 from Dave Plater <davejplater@gmail.com> 2013-04-25 19:17:04 UTC --- Interesting fact, the submit request to openSUSE:factory displays this for the special characters : äÃöÃüÃà -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c66 --- Comment #66 from M00n Raker <m00nraker@gmx.net> 2013-04-25 19:43:40 UTC --- (In reply to comment #65)
Interesting fact, the submit request to openSUSE:factory displays this for the special characters : äÃöÃüÃÃ
I updated to 1.8-69.1.x86_64. Now we run into other problems. Ok, no screencast but text: 1) Create new file: touch test.mp3 (no tags, no audio stream) 2) tagreader test.mp3 title - "" 3) tagwriter -t äöü test.mp3 4) tagreader test.mp3 title - "äöü" That seems to be correct, but when I load test.mp3 into Amarok, Amarok shows up a corrupted title string: äöü Kid3 shows the same corrupted title string after loading the file. Now another test: 1) Create new file: touch test2.mp3 (no tags, no audio stream) 2) tagreader test2.mp3: title - "" 3) This time I first edit ID3v2 title tag of test2.mp3 with Kid3 to "äöü" 4) tagreader test2.mp3 shows up a corrupted title tag now: title - "���" 5) Loading the same test2.mp3 into Amarok, it shows the correct title tag: "äöü". So tagreader seems to produce a corrupted output or whatever. A last test also without tagwriter modifying the file: 1) Create new file: touch test3.mp3 (no tags, no audio stream) 2) tagreader test3.mp3: title - "" 3) I load test3.mp3 into Kid3 and modify the ID3v1 title tag to "äöü". 4) tagreader test3.mp3: title - "���" Ok, tagreader produces shit. 5) I then load test3.mp3 into Amarok. Amarok shows up this tag: "äöü". Correct. But now i modify this title tag within Amarok itself to this title tag: "äöüß". After saving the changes in Amarok, the title tag gets corrupted and Amarok shows up this "äöüÃ" instead of "äöüß". Kid3 shows up the same corrupted string for Id3v1 and v2 title tag.
From my first two tests, you could think, that it is an tagreader/tagwriter issue now. But the last test shows, that it isn't. Very confusing.
Did you change s.th else except removing the rusxmms patch? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c67 --- Comment #67 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-25 22:00:09 CEST --- This is an autogenerated message for OBS integration: This bug (814814) was mentioned in https://build.opensuse.org/request/show/173418 Factory / taglib -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c68 --- Comment #68 from Erick Osorio <evgom.sid@gmail.com> 2013-04-25 21:02:09 UTC --- With libtag 1.8-70.1 from Daves' repo now work ok with m4a. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c69 --- Comment #69 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-25 21:07:12 UTC --- M00n Raker, thanks for detailed reports :) I'll take a look for problem with Amarok. However, the tagreader and tagwriter are certainly broken in vanilla. Unless you are on ISO8859-1 locale, you'll get corrupted output from applications. Take a look, on http://suren.me/ss/tagreader.png This is using the latest build from Dave, no rusxmms. On UTF-8 terminal, you get ISO8859-1 output. The same problem is also with tagwriter. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c70 --- Comment #70 from Alexander Mityunin <avm-xandry@yandex.ru> 2013-04-25 21:37:57 UTC --- (In reply to comment #63)
One last question, does anyone have libtag-extras1 installed?
I'm. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c71 --- Comment #71 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-25 21:39:27 UTC --- I can't reproduce the problem with Amarok described by M00n Raker on freshly installed 12.3 desktop using 69.1 build. Do you have any encoding-specific options enabled in Amarok? By the chance do you have any LibRCC configurations present (either ~/.rcc/xmms.xml or /etc/rcc.xml)? Can you provide me original good file before Amarok have corrupted it and file corrupted with Amarok. PS. I have reproduced the problem with tagwriter, but as I said this is a vanilla issue. Anyway I'll fix it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c72 --- Comment #72 from Cornel Diaconu <lenrocd@gmail.com> 2013-04-26 05:41:45 UTC --- Okay, my experience is a little bit different that M00nRaker's : I have now taglib, libtag1 and libtag_c0 version 1.8-70.1 from Dave's repository. When I try to edit a test file inside amarok, or in clementine, I can write properly the characters like ä ! (they are saving them alright now: actually I wrote the character with amarok, saved it, and then opened the file in clementine, modified the file and saved it again, and ... no corruption anymore). On the other hand, when I try tagwriter/tagread on the same file, with the same character, I get a corrupted tag in the file ("ü" instead of "ä") Confusing, isn't it ? BTW, I use i386 install of Opensuse 12.3 ... P.S. I have also taglib-extras1 (version 1.0.1-17.1.1) installed in my system. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c73 --- Comment #73 from M00n Raker <m00nraker@gmx.net> 2013-04-26 06:11:33 UTC --- (In reply to comment #72)
Okay, my experience is a little bit different that M00nRaker's :
I have now taglib, libtag1 and libtag_c0 version 1.8-70.1 from Dave's repository.
When I try to edit a test file inside amarok, or in clementine, I can write properly the characters like ä ! (they are saving them alright now: actually I wrote the character with amarok, saved it, and then opened the file in clementine, modified the file and saved it again, and ... no corruption anymore).
Ok, but you have to test and edit the same file with different programs, like Amarok and Kid3, e.g. editing title tag with Amarok and then loading it into Kid3, edit again, and the load it back into Amarok, and so on. This shows the issues. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c74 --- Comment #74 from M00n Raker <m00nraker@gmx.net> 2013-04-26 06:18:15 UTC --- (In reply to comment #71)
I can't reproduce the problem with Amarok described by M00n Raker on freshly installed 12.3 desktop using 69.1 build. Do you have any encoding-specific options enabled in Amarok? By the chance do you have any LibRCC configurations present (either ~/.rcc/xmms.xml or /etc/rcc.xml)?
First to your questions: I haven't xmms installed on my system. No ~/.rcc/xmms, and no file /etc/rcc.xml. To the Amarok settings: In "Configure Amarok/Metadata" you can configure the metadata handling. There is a checkbox "Enable character set detection in ID3 tags". It was allways enabled in my settings. But now I did all my tests even with this option set to disabled. I haven't found any differences between setting it to enabled or disabled. So for my tests this setting doesn't seem to have any influences.
Can you provide me original good file before Amarok have corrupted it and file > corrupted with Amarok. Sure, but for the moment I have to leave. I come back later this day and upload everything you want.
Now I updated to the ltest version from Dave's home repo (taglib-1.8-70.1.x86_64 ) and also run into several issues: 1) Create new file: touch test.mp3 (no tags, no audio stream) 2) tagreader test.mp3 title - "" 3) tagwriter -t äöü test.mp3 4) tagreader test.mp3 title - "äöü" Tagreader shows up a corrupted title string. 5) Now I load this file into Kid3 and Amarok. Both are also showing a corrupted title string like tagreader: "äöü" (for v1 and v2 tags). Now another test: 1) Create new file: touch test2.mp3 (no tags, no audio stream) 2) tagreader test2.mp3: title - "" 3) This time I first edit only ID3v2 title tag of test2.mp3 with Kid3 to "äöü" 4) tagreader test2.mp3 shows up the correct title tag now: title - "äöü" 5) Loading the same test2.mp3 into Amarok, it shows the correct title tag: "äöü". Then I modify title tag within Amarok to "äöüß". 6) tagreader test2.mp3: title - "äöüß" Output Ok now. 7) But loading test2.mp3 it into Kid3 again, Kid3 shows a correct v2 title-tag "äöüß", but a corrupted v1 title-tag: "äöüÃ" BTW, I have installed Amarok from packman repo, v2.7.0-14.52-x86_64 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c75 --- Comment #75 from Dave Plater <davejplater@gmail.com> 2013-04-26 06:50:23 UTC --- I must explain the current repository state : The taglib package with no rusxmms patch is in this repository : http://download.opensuse.org/repositories/home:/plater:/branches:/openSUSE:/... This is destined for an openSUSE:12.3 update and contained the following this morning : osc ls --binaries home:plater:branches:openSUSE:12.3:Update taglib standard x86_64 _statistics libtag-devel-1.8-3.5.1.x86_64.rpm libtag1-1.8-3.5.1.x86_64.rpm libtag1-debuginfo-1.8-3.5.1.x86_64.rpm libtag_c0-1.8-3.5.1.x86_64.rpm libtag_c0-debuginfo-1.8-3.5.1.x86_64.rpm rpmlint.log taglib-1.8-3.5.1.src.rpm taglib-1.8-3.5.1.x86_64.rpm taglib-debuginfo-1.8-3.5.1.x86_64.rpm taglib-debugsource-1.8-3.5.1.x86_64.rpm My home repository and multimedia:libs contain a taglib with the taglib-1.8-ds-rusxmms-r4.patch. This has been submitted to factory. So if you want to help Suren to fix the patch, please use my home repo. Your help will be appreciated. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c76 --- Comment #76 from Dave Plater <davejplater@gmail.com> 2013-04-26 06:53:20 UTC --- taglib-extras1 is an add on for Amarok and may complicate things with Amarok. For any specific amarok problems please test without taglib-extras1 as well. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c77 --- Comment #77 from Suren Chilingaryan <csa@dside.dyndns.org> 2013-04-26 07:56:30 UTC --- New version with taglib and tagwriter problems fixed. Also I think it should fix the problem M00n had with Amarok. Here: http://dside.dyndns.org/darklin/portage/media-libs/taglib/files/taglib-1.8-d... The binaries are also available here: https://build.opensuse.org/package/show?package=taglib&project=home%3Acsa7fff%3Arusxmms -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c78 --- Comment #78 from M00n Raker <m00nraker@gmx.net> 2013-04-26 13:02:07 UTC --- (In reply to comment #76)
taglib-extras1 is an add on for Amarok and may complicate things with Amarok. For any specific amarok problems please test without taglib-extras1 as well.
I've installed Amarok from the Packman repo. taglib-extras1 is one of Amaroks dependencies, so it can't be removed normally or it comes to a dependency error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c79 --- Comment #79 from M00n Raker <m00nraker@gmx.net> 2013-04-26 13:16:27 UTC --- (In reply to comment #77)
New version with taglib and tagwriter problems fixed. Also I think it should fix the problem M00n had with Amarok. Here: http://dside.dyndns.org/darklin/portage/media-libs/taglib/files/taglib-1.8-d...
The binaries are also available here: https://build.opensuse.org/package/show?package=taglib&project=home%3Acsa7fff%3Arusxmms
I'm a bit confused. You wrote about a new version of taglib, but with updated rusxmms patch (r8) and about a fixed tagwriter. So far so good. But please read my Comment #74 again. For the both tests there, I used taglib-1.8-70.1.x86_64 from Dave's home repo. AFAIK, that was a version WITHOUT any rusxmms patch. And in the second test, I even didn't use tagwriter. But there is still an issue. So for this test, a new version of rusxmms patch doesn't matter, because 1.8-70 does't use anything of rusxmms patch. Right? So perhaps, as what Dave says in Comment #76, the issue with Amarok comes from taglib-extras1. But Amarok has a dependency to it. So removing taglib-extras1 will break dependencies. Anyway, when Dave updated his home repo with a new version of taglib, I'll do my best to find out any issues again. When there aren't any issues and taglib works again like in the old days, I will also test taglib with applied rusxmms patch. But for now, there are issues with or without rusxmms patch. May be, there is also a problem with metadata handling in Amarok. But I don't know it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c80 --- Comment #80 from M00n Raker <m00nraker@gmx.net> 2013-04-26 13:29:47 UTC --- Sorry, I made a mistake. I haven't seen Comment #75 with Dave's repo layout :-) So taglib-1.8-70.1 from his home repo of course has the rusxmms (r4) patch incorporated, as I also see in the changelog. So now Suren's Comment #77 makes sense to me. Please forget my Comment #79, I was wrong there. Dave's link http://download.opensuse.org/repositories/home:/plater:/branches:/openSUSE:/... in Comment #75 to the unpatched version of Taglib seems to be wrong. Nothing with Taglib there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c81 --- Comment #81 from Dave Plater <davejplater@gmail.com> 2013-04-26 17:27:44 UTC --- Yeh I find nothing there either and I copied the link from the right place. Must be a build service glitch. I'll post the correct link. Meanwhile I've just incorporated taglib-1.8-ds-rusxmms-r8.patch in my home project. Give it a while to build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c82 --- Comment #82 from Dave Plater <davejplater@gmail.com> 2013-04-26 17:39:52 UTC --- The publish flag wasn't enabled by default. It is now so the packages should appear when they're published. The build service machine now has to create the repository and rsync the rpms. Should be there between now and morning. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c83 --- Comment #83 from Dave Plater <davejplater@gmail.com> 2013-04-26 18:36:17 UTC --- All published in the update branch repo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c86 --- Comment #86 from Dave Plater <davejplater@gmail.com> 2013-04-28 06:57:07 UTC --- It looks to me as if the r8 version of rusxmms patch works properly, pity we can't find a french user to test as well. I'm inclined to push this as an update to 12.3. Please follow the guidelines in Comment 84 when testing. I've branched 12.3's amarok and taglib-extras as well so please test with clementine, kid3-qt, amarok and libtag-extras1 from my home repo once you're satisfied that tagreader and tagwriter work correctly with the special characters. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c87 --- Comment #87 from Dave Plater <davejplater@gmail.com> 2013-04-28 07:07:02 UTC --- To reinforce my feeling that this bug is fixed tagreader_c reads the umlauts in my original bug814814.mp3 correctly as well as tagreader. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c88 --- Comment #88 from M00n Raker <m00nraker@gmx.net> 2013-04-28 08:31:11 UTC --- (In reply to comment #86)
It looks to me as if the r8 version of rusxmms patch works properly, pity we can't find a french user to test as well. I'm inclined to push this as an update to 12.3. Please follow the guidelines in Comment 84 when testing. I've branched 12.3's amarok and taglib-extras as well so please test with clementine, kid3-qt, amarok and libtag-extras1 from my home repo once you're satisfied that tagreader and tagwriter work correctly with the special characters.
I updated to the versions in your home repo (with added rusxmms r8 patch): taglib-1.8-77.1.x86_64 libtag1-1.8-77.1.x86_64 libtag_c0-1.8-77.1.x86_64 libtag-extras1-1.0.1-17.2.1.x86_64 But I didn't installed your branched Amarok and Kid3-qt version. For playing around, I used the packman version of Amarok and Kid3 from the KDE:Release:410 repo. I followed Dave's guideline in Comment #84. All my previous tests proved successful and went without a hitch. Even the issues with Amarok disappeared. Tagreader and tagwriter now work fine. Modifying tags with Amarok does't produce any issues in tagreader now. I can do what I want, I don't find anywhing wrong at the moment.
I've branched 12.3's amarok and taglib-extras as well so please test with....
For playing around with Amarok I used libtag-extras1-1.0.1-17.2.1 from your home. As I allready wrote, that worked well. But now I replaced libtag-extras1-1.0.1-17.2.1 with libtag-extras1-1.0.1-36.1 from the KDE:Release:410 repo. I also couldn't find any issues with that. Amarok also works nice without any tagging problems. So it seems that it doesn't make any difference if I use libtag-extras1 from your repo or from the KDE repo. Finally it seems that all my tagging issues are gone with taglib, libtag1 and libtag_c0 with version string 1.8-77.1 from Dave's home repo. For the moment a big thank you to Dave and Suren, who made that possible. Many thanks for your support. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c89 --- Comment #89 from Erick Osorio <evgom.sid@gmail.com> 2013-04-28 08:45:01 UTC --- With taglib 1.8.77.1 work property tag in m4a. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c90 --- Comment #90 from Dave Plater <davejplater@gmail.com> 2013-04-28 09:51:06 UTC --- It would be a big update if clemntine, kid3, kid3-qt, amarok and everything else that uses libtag needed to be updated. I'm pushing the patched version into 12.3 Update and based on the testing that's been done in this bug and the patch authors willingness to help, I'm sur upstream will accept it too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c91 --- Comment #91 from Dave Plater <davejplater@gmail.com> 2013-04-28 10:13:28 UTC --- Mr Maintenance, when can I submit to 12.3 update? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c92 --- Comment #92 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-28 13:00:10 CEST --- This is an autogenerated message for OBS integration: This bug (814814) was mentioned in https://build.opensuse.org/request/show/173627 Factory / taglib -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c93 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|maintenance@opensuse.org | --- Comment #93 from Benjamin Brunner <bbrunner@suse.com> 2013-04-29 15:53:43 CEST --- Dave, sorry for the late reply. Feel free to open a maintenancerequest with the updated package. Thank you very much for your efforts and the testing! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c94 --- Comment #94 from Dave Plater <davejplater@gmail.com> 2013-04-30 05:30:02 UTC --- Created request 173881 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c95 --- Comment #95 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-30 08:00:11 CEST --- This is an autogenerated message for OBS integration: This bug (814814) was mentioned in https://build.opensuse.org/request/show/173881 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c96 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #96 from Dave Plater <davejplater@gmail.com> 2013-05-03 09:40:39 UTC --- Closing bug as fixed, please reopen if any problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c97 Karl Ove Hufthammer <karl@huftis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |karl@huftis.org Resolution|FIXED | --- Comment #97 from Karl Ove Hufthammer <karl@huftis.org> 2013-05-21 20:15:22 UTC --- Reopening. There is still a problem with data corruption for non-latin1 characters (i.e., characters that are both outside US-ASCII and outside ISO-8859-1). This problem is *caused* by the RusXMMS patches, as it is *not* present in unpatched taglib. See detailed description of the bug and how to reproduce it in bug #780658. (I guess one of these bug reports should be marked as a duplicate.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c98 --- Comment #98 from M00n Raker <m00nraker@gmx.net> 2013-05-22 06:49:38 UTC --- The discussion goes on here: #780658. This bug report should be closed again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c99 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE --- Comment #99 from Dave Plater <davejplater@gmail.com> 2013-05-22 12:38:57 UTC --- This bug is against 12.3 but exists in 12.2 as well so I'll close it as a duplicate of bnc#780658 and use that to push the 12.2 update. *** This bug has been marked as a duplicate of bug 780658 *** http://bugzilla.novell.com/show_bug.cgi?id=780658 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c100 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED See Also| |https://bugzilla.novell.com | |/show_bug.cgi?id=780658 Resolution|DUPLICATE | --- Comment #100 from Dave Plater <davejplater@gmail.com> 2013-05-23 06:49:05 UTC --- I've reopened this bug for the submission of taglib-1.8-ds-rusxmms-r9.patch to factory and as a 12.3 update. See bnc#780658 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c101 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |m00nraker@gmx.net --- Comment #101 from Dave Plater <davejplater@gmail.com> 2013-05-23 12:05:27 UTC --- Taglib with taglib-1.8-ds-rusxmms-r9.patch is included in taglib >= 1.8-62.1 in : http://download.opensuse.org/repositories/home:/plater/openSUSE_12.3 for testing. If ok I'll submit to factory and 12.3 update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c102 --- Comment #102 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-05-23 16:00:09 CEST --- This is an autogenerated message for OBS integration: This bug (814814) was mentioned in https://build.opensuse.org/request/show/176426 Factory / taglib -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|m00nraker@gmx.net | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c103 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #103 from Dave Plater <davejplater@gmail.com> 2013-05-24 12:42:31 UTC --- taglibs 12.3 update is ready to submit. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c104 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|maintenance@opensuse.org | --- Comment #104 from Benjamin Brunner <bbrunner@suse.com> 2013-05-28 10:51:50 CEST --- Dave, could you open a maintenancerequest with the updated package, please. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c105 --- Comment #105 from Dave Plater <davejplater@gmail.com> 2013-05-29 05:21:21 UTC --- created mr#176904 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c106 --- Comment #106 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-05-29 08:00:16 CEST --- This is an autogenerated message for OBS integration: This bug (814814) was mentioned in https://build.opensuse.org/request/show/176904 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c107 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #107 from Benjamin Brunner <bbrunner@suse.com> 2013-06-05 05:59:57 CEST --- Update released for openSUSE 12.3. Resolved fixed. Thanks all of you. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c108 --- Comment #108 from Swamp Workflow Management <swamp@suse.de> 2013-06-10 10:12:10 UTC --- openSUSE-RU-2013:0940-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 814814 CVE References: Sources used: openSUSE 12.3 (src): taglib-1.8-3.5.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=814814 https://bugzilla.novell.com/show_bug.cgi?id=814814#c109 --- Comment #109 from Swamp Workflow Management <swamp@suse.de> 2013-06-10 10:25:55 UTC --- openSUSE-RU-2013:0974-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 814814 CVE References: Sources used: openSUSE 12.3 (src): taglib-1.8-3.9.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com