Fix up capitalisation

Shane Bell 2014-05-08 07:20:24 -07:00
parent 2bb03583b7
commit 5366ef4f54
1 changed files with 8 additions and 8 deletions

@ -1,6 +1,6 @@
### I can't seek through MP3s
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.
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
@ -9,7 +9,7 @@ Fedora:
### Nothing else can play sound while Clementine is running
Make sure you have pulseaudio and gstreamer's pulseaudio plugin installed.
Make sure you have PulseAudio and GStreamer's PulseAudio plugin installed.
Ubuntu:
sudo apt-get install pulseaudio gstreamer0.10-pulseaudio
@ -18,7 +18,7 @@ Fedora:
### 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
@ -26,7 +26,7 @@ Fedora doesn't come with MP3 support built-in. You need to add the rpmfusion re
### Why doesn't Clementine use MySQL?
Clementine uses [sqlite](http://sqlite.org/) to store metadata for the songs in your library, as well as your playlists and devices. We've found that sqlite provides great performance even on huge libraries (300,000+ songs), and Clementine uses the [fts plugin](http://www.sqlite.org/fts3.html) to make searching even faster. We see no benefit in supporting other database backends as well as or instead of sqlite, and it would make the code much more complicated and difficult to maintain.
Clementine uses [SQLite](http://sqlite.org/) to store metadata for the songs in your library, as well as your playlists and devices. We've found that SQLite provides great performance even on huge libraries (300,000+ songs), and Clementine uses the [FTS plugin](http://www.sqlite.org/fts3.html) to make searching even faster. We see no benefit in supporting other database backends as well as or instead of SQLite, and it would make the code much more complicated and difficult to maintain.
### Why doesn't Clementine use Phonon/VLC/Xine/...?
@ -40,7 +40,7 @@ GStreamer is the only audio backend we have found that supports our featureset.
* Extracting raw audio data requires building a separate plugin.
* No Hypnotoad support.
* Xine
* Poor windows support.
* Poor Windows support.
* No Hypnotoad support.
### Where is Clementine's database?
@ -53,11 +53,11 @@ Clementine stores all the information about your library in its sqlite database.
### Is Clementine CPU hungry?
This depends on the hardware you're running clementine on. On an Intel i5 quad core, clementine uses around 1% CPU on normal playback. When scanning the library, or doing other background jobs, it can be as high as 25% for one CPU. On machines, like netbooks (e.g. eee pc 701 or 901) with an Intel Atom CPU running at 600Mhz, clementine may use around 40% CPU on normal playback and when doing background jobs its CPU usage can go up to 80%.
This depends on the hardware you're running Clementine on. On an Intel i5 quad core, Clementine uses around 1% CPU on normal playback. When scanning the library, or doing other background jobs, it can be as high as 25% for one CPU. On machines, like netbooks (e.g. Eee PC 701 or 901) with an Intel Atom CPU running at 600Mhz, Clementine may use around 40% CPU on normal playback and when doing background jobs its CPU usage can go up to 80%.
Updating the database can cause some temporary playback problems (stuttering) on these machines. Especially if the storage is provided by USB sticks, SD cards or over the network (wifi). Normally, these problems disappear when the database is up to date.
Updating the database can cause some temporary playback problems (stuttering) on these machines. Especially if the storage is provided by USB sticks, SD cards or over the network (WiFi). Normally, these problems disappear when the database is up to date.
If you want to minimize CPU usage of clementine, you can do the following things:
If you want to minimize CPU usage of Clementine, you can do the following things:
- You can disable the analyzer at the bottom of the window (right click on it and choose "No analyzer"),
- Otherwise, you can uncheck "Show a glowing animation on the current track" in the preferences.