Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 901 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 901 Bytes

mixr

mixr logo

C++ music player, compatible on multiple operating systems

Current Prototype

dark theme

So far, a very simple yet fast music player has been created. Additional features to create a more complex music player for a future project are outlined below under Future Goals.

Initial Goals (Completed)

  • Work with opening/playing a single song
  • Work with opening multiple songs from a directory
  • Work with importing multiple libraries and clearing a library
  • Automatic playback, shuffle, a previous and next song feature
  • Modify the GUI to look aesthetically pleasing and unique

Future Goals

  • Add a time left label when playing a song
  • Implement a drag/drop feature for users to add songs to a queue
  • Extract music metadata to display artist, album, etc;
  • Deploy application