Hi,
Just tried out Subsonic and have the same problem.
I run Subsonic on a Ubuntu 10.04 Server Edition.
The problem is when the artist name contains a international character it won't show in the left column. But if a song contains a international character the song shows in the centre frame, with the characters replaced with a question mark.
Could the problem be with different charset used. All my music is transformed from cd to mp3 and aac with WinAmp in Windows.
I had the same problem with file names when I migrated to Linux from Windows, and had to mount my USB-HD with the iocharset=iso8859-1 option to get the right characters. But when then copying all my music onlny the file names became correct, and of course the id3-tag is still with the wrong charset.
I have a similar problem when listing files with international characters with the File Manager in Webmin. This is also a Java program.
When accessing the files over SMB (Samba) it all shows correct. No matter what platform on the client.
So is the problem in what charset Java uses?
Can you change it in Java, like in Python where you only have to ad one row in the beging like
- Code: Select all
# -*- coding: iso8859-1 -*-
Anyone with programming skills that would like to check out if I'm on to something?