Comment 3 for bug 191258

Revision history for this message
Marc Poulhiès (marc-poulhies) wrote :

maybe it's a problem of encoding... I tried to install a working exaile (0.2.10+debian-1.1), create a database and then install a recent bzr version. The library is correctly populated, but I can't play any songs with special characters:

-----------------------
 play_track ( /usr/lib/exaile/xl/player.py @ 511):
-----------------------
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/player.py", line 539, in play_track
    GSTPlayer.play(self, play_loc)
  File "/usr/lib/exaile/xl/player.py", line 116, in play
    raise Exception('File does not exist: ' + uri)
Exception: File does not exist: /media/Music/Music/Björk/Volta/06 - Vertebrae by Vertebrae.ogg

For regular file, it works as expected : i can listen to my oggs and exaile has meta informations.

Could you point me to the location in the code where the informations are extracted ? Maybe I could try to find out what is going wrong...

Thanks,
Marc