Skip to content

antsaukk/media-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple Media-Player developed with C++ and Qt. Developed at 2018 for the course "Object-Oriented Programming with C++" at Aalto university.

Basic Features

  • Load and play *.mp3 files in media player
  • Control the media (play, pause, mute etc.)

Additional Features

  • 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

TODO:

  • Improve memory usage e.g. by using smart pointers.
  • Add audio vizualzation feature.

How to run the program

For Ubuntu 16.0+

  1. Get the directory 'src/linux_build' from git
  2. Go to linux_build directory
  3. Use command 'chmod a+x run_media_player.sh' to get permission to run the bash script
  4. Start media player with './run_media_player.sh'

About

media player developed with C++ and Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published