You are not logged in.
Pages: 1
Hi.
I recently moved to Arch from openSuSE and never looked back. It's just what I was looking for.
Anyway, my problem is the following: Exaile can't read accented folders ('Música') for example.
I have en_IE.ISO-8859-15@euro locale in /etc/rc.conf and my windows partitions are mounted with locale=iso885915@euro in fstab options.
Every other player can handle these directories, but I really love Exaile, it's simply the best music player for linux ever.
If anyone has any idea or has had this problem and know how to fix it, please say something.
Thanks in advance.
Last edited by jgradim (2008-02-07 22:36:59)
Offline
You also have these locales in /etc/locale.gen right?
Just want to double check
And when you launch exaile from the terminal, what output does it list when trying to open the folder?
Last edited by Crooksey (2008-02-07 23:45:46)
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
You also have these locales in /etc/locale.gen right?
Yup. I may be new but I know the works.
.
.
.
-----------------------
run ( /usr/lib/exaile/xl/library.py @ 616):
-----------------------
Traceback (most recent call last):
File "/usr/lib/exaile/xl/library.py", line 654, in run
self.do_function(loc)
File "/usr/lib/exaile/xl/library.py", line 694, in do_function
tr = read_track_from_db(db, unicode(loc, xlmisc.get_default_encoding()))
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 12-16: unsupported Unicode code range
.
.
.
So, it appears that Exaile is using UTF-8 whislt I am using ISO-8859-15...
Any ideas?
Offline
You also have the following locale i presume?
#en_IE.UTF-8 UTF-8
The IE UTF-8 Locale?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Yes.
Offline
Pages: 1