[Bug 596067] Re: Exaile not starting

2011-01-26 Thread Johannes Sasongko
I think it's fixed in the development version. If you want to try fixing it on your version, have a look at the load() method in xl/covers.py. Here is what it looks like in the dev version: http://bazaar.launchpad.net/~exaile- devel/exaile/exaile-0.3.x/view/head:/xl/covers.py#L331 ** Changed in:

[Bug 700599] Re: Do not load the shoutcast radio.

2011-01-26 Thread Johannes Sasongko
*** This bug is a duplicate of bug 694680 *** https://bugs.launchpad.net/bugs/694680 ** This bug has been marked a duplicate of bug 694680 Shoutcast Problems * You can subscribe to bug 694680 by following this link: https://bugs.launchpad.net/exaile/+bug/694680/+subscribe -- You receive

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I don't know if this is an upstream bug, but I'm reporting there as well to get it looked at before 0.3.2.1. ** Also affects: exaile Importance: Undecided Status: New ** Changed in: exaile Importance: Undecided => Critical ** Changed in: exaile Status: New => Triaged ** Chan

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I'm not getting this bug in ArchLinux (0.3.2 and trunk), and reportedly it's fine in Fedora as well (0.3.2). Yesterday I tried stock Ubuntu Netbook and it worked (trunk). So... not sure; issue with the specific PyGObject version maybe? Are you able to downgrade pygobject to see if that's the probl

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I suspect this has something to do with how we implement the PlaylistsPanel class: it inherits from 2 GObject classes, and the append-items signal comes from the second parent. IIRC GObject itself doesn't support multiple inheritance, so I'm absolutely confused why this works/worked. I'm attachin

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Johannes Sasongko
I'm posting a question in the PyGTK mailing list, asking whether the error is expected. http://www.daa.com.au/pipermail/pygtk/2011-February/019394.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/71

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
So far no responses in the pygtk list. Andrew / others, can you test the 2 new attached files (#2 and #3) on natty? They are slightly modified versions of the previous attachment; just want to see if one of them can be used as a workaround. ** Attachment added: "gobject-multi-inherit-2.py" ht

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
** Attachment added: "gobject-multi-inherit-3.py" https://bugs.launchpad.net/ubuntu/+source/exaile/+bug/714484/+attachment/1845603/+files/gobject-multi-inherit-3.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-12 Thread Johannes Sasongko
for a release. ** Changed in: exaile Status: Confirmed => Fix Committed ** Changed in: exaile Assignee: (unassigned) => Johannes Sasongko (sjohannes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 764525] Re: UI Rendering problem after upgraded to Natty

2011-05-20 Thread Johannes Sasongko
I've just had something similar happen on a different program, using Xfwm4. I doubt it's an app problem so I'm moving the bug to ubuntu/exaile. ** Also affects: exaile (Ubuntu) Importance: Undecided Status: New ** Changed in: exaile Status: Incomplete => Invalid -- You received

[Bug 737617] Re: [USB-Audio - USB Audio DAC] FiiO E7/TI Burr-Brown: Volume control does not work

2011-05-29 Thread Johannes Sasongko
I don't know if it's relevant, but in Windows the E7 also makes the volume control non-functional. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737617 Title: [USB-Audio - USB Audio DAC] FiiO E7/TI

[Bug 737617] Re: [USB-Audio - USB Audio DAC] FiiO E7/TI Burr-Brown: Volume control does not work

2011-06-04 Thread Johannes Sasongko
That may be the idea, but the fact remains that the user is presented with a non-functioning volume control. At least the control should be disabled (which makes this a UI bug). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 583163] Re: Exaile occasionally give message : "resource not found"

2011-02-04 Thread Johannes Sasongko
Other media players are also getting this error, which usually means it's a problem in GStreamer or one of its dependencies. As far as I can tell, nobody has quite figured out what triggers the error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 135956] Re: cuesheet support

2010-06-15 Thread Johannes Sasongko
Mathias and I were discussing what it would take for us to support cue sheets. I'm also checking the behaviour of foobar2000, which supports cuefiles and whose tagger is _good_. The following are some of the ideas/findings: - We can represent the URI of each track as file:///path.cue#01 (or #1; do

[Bug 135956] Re: cuesheet support

2010-06-15 Thread Johannes Sasongko
Another thing: - The collection scanner may need to be modified so it doesn't add files for which .cue files exist. I think assuming the .cue file and the music file have the same "base" name (e.g. file.cue and file.ogg) is an OK compromise. -- cuesheet support https://bugs.launchpad.net/bugs/13

Re: [Bug 135956] Re: cuesheet support

2010-06-15 Thread Johannes Sasongko
> Johannes - well, .cue files specify the file names they are associated > with in themselves, so as long as we parse any .cue files in a directory > first so we know which 'real' files to ignore, there shouldn't be any > need to assume. I'm more thinking about the case if the cue file is referrin

<    1   2