1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00
Clementine è un lettore musicale multipiattaforma con un'interfaccia veloce e facile da usare per ricercare e riprodurre la propria raccolta musicale locale o online e ascoltare radio via internet o i podcast su funkwhale. https://funkwhale.it
Go to file
Arnaud Bienner 3f79fa5c65 Try to make the slider more accurate when moodbar is activated.
Previously, the slide wasn't displayed at the exact position where the user clicked, and the moodbar's width was equal to the slider's width, while it should have been as long as long the groove.
2014-04-23 00:03:30 +02:00
3rdparty Disable developer build for builtin vreen. 2014-04-02 16:27:07 +02:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Merge branch 'release-1.2' 2014-02-19 18:19:54 +01:00
data Get a list of available audio devices from pulseaudio, and let the user choose 2014-03-29 19:31:38 +11:00
debian Depend on libpulse-dev 2014-03-30 17:27:03 +11:00
dist Oops, wrong package name for fedora 2014-03-30 17:29:26 +11:00
ext Remove Ubuntu One support. 2014-04-02 16:02:00 +02:00
gst/moodbar Update deprecated function call. 2013-11-22 12:08:24 +00:00
src Try to make the slider more accurate when moodbar is activated. 2014-04-23 00:03:30 +02:00
tests Remove obsolete configure #defines 2014-04-10 18:03:15 +02:00
tools/ultimate_lyrics_parser Update lyrics parsing for tekstowo.pl. 2012-11-21 12:10:39 +01:00
.gitignore Consistently added GroupBy_Bitrate enum item 2013-12-16 19:18:02 +01:00
Changelog Bump changelog for 1.2.3 2014-04-22 13:43:27 +02:00
cmake_uninstall.cmake.in Install .desktop file and icon. Also add an "uninstall" target. 2010-03-04 16:41:14 +00:00
CMakeLists.txt Remove Growl support. 2014-04-07 14:54:10 +02:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
README.md Add a README file. 2014-01-09 20:00:33 +11:00

Clementine

Clementine is a modern music player and library organizer for Windows, Linux and Mac OS X.

Compiling from source

Get the code (if you haven't already):

git clone https://github.com/clementine-player/Clementine.git && cd Clementine

Compile and install:

cd bin
cmake ..
make -j8
sudo make install

See the Wiki for more instructions and a list of dependencies: https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source