Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
![]() ![]() |
Apr 23 2006, 00:10
Post
#1
|
||
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
Hi all,
I don't know how many Linux users there are out there, but I figured I would post this information here irregardless. I have been frustrated for a long time about the lack of *good* tagging utilities under Linux (especially ones that support id3v2.4/UTF-8 encoding), so I was happy when I found this program that not only a) is free of charge, and Ok, all gushing aside, here is my configuration that allows me to run Mp3tag v2.35n (yes, the current dev. version) perfectly: Distro: Gentoo (not that it matters) Kernel: 2.6.16 Wine version: 0.9.12 Note that my Wine install has been configured using Winetools The install goes perfectly. When first starting Mp3tag, it will complain about the lack of gdiplus.dll. You need to copy this file from a real Windows installation (should be able to find it in \Windows\system32). After I copied this file over, it started up quickly, and runs perfectly. Here is a screenshot: |
|
|
|
||
Apr 23 2006, 01:07
Post
#2
|
|
|
Member Group: Full Members Posts: 6 Joined: 5-May 05 Member No.: 1789 Mp3tag Version: 2.35m |
Awesome, thanks!
I'm going to give it a try again. Do you know if it's possible to see utf and other encodings under wine? I wonder how to install fonts for wine? -------------------- XMPlay Lightwave skin + Mp3tag + Sennheiser HD570 + lots of music = organized audiophile.
Wishlist: Sennheiser 280Pro (only $79!), Sennheiser CX300($47 is worth it!), my lost AT's ATH-CK5:($34) |
|
|
|
Apr 23 2006, 01:14
Post
#3
|
|
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
To answer your questions...
Yes you can see UTF and other encodings under wine, if set up properly. How you install fonts? Use Winetools, at the link I gave above. Follow through the entire configuration dialog, from the top one (base install, windows system, etc). It will download and install all Windows core components, and you can follow through and install all the CoreFonts package, IE6, WMP, etc (not that you'd necessarily need those). It's completely painless, I assure you QUOTE (nografix @ Apr 22 2006, 19:07)
|
|
|
|
Apr 24 2006, 16:00
Post
#4
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
QUOTE ...schaue hier zu Information uber mp3tag unter wine... Thanks, I wanted to post about mp3tag & wine 0.9.12 in english forum too, but I've read your post, and saw thats unnecessary because I have the same results and also the same wine, mp3tag & kernel version and distro There are only two things that are not working correctly (for me): 1: Squares instead of cyrrilic characters in mp3tag, although I installed unicode-aware font (winetools + corrected registry a little 2: [FIXED] Not checked entries in checkbox list (to select actions) aren't shown for me, so I selected them via registry key as a workaround. But IMHO there is still a LOT of work should be done for wine to get full unicode support, so I'm happy that it works at all Regards nickless This post has been edited by nickless: Jul 31 2006, 18:09 -------------------- |
|
|
|
Apr 26 2006, 04:08
Post
#5
|
|
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
Nice to see another gentoo user here!
However, I am not having any problems with UTF-8/16 characters. I have a lot of german, swedish, norwegian and other music and none of the titles are showing improperly for me. Perhaps it's just a problem with cyrillic fonts? |
|
|
|
Apr 26 2006, 16:25
Post
#6
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
QUOTE (Spektr @ Apr 26 2006, 05:08) Nice to see another gentoo user here! They are stored somewhere in registry as Actions="Action1\vn1\vAction2\vn2\v...ActionN\vnN\v", and n(i) is 1 if it's selected and 0 otherwise. However, I've wrote a small perl script for me (attached), it should work for you too as long as you have wine directory as "$HOME/.wine/". Run "./actions-select.pl --help" for usage info. QUOTE However, I am not having any problems with UTF-8/16 characters. I have a lot of german, swedish, norwegian and other music and none of the titles are showing improperly for me. Perhaps it's just a problem with cyrillic fonts? Most likely it is, I have never seen swedish and norwegian characters, but I think they are more similar to latin characters as cyrillic, and in any case much better supported Edit: The bad thing is that you must restart mp3tag if you want to select other actions, but at least, it works This post has been edited by nickless: Apr 26 2006, 16:30
Attached File(s)
-------------------- |
|
|
|
Apr 27 2006, 15:27
Post
#7
|
|
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
Nice, danke sehr!
However, this is a bit of a kludge, I'd like to figure out why we can't see checkboxes. Do you know if they would be part of a particular font package, or how they are rendered? QUOTE (nickless @ Apr 26 2006, 10:25) They are stored somewhere in registry as Actions="Action1\vn1\vAction2\vn2\v...ActionN\vnN\v", and n(i) is 1 if it's selected and 0 otherwise. However, I've wrote a small perl script for me (attached), it should work for you too as long as you have wine directory as "$HOME/.wine/".
Run "./actions-select.pl --help" for usage info. Most likely it is, I have never seen swedish and norwegian characters, but I think they are more similar to latin characters as cyrillic, and in any case much better supported Edit: The bad thing is that you must restart mp3tag if you want to select other actions, but at least, it works |
|
|
|
Apr 27 2006, 19:22
Post
#8
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
QUOTE (Spektr @ Apr 27 2006, 16:27) ... I'd like to figure out why we can't see checkboxes. Do you know if they would be part of a particular font package, or how they are rendered? AFAIK, they are rendered by a system call and do not depend on fonts etc. I found out, that not checked boxes are rendered if you uncheck a box in options, so I think it's a bug in wine, but it can also be result of handling of this checkbox list in mp3tag or MFC, which is OK for native windows API but can make problems with wine implementation. I'll look if this bug is reproduceable and known or otherwise report a new bug to wine developers when I get more time. If you know some other windows application that use such checkbox list, try to run it under wine, I'll do the same, to look if it's only mp3tag thing. -------------------- |
|
|
|
Apr 30 2006, 16:59
Post
#9
|
|
![]() Developer Group: Admin Posts: 7621 Joined: 12-December 01 From: Germany, Dresden Member No.: 203 Mp3tag Version: 2.55a |
Just for your information: I had a look at the checkbox stuff and found nothing special, hackish or uncommon in the code.
Do you get this with other programs too? -------------------- |
|
|
|
May 1 2006, 10:59
Post
#10
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
QUOTE (Florian @ Apr 30 2006, 17:59) Do you get this with other programs too? I've found only one program that use this checkbox list so far and it works fine, but it's written in Delphi6, I'll try to find something written using MFC (and maybe use XP-style) as well, to be sure. Btw. Florian, could you spend a little of your time and write a MFC application with one form and a checkbox list on it? IMHO, it would be the best solution because it would test your compiler/IDE/MFC versions. -------------------- |
|
|
|
May 1 2006, 22:56
Post
#11
|
|
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
I haven't been able to find any program, unfortunately
QUOTE (nickless @ May 1 2006, 04:59) I've found only one program that use this checkbox list so far and it works fine, but it's written in Delphi6, I'll try to find something written using MFC (and maybe use XP-style) as well, to be sure.
Btw. Florian, could you spend a little of your time and write a MFC application with one form and a checkbox list on it? IMHO, it would be the best solution because it would test your compiler/IDE/MFC versions. |
|
|
|
May 23 2006, 03:44
Post
#12
|
|
|
Member Group: Full Members Posts: 11 Joined: 22-April 06 Member No.: 3053 Mp3tag Version: 2.35n |
Any more progress on this guys?
|
|
|
|
May 23 2006, 15:13
Post
#13
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
Any more progress on this guys? I'm currently busy with university and didn't occupied myself with this problem much, but I found someone who have VS6, I'll ask him for writing a test-app. -------------------- |
|
|
|
May 23 2006, 15:15
Post
#14
|
|
![]() Developer Group: Admin Posts: 7621 Joined: 12-December 01 From: Germany, Dresden Member No.: 203 Mp3tag Version: 2.55a |
I'm currently busy with university and didn't occupied myself with this problem much, but I found someone who have VS6, I'll ask him for writing a test-app. Just FYI: I'm on VS2005 with MFC statically linked -------------------- |
|
|
|
May 23 2006, 15:21
Post
#15
|
|
![]() Member Group: Full Members Posts: 383 Joined: 9-August 04 From: Germany Member No.: 1114 Mp3tag Version: 2.49 |
Just FYI: I'm on VS2005 with MFC statically linked Ok, I still want to test VS6 too, but it would be really great if you would write an app. with a form and checkboxlist for testing VS2005 Come on, just 5 minutes to help the community... -------------------- |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 21:44 |