All you have to do is make sure the developmental libraries for Xine are installed on your system. Now you can run:
./configure --with-player=xine .
This issue is caused when Rhythmbox is not installed in the same prefix as GNOME (bonobo-activation, specifically). The easy workaround for this is to pass --no-registration to Rhythmbox. You may also link the GNOME_Rhythmbox.server file into your prefix/lib/bonobo/servers directory.
Some mp3s are not detected properly by GStreamer . Check to see if you have the recommended version of 0.6.4, then submit a bug report with a location link to the mp3 that isn't detected correctly. Also, keep on the lookout for files that have .mp3 extensions on them but are really just wave files.
Some mp3s are not detected properly by GStreamer . Rhythmbox currently doesn't support id3 tag editing. This is a feature that will be added at some point in the future.
A 3rd party application like EasyTAG will allow you to edit your song information.
This is a common problem in Debian Unstable. The simple way to take care of this is to run the following as root:
$ for f in /usr/lib/*.la; do sed -e 's,/usr/lib/liblinc.la ,,' < $f > $f.new && mv $f.new $f; done
F.A.Q. maintained by Sean Harshbarger .
Last modified: Fri, 16 Apr 2004 17:28:28 -0400
Copyright © 2003,2004
Colin Walters
. Available under the
Creative Commons License
.
Valid
XHTML
and
CSS 2
.