You are not logged in.
Pages: 1
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
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
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
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
It could be a missing depends: dbus-python
Offline
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
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
I was having this same problem, and installing gstreamer0.10-gnomevfs fixed it for me. New dependency perhaps?
Offline
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
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
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
Offline
Pages: 1