You are not logged in.

#1 2007-03-14 19:16:07

greblus
Member
From: Poland
Registered: 2006-12-24
Posts: 25
Website

quodlibet cannot find filesrc

Hi.

After gstreamer upgrade my audio player stopped working. Quodlibet says that
it cannot find filesrc element of GStreamer.

When I play a file this way:

gst-launch-0.10 filesrc location=file.mp3 ! mad ! alsasink

it works, so it's probably something wrong with quodlibet. Have you seen this error with
some other programs?

Cheers,
W.

Offline

#2 2007-03-19 15:37:01

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: quodlibet cannot find filesrc

getting the same thing here, with some sort of python error about dbus. ? the dialog says it can't find filesrc. your command line doesn't work for me.

sero@homer:~ $ quodlibet
Supported formats: mp3, wav, xiph
Loaded song library.
Opening audio device.
Traceback (most recent call last):
  File "/usr/share/quodlibet/browsers/__init__.py", line 46, in <module>
    try: browser = __import__(name, {}, {}, self)
  File "/usr/share/quodlibet/browsers/media.py", line 18, in <module>
    import devices
  File "/usr/share/quodlibet/devices/__init__.py", line 12, in <module>
    import dbus
ImportError: No module named dbus

Last edited by slackhack (2007-03-19 15:40:32)

Offline

#3 2007-03-19 16:51:53

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: quodlibet cannot find filesrc

This might be a python 2.5 issue.  I will check it out tonight - if you want, can you try rebuilding quodlibet with the PKGBUILD (just a simple rebuild, it should pick up python 2.5)?

Offline

#4 2007-03-19 17:59:36

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: quodlibet cannot find filesrc

Uh, I have no idea why, but when I installed Muine, Quod Libet started working (I had the same problem as you guys before). It did install two new gstreamer packages, I can't remember which though.

Offline

#5 2007-03-19 18:46:04

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: quodlibet cannot find filesrc

It could be  a missing depends:  dbus-python

Offline

#6 2007-03-19 18:49:57

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: quodlibet cannot find filesrc

Nope, that's not it, I thought so myself but when I installed it I still got the same message.

How do you check the dependencies to build a package with pacman (for instance, Muine depends on some GNOME libs, but the dependency list I get with pacman -Qi muine only shows some gstreamer0.10 packages.)?

Last edited by Honken (2007-03-19 18:53:40)

Offline

#7 2007-03-19 19:03:00

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: quodlibet cannot find filesrc

To see what gstreamer packages got installed with muine, check the log (/var/log/pacman.log). I guess the one that could affect quodlibet is  gstreamer0.10-gnomevfs

Muine depends on gnome-sharp. Thats where the gnome libs dependency comes from.

Offline

#8 2007-03-19 19:20:53

barebones
Member
Registered: 2006-04-30
Posts: 235

Re: quodlibet cannot find filesrc

I was having this same problem, and installing gstreamer0.10-gnomevfs fixed it for me. New dependency perhaps?

Offline

#9 2007-03-19 19:25:10

Honken
Member
Registered: 2007-03-02
Posts: 79

Re: quodlibet cannot find filesrc

Tried a complete reinstall (removed all the packages that came with muine too) and it only worked after installing the gstreamer0.10-gnomevfs package.

What about adding this package to the dependency list?

Offline

#10 2007-03-19 20:01:36

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: quodlibet cannot find filesrc

Actually, I think this is slightly different... possibly related to this:
http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup

I removed that message at some point.  I think the *real* issue is gstreamer configuration.

Could someone having this issue try messing with gstreamer configuration (IIRC you want an "alsa sink" or something like that).

I will try to figure out how to clear my gstreamer settings and see if I can reproduce this.

Offline

#11 2007-03-20 15:56:29

greblus
Member
From: Poland
Registered: 2006-12-24
Posts: 25
Website

Re: quodlibet cannot find filesrc

phrakture wrote:

Could someone having this issue try messing with gstreamer configuration (IIRC you want an "alsa sink" or something like that).

I tried reconfiguring gstreamer, with no luck. Installing
gstreamer0.10-gnomevfs solved the problem.

Thanks guys.

W.

Offline

#12 2007-03-20 16:32:39

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: quodlibet cannot find filesrc

Ok, I'll add the dep then.

Offline

Board footer

Powered by FluxBB