1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-22 23:41:30 +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
2014-12-22 00:05:46 -05:00
3rdparty Path taglib to skip multiple ID3v2 tags which can cause bugs with length 2014-12-16 22:23:12 +01:00
bin
cmake
data Allow user to hide internet services. Closes #2784 2014-10-15 20:44:09 +02:00
debian Fix Ubuntu PPA 2014-11-19 15:45:05 +09:00
dist Make formater a little bit more generic 2014-12-16 14:32:10 +01:00
ext Network remote can now transcode lossless files before sending them to the remote. 2014-11-13 22:31:49 +01:00
gst/moodbar Actually initialize the array 2014-12-22 00:05:46 -05:00
src Fix header copyright tags in internet/ 2014-12-19 00:47:55 +01:00
tests Try to fix minimal build 2014-10-21 22:04:34 +02:00
tools/ultimate_lyrics_parser
.gitignore
Changelog
cmake_uninstall.cmake.in
CMakeLists.txt Start to reactivate audio CD support 2014-10-26 00:28:03 +02:00
COPYING
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