I am trying to import some greek mp3 files into media library with non-ascii characters in filenames and metadata.
The files in the Playlist Builder with non-ascii characters are being displayed like this: "ÁÍÙÑÉÌÏÉ"
Airtime installation is on a debian squeeze with apt
When i am importing such files from the "add media" menu, the filenames there are being displayed correctly, but afterworlds, in media library are not.
I suppose that this is a python problem on MediaMonitor.py so I tried to set python encoding to UTF-8 or to iso-8859-7 by placing the -*- encoding: utf-8 -*- but it didn't help.
Any ideas ??
Thank you in advance
Spyros Theodosis
Post edited by Spyros Theodosis at 2012-01-27 07:16:04
Glad you found the solution. Unfortunately if the tag encoding is non UTF-8 and not specified in the MP3, then it is very hard for a computer to guess the correct encoding. Usually an encoding is guessed, which was obviously incorrect in your case.