Mandarine
Yet another music player inspired by Clementine for a school project
Install / Use
/learn @skywodd/MandarineREADME
Yet another music player inspired by Clementine
By Skywodd & jordanVertaure
This project is a music player written in C++ using the Qt5 framework. We use the QtMobility framework from Qt and especialy the QtMultimediaKit to handle music playing and other stuff like ID3 tags.
Icons credits
"Discovery" icons pack, by Hbons, under licence: Creative Commons (Attribution-Share Alike 3.0 Unported) Source: http://hbons.deviantart.com/art/Discovery-Icon-Theme-77399781
Remarks
It's a school project, does not except to see a fully featured and functional music player ;)
This project is (very) inspired by the "Clementine" music player. Ok, in fact we have cloned the whole gui and functionnality of Clementine in less efficient and more bugged code ... Take a look at http://www.clementine-player.org/ if you want to see a "real" (and working) music player.
Current status
Done:
- GUI is mostly finished (some things to change but seem good)
Todo:
- Base class are created, now we need to had prototypes of slots / signals
- Implement all mainwindows features
- create a sqlite database wrapper for library
