Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread Yves-Alexis Perez
On dim, 2008-10-05 at 13:16 +0200, Emilio Pozuelo Monfort wrote: > I'm not sure. But I can't think of any usefulness of an empty tag... > Why would > someone do that? I sometimes remove the content of a tag with Easytag. > I'm not > sure if that removes the tag or sets it to an empty string, but in

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread Emilio Pozuelo Monfort
François Ingelrest wrote: > On Sun, Oct 5, 2008 at 12:19, Emilio Pozuelo Monfort <[EMAIL PROTECTED]> > wrote: >> tags 500757 + fixed-upstream pending >> stop >> >> François Ingelrest wrote: >>> Fixed, see https://bugs.launchpad.net/decibel-audio-player/+bug/278470 >> Great, I have a package waitin

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread François Ingelrest
On Sun, Oct 5, 2008 at 12:19, Emilio Pozuelo Monfort <[EMAIL PROTECTED]> wrote: > tags 500757 + fixed-upstream pending > stop > > François Ingelrest wrote: >> Fixed, see https://bugs.launchpad.net/decibel-audio-player/+bug/278470 > > Great, I have a package waiting for sponsorship to reach the arch

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread Emilio Pozuelo Monfort
tags 500757 + fixed-upstream pending stop François Ingelrest wrote: > Fixed, see https://bugs.launchpad.net/decibel-audio-player/+bug/278470 Great, I have a package waiting for sponsorship to reach the archive. BTW, I wonder if decibel should change empty tags to UNKNOWN_*. Otherwise it will loo

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread François Ingelrest
Fixed, see https://bugs.launchpad.net/decibel-audio-player/+bug/278470 Line 364: - prevChar = None + prevChar = '' Line 378: - if prevChar is None or (prevChar != currChar and not (prevChar.isdigit() and currChar.isdigit())): + if prevChar != currChar and not (prevChar.isdigit() and currChar.isdi

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread Yves-Alexis Perez
On dim, 2008-10-05 at 10:07 +0200, François Ingelrest wrote: > On Sat, Oct 4, 2008 at 21:59, Emilio Pozuelo Monfort <[EMAIL PROTECTED]> > wrote: > > The other problem here is that AFAICS the artist tag shouldn't be empty, but > > either the artist tag from the audio file, or UNKNOWN_ARTIST, which

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-05 Thread François Ingelrest
On Sat, Oct 4, 2008 at 21:59, Emilio Pozuelo Monfort <[EMAIL PROTECTED]> wrote: > The other problem here is that AFAICS the artist tag shouldn't be empty, but > either the artist tag from the audio file, or UNKNOWN_ARTIST, which is > _("Unknown Artist"). Unfortunately I haven't found where the sour

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Yves-Alexis Perez
On sam, 2008-10-04 at 23:06 +0200, Emilio Pozuelo Monfort wrote: > Maybe :) > > Are their artist tag empty? Can you open them with the File Browser > plugin? What > artist does it show then? Nothing is shown in Artist. And then: ** Message: don't know how to handle audio/x-wma, wmaversion=(int)2,

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Emilio Pozuelo Monfort
Yves-Alexis Perez wrote: > On sam, 2008-10-04 at 21:59 +0200, Emilio Pozuelo Monfort wrote: >> You can look >> at /home/corsac/.config/decibel-audio-player/Library/MP3/0/ and see >> what files are affected. > > Affected files are wma files, so it may be related to wma tags handling? Maybe :) Are

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Yves-Alexis Perez
On sam, 2008-10-04 at 21:59 +0200, Emilio Pozuelo Monfort wrote: > You can look > at /home/corsac/.config/decibel-audio-player/Library/MP3/0/ and see > what files are affected. Affected files are wma files, so it may be related to wma tags handling? -- Yves-Alexis signature.asc Description: Thi

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Emilio Pozuelo Monfort
(François: Hi, We are debugging this problem but haven't found the source of the issue. There's many information in the report though, so hopefully you can find what's going on. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500757) Yves-Alexis Perez wrote: > On ven, 2008-10-03 at 13:26 +020

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Yves-Alexis Perez
On ven, 2008-10-03 at 13:26 +0200, Emilio Pozuelo Monfort wrote: > How does the artist tag for your files look like? Looking at them, I have (quite a lot) empty artist tags… -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-04 Thread Yves-Alexis Perez
On ven, 2008-10-03 at 13:26 +0200, Emilio Pozuelo Monfort wrote: > How does the artist tag for your files look like? > > Could you apply the attached patch to > /usr/share/decibel-audio-player/src/modules/Library.py and attach the > output of > running decibel-audio-player in a terminal and trying

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-03 Thread Emilio Pozuelo Monfort
Yves-Alexis Perez wrote: > And I guess the patch is missing :) lol, attached! --- old/Library.py 2008-08-21 09:55:28.0 +0200 +++ new/Library.py 2008-10-03 13:20:58.0 +0200 @@ -363,6 +363,8 @@ class Library(modules.Module): path = os.path.join(ROOT_PATH, name)

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-03 Thread Yves-Alexis Perez
On Fri, Oct 03, 2008 at 01:26:07PM +0200, Emilio Pozuelo Monfort wrote: > Could you apply the attached patch to > /usr/share/decibel-audio-player/src/modules/Library.py and attach the output > of > running decibel-audio-player in a terminal and trying to open your library? > > Could you also atta

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-03 Thread Yves-Alexis Perez
On Fri, Oct 03, 2008 at 01:26:07PM +0200, Emilio Pozuelo Monfort wrote: > Hello, > > Yves-Alexis Perez wrote: > > I tried decibel today, played a bith with it, discovered the “library” > > plugin. > > I added one folder where it parsed all id3 tags, then closed the stuff and > > in > > the explo

Bug#500757: decibel-audio-player: library doesn't display anything

2008-10-03 Thread Emilio Pozuelo Monfort
Hello, Yves-Alexis Perez wrote: > I tried decibel today, played a bith with it, discovered the “library” plugin. > I added one folder where it parsed all id3 tags, then closed the stuff and in > the explorer, choosed my “library”, but nothing is displayed in the window. In > the console I have: H

Bug#500757: decibel-audio-player: library doesn't display anything

2008-09-30 Thread Yves-Alexis Perez
Package: decibel-audio-player Version: 0.11-1 Severity: normal Hi, I tried decibel today, played a bith with it, discovered the “library” plugin. I added one folder where it parsed all id3 tags, then closed the stuff and in the explorer, choosed my “library”, but nothing is displayed in the windo