Simple Media-Player developed with C++ and Qt. Developed at 2018 for the course "Object-Oriented Programming with C++" at Aalto university.
- Load and play *.mp3 files in media player
- Control the media (play, pause, mute etc.)
- Mini-player mode
- Drag and drop files into the player
- Capability to read and change metadata (id3_tag) for *.mp3 files
- Visual representation of the playlist in media player
- Extensive playlist modification options
- Sorting the playlist with different sorting criteria
- Separate video player which supports the playback of *.wmv files
- Improve memory usage e.g. by using smart pointers.
- Add audio vizualzation feature.
- Get the directory 'src/linux_build' from git
- Go to linux_build directory
- Use command 'chmod a+x run_media_player.sh' to get permission to run the bash script
- Start media player with './run_media_player.sh'