1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-23 07:50:13 +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
Mark Furneaux 1f8fa45da0 Add ability to fit now playing cover to width
Some people seem to want to have a way of enlarging the now playing
widget cover when in large mode to get rid of the black bars on the sides.
This patch adds an option in the context menu which allows the cover to
fill the width of the panel when either large mode is enabled.
2014-05-15 16:02:46 -04: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 Bump 1.2 release version 2014-05-10 18:26:51 +10:00
data Fix EOL for the second certifcate. 2014-05-04 14:45:23 +02:00
debian Add arraysize macro from Chromium 2014-04-29 14:11:52 +02:00
dist Install libgmp-10.dll which is required by libgiognutls.dll. Fixes #4332 2014-05-10 09:04:40 +00:00
ext Send filesize and file count in advance when client wants to download songs. 2014-05-10 14:53:38 +02:00
gst/moodbar Update deprecated function call. 2013-11-22 12:08:24 +00:00
src Add ability to fit now playing cover to width 2014-05-15 16:02:46 -04: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 Add more things to the 1.2.3 changelog 2014-04-23 20:16:20 +10: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