News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Tester for updateMedia id3 unicode fix needed

Started by KingCrab, May 27, 2010, 01:48:48 PM

Previous topic - Next topic

KingCrab

Hi everybody,

it seems as we have some problems reading id3 files with special characters. At the moment I try to change the underlaying tagging library to fix this, but I need some help testing the stuff. At this point I haven't added any new features, so testing would be limited to everything that is possible with the original version (like scanning, removing/editing of tags, etc.).

As this is an early version, you maybe shouldn't use it on your productive systems.

UpdateMedia.rar (784 KB)



An actual patch can be found here: http://svn.linuxmce.org/trac.cgi/ticket/698



Thanks for your help,
KingCrab

tschak909

Hello, can you provide an svn diff to attach to a trac ticket, so we can track this?

-Thom

murcel

so how can i help?

murcel


Quote from: KingCrab on May 27, 2010, 01:48:48 PM
Hi everybody,

it seems as we have some problems reading id3 files with special characters. At the moment I try to change the underlaying tagging library to fix this, but I need some help testing the stuff. At this point I haven't added any new features, so testing would be limited to everything that is possible with the original version (like scanning, removing/editing of tags, etc.).

As this is an early version, you maybe shouldn't use it on your productive systems.

UpdateMedia.rar (784 KB)

Thanks for your help,
KingCrab

KingCrab

@Thom: I will, but give me some time to get a working version at first. I don't like the idea of publishing crap that is not usable in any way.

@Murcel Just download the file and play a little bit with it. If available scan some files with and without special chars, edit Attributes, remove them,  play the files. What you would do in regular use.


murcel

First tests are good.
German umlauts are imported correctly.

Quote from: KingCrab on May 30, 2010, 08:25:04 AM
@Thom: I will, but give me some time to get a working version at first. I don't like the idea of publishing crap that is not usable in any way.

@Murcel Just download the file and play a little bit with it. If available scan some files with and without special chars, edit Attributes, remove them,  play the files. What you would do in regular use.



tschak909

Dude, that's not the point, maybe we'd like to _HELP_.

I do not want "go off in a cave and do all the work yourself" to be the norm.

hmm.

-Thom

Quote from: KingCrab on May 30, 2010, 08:25:04 AM
@Thom: I will, but give me some time to get a working version at first. I don't like the idea of publishing crap that is not usable in any way.

@Murcel Just download the file and play a little bit with it. If available scan some files with and without special chars, edit Attributes, remove them,  play the files. What you would do in regular use.



KingCrab

New Version should fix some problems and add basic ape support.

UpdateMedia.zip (1.5 MB)

KingCrab

With a little luck everything is still working  ;) + ogg and flac fixed

UpdateMedia.gz (1.5 MB)

apagg

Great work

I have utf support for mp3 flac and ogg, but only picture for mp3.


apagg

Import of .mkv and .avi are broken in the last UpdateMedia :(

KingCrab

That's strange. Didn't know I touched the video part. Could you descripe what happens? Does it definitely happen with the last version for the first time?

apagg

I have done more testing it looks like it happens with earlier versions as well. The same result happens if the .mp3 file dont contain any tags.

Logfile from original UpadateMedia: http://pastebin.com/Liy8JTqh

Your latest: http://pastebin.com/MCLCfvfe

tschak909

we REALLY need someone to OWN UpdateMedia.

-Thom

KingCrab

Next one. Video and empty mp3 files shouldn't crash any more.

UpdateMedia.gz (1.5 MB)

apagg

My testing so far

.mp3 (id3 v2.3):Works for special characters and pictures
.mp3 (id3 v2.4):Works for special characters and pictures
.ogg: works for special characters
.flac: works for special characters
.mkv: works for special characters in filename
.avi: works for special characters in filename

great work :)