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 fe7bc917de Check if Mac QSearchField has focus before handling the notification.
Otherwise, playlist's search field will always handle those shortcuts, and they won't work anywhere else on the same window.
Fixes #3320.
2015-03-14 01:55:46 +01:00
3rdparty Check if Mac QSearchField has focus before handling the notification. 2015-03-14 01:55:46 +01:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Hack to make the C++11 override keyword work with old compilers. 2014-09-26 20:33:02 +10:00
data Update AZLyrics 2015-02-21 18:00:57 +09:00
debian Move ScopedNSAutoreleasePool to ext 2015-03-02 17:51:17 +01:00
dist Install chromaprint dll 2015-02-09 15:16:33 +01:00
ext Fix Race-Condition in SpotifyClient that caused playback to break. 2015-03-13 14:12:19 +01:00
gst/moodbar Actually initialize the array 2014-12-22 00:05:46 -05:00
src Fix crash in Grooveshark. 2015-03-11 23:07:20 +01:00
tests Add ability to parse more of "innovative" datetime formats. close #4760 2015-02-27 02:11:53 +01: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 Make required libraries required in cmake. 2015-02-10 17:43:07 +01:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
Changelog Update Changelog 2015-01-31 09:15:33 +01: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