All Projects → flaviotordini → musique

flaviotordini / musique

Licence: GPL-3.0 license
C'est très élégant

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
CSS
56736 projects

Projects that are alternatives of or similar to musique

Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (+442.86%)
Mutual labels:  player, music-player, linux-desktop
Cog
Cog - A Free and Open Source Audio Player for macOS 10.13+
Stars: ✭ 152 (+67.03%)
Mutual labels:  player, music-player
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (+59.34%)
Mutual labels:  player, music-player
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+23.08%)
Mutual labels:  player, music-player
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (+20.88%)
Mutual labels:  player, music-player
Vue Netease Music
🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器(PC) Online Music Player
Stars: ✭ 1,783 (+1859.34%)
Mutual labels:  player, music-player
Html Midi Player
🎹 Play and display MIDI files on the web
Stars: ✭ 158 (+73.63%)
Mutual labels:  player, music-player
Ieasemusic
网易云音乐第三方
Stars: ✭ 8,572 (+9319.78%)
Mutual labels:  player, music-player
Shikwasa
An audio player born for podcast
Stars: ✭ 216 (+137.36%)
Mutual labels:  player, music-player
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+2805.49%)
Mutual labels:  player, music-player
minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (-47.25%)
Mutual labels:  player, music-player
React Cassette Player
Simple ReactJS HTML5 audio player component built with SVG icons from The Noun Project.
Stars: ✭ 93 (+2.2%)
Mutual labels:  player, music-player
Prodigal
Music Player for Android which looks & feels like classic player
Stars: ✭ 86 (-5.49%)
Mutual labels:  player, music-player
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (-81.32%)
Mutual labels:  player, music-player
Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-13.19%)
Mutual labels:  player, music-player
Odyssey
Odyssey music player
Stars: ✭ 153 (+68.13%)
Mutual labels:  player, music-player
vue-music-player
🎵 basic music player, keeps your favorite musics
Stars: ✭ 77 (-15.38%)
Mutual labels:  player, music-player
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+1029.67%)
Mutual labels:  player, music-player
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+1039.56%)
Mutual labels:  player, music-player
Nighthawk
A stealthy, simple, unobtrusive music player that stays out of your way
Stars: ✭ 197 (+116.48%)
Mutual labels:  player, music-player

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/projects/p/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 5.6. The following Qt modules are needed: core, gui, widgets, network, sql (using the Sqlite plugin), script, dbus. You also need TagLib: http://taglib.github.io and MPV >= 0.29.0: https://mpv.io/

To be able to build on a Debian (or derivative) system:

sudo apt install build-essential qttools5-dev-tools qt5-qmake libqt5sql5-sqlite qt5-default libtag1-dev libmpv-dev qtdeclarative5-dev

Clone from Github:

git clone --recursive https://github.com/flaviotordini/musique.git

Compiling:

qmake
make

Beware of the Qt 4 version of qmake!

Running:

build/target/musique

Installing on Linux:

sudo make install

qtdeclarative5-dev This is for packagers. End users should not install applications in this way.

Legal Stuff

Copyright (C) 2010 Flavio Tordini

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].