Updated Clementine on Raspberry Pi (markdown)

Andreas 2014-03-19 13:32:24 -07:00
parent 622cdf60ba
commit 9491f23249
1 changed files with 3 additions and 11 deletions

@ -49,24 +49,16 @@ A swap file on a flash memory is not healty, so we remove the created swap file
### Install Clementine runtime dependencies
Raspbian doesn't have gstreamer plugins installed by default, so we have to do this now.
sudo apt-get install gstreamer0.10-alsa gstreamer0.10-tools gstreamer0.10-ffmpeg
sudo apt-get install gstreamer0.10-alsa gstreamer0.10-tools gstreamer0.10-ffmpeg \
gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-fluendo-mp3
gstreamer0.10-pulseaudio pulseaudio
Set pulseaudio as default output:
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc
gconftool-2 -t string --set /system/gstreamer/0.10/default/musicaudiosink pulsesink
This should give you a better audio quality.
### Setting up Clementine
Start Clementine with `./clementine`. The first start takes quite long as Clementine has to setup the database. After you see the main window, you should disable moodbar generation and glowing. They take too many resources you need for playback.
For me setting the output plugin to `Audio sink (ALSA)` and output device to `hw:0,0` gave pretty good audio results. An external USB card was even better! I don't recommend using pulseaudio.
Now you can add your music to your library and listen to it!
Note: Clementine is quite slow on the Raspberry Pi, so be patient when using it. I experienced a few stutters when playing FLAC files as well. Other formats I haven't tested yet. Clementine Remote works as well.
Note: Clementine is quite slow on the Raspberry Pi, so be patient when using it. Clementine Remote works very well on the Raspberry Pi.
### Credits