I believe it being mentioned a while back that this was a limitation of VLC.. I filed a bug against VLC and they simply said that you had to use a UTF-8 locale and closed it.   VLC team basically said they weren't going to deal with the old non-UTF locales anymore.<br>
<br>Try switching to a UTF-8 or UTF-16 locale and try again.  Or perhaps try the GSTEAMER backend?<br><br><br><br><div class="gmail_quote">On Sun, Sep 9, 2012 at 6:56 PM, Jarek Kamiński <span dir="ltr"><<a href="mailto:jarek@vilo.eu.org" target="_blank">jarek@vilo.eu.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Sep 09, 2012 at 02:41:05PM +0800, David Smith wrote:<br>
> Hello,<br>
<br>
Hi.<br>
<br>
> I've confirmed this bug in older versions of Amarok, but it was<br>
> fixed upstream a long time ago.<br>
<br>
No, it wasn't.<br>
<br>
> Can you please try the Amarok<br>
> (2.6~beta1+75.g47e75df-1) in Debian Testing and update the status of this<br>
> bug? Thanks.<br>
<br>
Sure,<br>
<br>
ii  amarok         2.6.0-1      i386         easy to use media player based on<br>
(is it enough, or should I downgrade to testing?)<br>
<br>
#v+<br>
[jarek@rocket /tmp]% pgrep amarok<br>
13314<br>
[jarek@rocket /tmp]% locale<br>
LANG=pl_PL<br>
LANGUAGE=pl_PL:pl:en_GB:en<br>
LC_CTYPE="pl_PL"<br>
LC_NUMERIC="pl_PL"<br>
LC_TIME="pl_PL"<br>
LC_COLLATE="pl_PL"<br>
LC_MONETARY="pl_PL"<br>
LC_MESSAGES="pl_PL"<br>
LC_PAPER="pl_PL"<br>
LC_NAME="pl_PL"<br>
LC_ADDRESS="pl_PL"<br>
LC_TELEPHONE="pl_PL"<br>
LC_MEASUREMENT="pl_PL"<br>
LC_IDENTIFICATION="pl_PL"<br>
LC_ALL=pl_PL<br>
[jarek@rocket /tmp]% amarok ./a.mp3 # works<br>
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.<br>
Amarok is already running!<br>
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.<br>
[jarek@rocket /tmp]% ln a.mp3 ą.mp3<br>
[jarek@rocket /tmp]% amarok ./ą.mp3 # skips to the next track<br>
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.<br>
Amarok is already running!<br>
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.<br>
#v-<br>
<br>
tail from .xsession-errors:<br>
#v+<br>
[0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä<br>
.mp3 (No such file or directory)<br>
[0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ<br>
[0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku "/tmp/Ä<br>
.mp3". (No such file or directory)<br>
[0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä<br>
.mp3 (No such file or directory)<br>
[0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ<br>
[0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku "/tmp/Ä<br>
.mp3". (No such file or directory)<br>
[0xa1a1868] main input error: open of `file:///tmp/%C4%85.mp3' failed<br>
[0xa1a1868] main input error: Twoje dane wejĹiowe nie moĹźe byÄ otwarte<br>
[0xa1a1868] main input error: Program VLC nie moĹźe otworzyÄ MRL 'file:///tmp/%C4%85.mp3'. SzczegĂłĹy bĹÄdu moĹźna znaleźĠw dzienniku.<br>
^[[?1;2cWARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).<br>
Object::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int) in ../../phonon/mediacontroller.cpp:64<br>
Object::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int) in ../../phonon/mediacontroller.cpp:65<br>
#v-<br>
<br>
"Ä" dosen't look like "ą', but tail .xsession-errors|enca returns<br>
"Universal transformation format 8 bits; UTF-8".<br>
"file:///tmp/%C4%85.mp3" suggests some 2-byte encoding like UTF-8, "ą"<br>
is encoded on single byte in ISO-8859-2.<br>
<br>
So, definitely not fixed. File names shouldn't be interpreted as encoded<br>
strings, but rather opaque byte arrays, as this is the way the<br>
filesystems treat them (without encoding information attached).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
pozdr(); // Jarek<br>
</font></span></blockquote></div><br>