mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-05 14:28:40 +01:00
Use inline code
parent
281fa8ab4b
commit
892f940abf
@ -3,26 +3,26 @@
|
||||
The MP3 decoder in GStreamer's FFmpeg plugin doesn't support seeking through MP3s, you should install the one in GStreamer's ugly plugins package instead.
|
||||
|
||||
Ubuntu:
|
||||
sudo apt-get install gstreamer0.10-plugins-ugly
|
||||
`sudo apt-get install gstreamer0.10-plugins-ugly`
|
||||
Fedora:
|
||||
su -c "yum install gstreamer-plugins-ugly"
|
||||
`su -c "yum install gstreamer-plugins-ugly"`
|
||||
|
||||
### Nothing else can play sound while Clementine is running
|
||||
|
||||
Make sure you have PulseAudio and GStreamer's PulseAudio plugin installed.
|
||||
|
||||
Ubuntu:
|
||||
sudo apt-get install pulseaudio gstreamer0.10-pulseaudio
|
||||
`sudo apt-get install pulseaudio gstreamer0.10-pulseaudio`
|
||||
Fedora:
|
||||
su -c "yum install pulseaudio gstreamer-plugins-good"
|
||||
`su -c "yum install pulseaudio gstreamer-plugins-good"`
|
||||
|
||||
### I can't play MP3s in openSUSE
|
||||
|
||||
openSUSE's gstreamer0_10-plugins-ugly package is incomplete, and doesn't contain any MP3 codecs. You should add the Packman repository ([instructions on the openSUSE website](http://en.opensuse.org/Additional_package_repositories)) and install the `gstreamer0_10-fluendo-mp3` package.
|
||||
openSUSE's `gstreamer0_10-plugins-ugly` package is incomplete, and doesn't contain any MP3 codecs. You should add the Packman repository ([instructions on the openSUSE website](http://en.opensuse.org/Additional_package_repositories)) and install the `gstreamer0_10-fluendo-mp3` package.
|
||||
|
||||
### I get a missing dependency on `gstreamer0.10(decoder-audio/mpeg)(mpegversion=1)(layer=3)` on Fedora
|
||||
|
||||
Fedora doesn't come with MP3 support built-in. You need to add the rpmfusion repositories and install gstreamer-plugins-ugly as explained in the [unofficial FAQ](http://www.fedorafaq.org/#mp3).
|
||||
Fedora doesn't come with MP3 support built-in. You need to add the rpmfusion repositories and install `gstreamer-plugins-ugly` as explained in the [unofficial FAQ](http://www.fedorafaq.org/#mp3).
|
||||
|
||||
### Why doesn't Clementine use MySQL?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user