Bug#585417:

2012-09-09 Thread David Smith
Hello, I've confirmed this bug in older versions of Amarok, but it was
fixed upstream a long time ago.  Can you please try the Amarok
(2.6~beta1+75.g47e75df-1) in Debian Testing and update the status of this
bug? Thanks.


Bug#585417: can't play tracks with non-ASCII characters [was: Bug#585417:]

2012-09-09 Thread Jarek Kamiński
On Sun, Sep 09, 2012 at 02:41:05PM +0800, David Smith wrote:
 Hello,

Hi.

 I've confirmed this bug in older versions of Amarok, but it was
 fixed upstream a long time ago.

No, it wasn't.

 Can you please try the Amarok
 (2.6~beta1+75.g47e75df-1) in Debian Testing and update the status of this
 bug? Thanks.

Sure,

ii  amarok 2.6.0-1  i386 easy to use media player based on
(is it enough, or should I downgrade to testing?)

#v+
[jarek@rocket /tmp]% pgrep amarok
13314
[jarek@rocket /tmp]% locale
LANG=pl_PL
LANGUAGE=pl_PL:pl:en_GB:en
LC_CTYPE=pl_PL
LC_NUMERIC=pl_PL
LC_TIME=pl_PL
LC_COLLATE=pl_PL
LC_MONETARY=pl_PL
LC_MESSAGES=pl_PL
LC_PAPER=pl_PL
LC_NAME=pl_PL
LC_ADDRESS=pl_PL
LC_TELEPHONE=pl_PL
LC_MEASUREMENT=pl_PL
LC_IDENTIFICATION=pl_PL
LC_ALL=pl_PL
[jarek@rocket /tmp]% amarok ./a.mp3 # works
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
Amarok is already running!
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
[jarek@rocket /tmp]% ln a.mp3 ą.mp3
[jarek@rocket /tmp]% amarok ./ą.mp3 # skips to the next track
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
Amarok is already running!
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
#v-

tail from .xsession-errors:
#v+
[0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä
.mp3 (No such file or directory)
[0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ
[0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku /tmp/Ä
.mp3. (No such file or directory)
[0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä
.mp3 (No such file or directory)
[0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ
[0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku /tmp/Ä
.mp3. (No such file or directory)
[0xa1a1868] main input error: open of `file:///tmp/%C4%85.mp3' failed
[0xa1a1868] main input error: Twoje dane wejĹiowe nie moĹźe byÄ otwarte
[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.
^[[?1;2cWARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no 
objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Object::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int) in 
../../phonon/mediacontroller.cpp:64
Object::connect: No such signal 
Phonon::VLC::MediaObject::availableAnglesChanged(int) in 
../../phonon/mediacontroller.cpp:65
#v-

Ä dosen't look like ą', but tail .xsession-errors|enca returns
Universal transformation format 8 bits; UTF-8.
file:///tmp/%C4%85.mp3 suggests some 2-byte encoding like UTF-8, ą
is encoded on single byte in ISO-8859-2.

So, definitely not fixed. File names shouldn't be interpreted as encoded
strings, but rather opaque byte arrays, as this is the way the
filesystems treat them (without encoding information attached).

-- 
pozdr(); // Jarek


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585417: can't play tracks with non-ASCII characters [was: Bug#585417:]

2012-09-09 Thread David Smith
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.

Try switching to a UTF-8 or UTF-16 locale and try again.  Or perhaps try
the GSTEAMER backend?



On Sun, Sep 9, 2012 at 6:56 PM, Jarek Kamiński ja...@vilo.eu.org wrote:

 On Sun, Sep 09, 2012 at 02:41:05PM +0800, David Smith wrote:
  Hello,

 Hi.

  I've confirmed this bug in older versions of Amarok, but it was
  fixed upstream a long time ago.

 No, it wasn't.

  Can you please try the Amarok
  (2.6~beta1+75.g47e75df-1) in Debian Testing and update the status of this
  bug? Thanks.

 Sure,

 ii  amarok 2.6.0-1  i386 easy to use media player
 based on
 (is it enough, or should I downgrade to testing?)

 #v+
 [jarek@rocket /tmp]% pgrep amarok
 13314
 [jarek@rocket /tmp]% locale
 LANG=pl_PL
 LANGUAGE=pl_PL:pl:en_GB:en
 LC_CTYPE=pl_PL
 LC_NUMERIC=pl_PL
 LC_TIME=pl_PL
 LC_COLLATE=pl_PL
 LC_MONETARY=pl_PL
 LC_MESSAGES=pl_PL
 LC_PAPER=pl_PL
 LC_NAME=pl_PL
 LC_ADDRESS=pl_PL
 LC_TELEPHONE=pl_PL
 LC_MEASUREMENT=pl_PL
 LC_IDENTIFICATION=pl_PL
 LC_ALL=pl_PL
 [jarek@rocket /tmp]% amarok ./a.mp3 # works
 QDBusConnection: session D-Bus connection created before QCoreApplication.
 Application may misbehave.
 Amarok is already running!
 QDBusConnection: session D-Bus connection created before QCoreApplication.
 Application may misbehave.
 [jarek@rocket /tmp]% ln a.mp3 ą.mp3
 [jarek@rocket /tmp]% amarok ./ą.mp3 # skips to the next track
 QDBusConnection: session D-Bus connection created before QCoreApplication.
 Application may misbehave.
 Amarok is already running!
 QDBusConnection: session D-Bus connection created before QCoreApplication.
 Application may misbehave.
 #v-

 tail from .xsession-errors:
 #v+
 [0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä
 .mp3 (No such file or directory)
 [0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ
 [0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku /tmp/Ä
 .mp3. (No such file or directory)
 [0xa0cc9f8] filesystem access error: cannot open file /tmp/Ä
 .mp3 (No such file or directory)
 [0xa0cc9f8] main access error: Odczyt pliku nie powiĂłdĹ siÄ
 [0xa0cc9f8] main access error: VLC nie moĹźe otworzyÄ pliku /tmp/Ä
 .mp3. (No such file or directory)
 [0xa1a1868] main input error: open of `file:///tmp/%C4%85.mp3' failed
 [0xa1a1868] main input error: Twoje dane wejĹiowe nie moĹźe byÄ otwarte
 [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.
 ^[[?1;2cWARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject (
 no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
 Object::connect: No such signal
 Phonon::VLC::MediaObject::angleChanged(int) in
 ../../phonon/mediacontroller.cpp:64
 Object::connect: No such signal
 Phonon::VLC::MediaObject::availableAnglesChanged(int) in
 ../../phonon/mediacontroller.cpp:65
 #v-

 Ä dosen't look like ą', but tail .xsession-errors|enca returns
 Universal transformation format 8 bits; UTF-8.
 file:///tmp/%C4%85.mp3 suggests some 2-byte encoding like UTF-8, ą
 is encoded on single byte in ISO-8859-2.

 So, definitely not fixed. File names shouldn't be interpreted as encoded
 strings, but rather opaque byte arrays, as this is the way the
 filesystems treat them (without encoding information attached).

 --
 pozdr(); // Jarek



Bug#585417: can't play tracks with non-ASCII characters [was: Bug#585417:]

2012-09-09 Thread David Smith
This is my locale settings:

david@Miho:~/scripts$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
david@Miho:~/scripts$


And I don't have any problems here with accented characters in filenames or
file paths.


Bug#585417: can't play tracks with non-ASCII characters

2010-09-21 Thread Jarek Kamiński
On Sun, Sep 19, 2010 at 04:44:54PM +0300, Modestas Vainius wrote:
 On ketvirtadienis 10 Birželis 2010 15:28:54 Pierre THIERRY wrote:
 If I have files with either ISO-8859-1 or UTF-8 characters outside of
 ASCII in the file name or path, Amarok is unable to process them:
 - they are skipped in the playlist (with an error message if too many of
   them are encountered)
 - they do not appear in my collection
 
 Can you confirm this with 2.3.1? According to upstream, the bug should have 
 been solved long ago (2.2.x).

I can.
#v+
[ja...@rocket /tmp]% pgrep amarok
[ja...@rocket /tmp] {1}% locale
LANG=pl_PL
LANGUAGE=pl_PL:pl:en_GB:en
LC_CTYPE=pl_PL
LC_NUMERIC=pl_PL
LC_TIME=pl_PL
LC_COLLATE=pl_PL
LC_MONETARY=pl_PL
LC_MESSAGES=pl_PL
LC_PAPER=pl_PL
LC_NAME=pl_PL
LC_ADDRESS=pl_PL
LC_TELEPHONE=pl_PL
LC_MEASUREMENT=pl_PL
LC_IDENTIFICATION=pl_PL
LC_ALL=pl_PL
[ja...@rocket /tmp]% ls ą.mp3
ą.mp3
[ja...@rocket /tmp]% amarok ą.mp3
#v-
(not working)

After renaming ą.mp3 to a.mp3 amarok plays the file well.

ii  amarok 2.3.1-1easy to use media player based on the KDE Pl

Jarek.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585417: can't play tracks with non-ASCII characters

2010-09-19 Thread Modestas Vainius
Hello,

On ketvirtadienis 10 Birželis 2010 15:28:54 Pierre THIERRY wrote:
 Package: amarok
 Version: 2.3.0-2
 Severity: important
 
 If I have files with either ISO-8859-1 or UTF-8 characters outside of
 ASCII in the file name or path, Amarok is unable to process them:
 - they are skipped in the playlist (with an error message if too many of
   them are encountered)
 - they do not appear in my collection

Can you confirm this with 2.3.1? According to upstream, the bug should have 
been solved long ago (2.2.x).

-- 
Modestas Vainius modes...@vainius.eu


signature.asc
Description: This is a digitally signed message part.


Bug#585417: can't play tracks with non-ASCII characters

2010-06-10 Thread Pierre THIERRY
Package: amarok
Version: 2.3.0-2
Severity: important

If I have files with either ISO-8859-1 or UTF-8 characters outside of
ASCII in the file name or path, Amarok is unable to process them:
- they are skipped in the playlist (with an error message if too many of
  them are encountered)
- they do not appear in my collection

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (600, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages amarok depends on:
ii  amarok-common   2.3.0-2  architecture independent files for
ii  amarok-utils2.3.0-2  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.3-1runtime components from the offici
ii  kdelibs54:4.4.3-2transitional package for the KDE D
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.20.1-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.4-1GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpod40.7.2-2+b1   library to read and write songs an
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-5  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.47-1 MySQL database client library
ii  libphonon4  4:4.6.0really4.4.1-2 the core library of the Phonon mul
ii  libplasma3  4:4.4.3-2the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.2-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.2-4Qt 4 network module
ii  libqt4-script   4:4.6.2-4Qt 4 script module
ii  libqt4-sql  4:4.6.2-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.2-4Qt 4 SVG module
ii  libqt4-webkit   4:4.6.2-4Qt 4 WebKit module
ii  libqt4-xml  4:4.6.2-4Qt 4 XML module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1  streamanalyzer library for Strigi 
ii  libstreams0 0.7.2-1  streams library for for Strigi Des
ii  libtag-extras1  1.0.1-2  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  phonon  4:4.6.0really4.4.1-2 metapackage for the Phonon multime
ii  phonon-backend-xine 4:4.6.0really4.4.1-2 Phonon Xine 1.1.x backend
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.4.3-2  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql   4:4.6.2-4 Qt 4 MySQL database driver
ii  libqt4-sql-psql4:4.6.2-4 Qt 4 PostgreSQL database driver
ii  libqt4-sql-sqlite  4:4.6.2-4 Qt 4 SQLite 3 database driver
ii  libxine1-ffmpeg1.1.18.1-1+b2 MPEG-related plugins for libxine1
ii  moodbar0.1.2-2   Analysis program for creating a co

Versions of packages amarok is related to:
ii  phonon-backend-xine 4:4.6.0really4.4.1-2 Phonon Xine 1.1.x backend

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org