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
David Sansome 92e4326a4b Disable AUDIOCD by default - it's broken in gstreamer-1.0 because of API
changes.
2014-09-22 22:38:11 +10:00
3rdparty Name chromaprint's config.h chromaprint_config.h so QtCreator doesn't get confused. 2014-09-22 22:27:44 +10:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Make Spotify work with gstreamer-1.0. 2014-09-21 22:39:30 +10:00
data Remove few Ubuntu One things remaining 2014-09-14 21:43:13 +02:00
debian Change the deb and rpm specs to use gstreamer-1.0 instead of 0.10 2014-09-22 22:35:35 +10:00
dist Change the deb and rpm specs to use gstreamer-1.0 instead of 0.10 2014-09-22 22:35:35 +10:00
ext Make Spotify work with gstreamer-1.0. 2014-09-21 22:39:30 +10:00
gst/moodbar Rewrite moodbar stuff for gstreamer-1.0: 2014-09-21 19:38:13 +10:00
src gstreamer-cdda is in gst-plugins-base in 1.0 and has a different header name. 2014-09-22 22:28:53 +10:00
tests Fix musicbrainz tests. 2014-08-11 15:38:55 +02:00
tools/ultimate_lyrics_parser Fix sites.js formatting, ultimate_providers.xml update 2014-08-11 19:44:10 +06:00
.gitignore Consistently added GroupBy_Bitrate enum item 2013-12-16 19:18:02 +01:00
CMakeLists.txt Disable AUDIOCD by default - it's broken in gstreamer-1.0 because of API 2014-09-22 22:38:11 +10:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
Changelog Add more things to the 1.2.3 changelog 2014-04-23 20:16:20 +10:00
README.md Add a README file. 2014-01-09 20:00:33 +11:00
cmake_uninstall.cmake.in Install .desktop file and icon. Also add an "uninstall" target. 2010-03-04 16:41:14 +00:00

README.md

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