Summary: | Incorrect encoding in id3v1 tags patch | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Alexander Darovsky <adarovsky> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.1.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
The same patch as an attachment
A correct patch. Just tested once more |
Description
Alexander Darovsky
2005-02-07 07:15:38 UTC
Created attachment 9456 [details]
The same patch as an attachment
The safe, I hope, way to detect and recode id3v1 metainfo.
Unfortunately, I haven't found a way to deduce if given TagLib::Tag is
.mp3 metainfo with id3v1 tag. So, I recode all suspectible strings
Oh! I forgot to remove #include <stdio.h>! sorry... Comment on attachment 9456 [details]
The same patch as an attachment
awfull...
forgotten stdio and
bracket after IF...
I haven't even checked it.. sorry..
Created attachment 9457 [details]
A correct patch. Just tested once more
This patch is correct.
I tested it with different files, partially with id3v1,
and partially with id3v2 headers. It displays everything correctly.
Hi, please see if this doesn't already exist in 1.2-CVS. Thanks. Alexander, is the patch still applicable to 1.3 betas? Recoding features have been completely removed in amaroK SVN. So this report is no longer valid. |