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
7d3d0f04cf
This patch prevents the framerate of all analyzers from increasing beyond the framerate set in the interface at all times. It however will allow the analyser to redraw as often as required to prevent artifacting when the play scrubber is drawn in front. |
||
---|---|---|
3rdparty | ||
bin | ||
cmake | ||
data | ||
debian | ||
dist | ||
ext | ||
gst/moodbar | ||
src | ||
tests | ||
tools/ultimate_lyrics_parser | ||
.gitignore | ||
Changelog | ||
cmake_uninstall.cmake.in | ||
CMakeLists.txt | ||
COPYING | ||
README.md |
Clementine
Clementine is a modern music player and library organizer for Windows, Linux and Mac OS X.
- Website: http://www.clementine-player.org/
- Github: https://github.com/clementine-player/Clementine
- Buildbot: http://buildbot.clementine-player.org/grid
- Latest developer builds: http://builds.clementine-player.org/
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