A basic music player developed in C# in Winform.
The application is created to finish a course about Object-oriented programming.
The Music player should be able to:
- Manage and play music files
- Support playlist management
- Music sort
- Play controls
- Create a class "Music", contains song name, artists, album, length, file directory etc.
- Create a "Playlist" class, user can create, delete, edit playlists and add music in the playlist.
- Achieve play controls, including Play, Pause, Stop, Previous song, Next song etc.
- Provide music genre, support to look up music in various ways.
- Provide "History" function, user can check the recent played playlist.