will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.
See the homepage for a complete description. Please, also see the homepage if you want to submit a bug report.
P.S. This is a command line tool, but since it helped at least one of the authors to improve his Amarok experience, it was placed at kde-apps.Last changelog:
2007-09-25 -- Version 1.2 * Qt dependency dropped. * Processing multiple files is now possible. * Some improvements in interface, e.g. running mp3unicode without arguments shows help.
I have created a .deb package for Ubuntu Edgy out of the latest version of mp3unicode (1.1.1). It's available at http://xbo.pivo.org/packages.
The package will install the binary into /usr/local/bin, just as the original make install will do.
Please note: this is my _very_ first attempt at creating packages, so:
a) if something is wrong, please don't send hate mail
b) please send your suggestions on what I should be doing differently.
Thanks,
Dmitriy
xbo <at> pivo.org
Hello,
You did not publish the source...
So I've added debian support to this package as to other of my packages.
But since I don't use debian, I need you to test it...
BTW there is also spec file available... But untested either...
beta is located at:
http://alon.barlev.googlepages.com/mp3unicode-1.1.2-beta1.tar.bz2
Best Regards,
Alon Bar-Lev.
Please send me a message alon.barlev@gmail.com so we can work on this.
Your implementation seems too complex. I would prefer if you fix mine, all you need to fix is dependencies and names.
Just needed to add a final touch:
converter.Convert(tag->genre(), &Tag::setGenre);
Can you please, please please convert it to Qt4?
I tried to compile it, but failed
Thank you!.
OK...
I release a new version...
Located at:
http://alon.barlev.googlepages.com/mp3unicode-1.1.0.tar.bz2
Andrey Dubovik, I hope you accept this, and put it on this site.
ChangeLog:
2007.04.07 - Alon Bar-Lev <alon.barlev@gmail.com>
* Qt-4.2 migration.
* Added autoconf/automake build.
* Auto detect all available codepages.
* Print available codepages in usage.
* Added genre encoding.
* Fixup exit code.
* Release 1.1.0
Thanks!
Can you please update to:
http://alon.barlev.googlepages.com/mp3unicode-1.1.1.tar.bz2
Some comments I received from a user.
Thanks!
ChangeLog:
2007.04.09 - Alon Bar-Lev <alon.barlev@gmail.com>
* Qt-4.2 prerequisite and not 4.2.2.
* UTF-8 filenames are now supported.
* Release 1.1.1
That's nice :), thank you for the notice. Though the post links here, so there is no need to make an extra post with the link to mp3unicode.yellowsite.ru.
Ratings & Comments
12 Comments
I have created a .deb package for Ubuntu Edgy out of the latest version of mp3unicode (1.1.1). It's available at http://xbo.pivo.org/packages. The package will install the binary into /usr/local/bin, just as the original make install will do. Please note: this is my _very_ first attempt at creating packages, so: a) if something is wrong, please don't send hate mail b) please send your suggestions on what I should be doing differently. Thanks, Dmitriy xbo <at> pivo.org
Hello, You did not publish the source... So I've added debian support to this package as to other of my packages. But since I don't use debian, I need you to test it... BTW there is also spec file available... But untested either... beta is located at: http://alon.barlev.googlepages.com/mp3unicode-1.1.2-beta1.tar.bz2 Best Regards, Alon Bar-Lev.
I've created the source package, available at the same place: http://xbo.pivo.org/packages/ It includes all the files necessary to build the .deb
Please send me a message alon.barlev@gmail.com so we can work on this. Your implementation seems too complex. I would prefer if you fix mine, all you need to fix is dependencies and names.
Just needed to add a final touch: converter.Convert(tag->genre(), &Tag::setGenre); Can you please, please please convert it to Qt4? I tried to compile it, but failed Thank you!.
Oh... And maybe add the available codepages into configuration file, loaded at runtime?
OK... I release a new version... Located at: http://alon.barlev.googlepages.com/mp3unicode-1.1.0.tar.bz2 Andrey Dubovik, I hope you accept this, and put it on this site. ChangeLog: 2007.04.07 - Alon Bar-Lev <alon.barlev@gmail.com> * Qt-4.2 migration. * Added autoconf/automake build. * Auto detect all available codepages. * Print available codepages in usage. * Added genre encoding. * Fixup exit code. * Release 1.1.0
Surely. I put the file here and on the homepage. Thank you.
Thanks! Can you please update to: http://alon.barlev.googlepages.com/mp3unicode-1.1.1.tar.bz2 Some comments I received from a user. Thanks! ChangeLog: 2007.04.09 - Alon Bar-Lev <alon.barlev@gmail.com> * Qt-4.2 prerequisite and not 4.2.2. * UTF-8 filenames are now supported. * Release 1.1.1
I think you know taht you need to post a link to your homepage within pinned thread on the amarok forum ....
That's nice :), thank you for the notice. Though the post links here, so there is no need to make an extra post with the link to mp3unicode.yellowsite.ru.
I was waiting for something like that for a long time! I even started to make such an app myself, but never finished it. Thanks!