https://github.com/blaze6950/mp3player
This is an audio player which supports audio files with .mp3 extension. It is implemented on C# using WindowsForms. The architecture is MVP. This app supports the viewing of information about tracks, and displaying track covers. Also, the rewind playback is implemented. There is a feature for creating playlists and customizing the playback of tracks in playslists.
https://github.com/blaze6950/mp3player
audio-player csharp gui mp3player mvp-architecture player playlists windows-forms
Last synced: 8 months ago
JSON representation
This is an audio player which supports audio files with .mp3 extension. It is implemented on C# using WindowsForms. The architecture is MVP. This app supports the viewing of information about tracks, and displaying track covers. Also, the rewind playback is implemented. There is a feature for creating playlists and customizing the playback of tracks in playslists.
- Host: GitHub
- URL: https://github.com/blaze6950/mp3player
- Owner: blaze6950
- Created: 2018-08-15T10:45:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T09:56:56.000Z (almost 5 years ago)
- Last Synced: 2025-08-29T05:39:32.093Z (10 months ago)
- Topics: audio-player, csharp, gui, mp3player, mvp-architecture, player, playlists, windows-forms
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3Player
This is an audio player which supports audio files with .mp3 extension. It is implemented on C# using WindowsForms. The architecture is MVP. This app supports the viewing of information about tracks, and displaying track covers. Also, the rewind playback is implemented. There is a feature for creating playlists and customizing the playback of tracks in playslists.

