mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.46k stars 1.27k forks source link

Track with "é" in filename not loading in serato view #12500

Open ywwg opened 9 months ago

ywwg commented 9 months ago

Bug Description

I have a track with an "é" in the filename that is on a Serato external drive. This file loads fine from the Removable Drives section of the Library, but does not load when I try to load it from the Serato Library view. The track shows up in the library with the location of: /media/owen/serato_test/Problem_01/01 Problématique.m4a. But when I double click or try to drag the track in Mixxx, the actual file location is empty. I narrowed this down to the canonicalLocation() call -- this returns empty string:

14:37:23.315 Debug [Main] location "/media/owen/serato_test/Problem_01/01 Problématique.m4a"
14:37:23.315 Debug [Main] resolveCanonicalLocation ""

As a note, the actual location on disk is shown as: /media/owen/serato_test/Problem_01/01 ProbleÌ'$'\302\201''matique.m4a

Version

HEAD

OS

Ubuntu 22.04

ywwg commented 9 months ago

note, locate is set to en_US.UTF-8 so that should be fine