Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaviotordini/musique
Perfect™ desktop music player
https://github.com/flaviotordini/musique
linux-desktop music music-player player qt
Last synced: 9 days ago
JSON representation
Perfect™ desktop music player
- Host: GitHub
- URL: https://github.com/flaviotordini/musique
- Owner: flaviotordini
- License: gpl-3.0
- Created: 2015-04-15T13:53:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T13:09:23.000Z (7 months ago)
- Last Synced: 2024-12-14T09:07:35.731Z (about 2 months ago)
- Topics: linux-desktop, music, music-player, player, qt
- Language: C++
- Homepage: http://flavio.tordini.org/musique
- Size: 2.32 MB
- Stars: 140
- Watchers: 12
- Forks: 19
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Musique
Musique is a music player built for speed, simplicity and style. It is written in C++ using the Qt framework. Contributing is welcome, especially in the Linux desktop integration area.## Translating Musique to your language
Translations are done at https://www.transifex.com/flaviotordini/musique/
Just register and apply for a language team. Please don't request translation merges on GitHub.## Build instructions
To compile Musique you need at least Qt 6.0. The following Qt modules are needed: core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus. You also need TagLib: http://taglib.github.io >= 1.10 and MPV >= 0.29.0: https://mpv.io/To be able to build on a Debian (or derivative) system:
sudo apt install build-essential libgl-dev qt6-base-dev-tools qmake6 qt6-declarative-dev libmpv-dev libtag1-dev libqt6sql6-sqlite qt6-l10n-tools
Clone from Github:
git clone --recursive https://github.com/flaviotordini/musique.git
Compiling:
qmake && make
On Debian, qmake has been renamed to qmake6 for Qt 6.
Running:
build/target/musique
Installing on Linux:
sudo make install
This is for packagers. End users should not install applications in this way.