https://github.com/enoobis/music-player
This is a simple music player application built with WPF (Windows Presentation Foundation).
https://github.com/enoobis/music-player
media-player music-player
Last synced: 6 months ago
JSON representation
This is a simple music player application built with WPF (Windows Presentation Foundation).
- Host: GitHub
- URL: https://github.com/enoobis/music-player
- Owner: enoobis
- Created: 2023-04-18T15:39:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T15:46:54.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:39.850Z (8 months ago)
- Topics: media-player, music-player
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# music-player

This is a simple music player application built with WPF (Windows Presentation Foundation).
## Features
- Plays music files from a selected folder
- Controls for playback (play, pause, stop, next, previous)
- Volume control## Getting Started
### Prerequisites
- Windows Operating System (tested on Windows 10)
- .NET Framework 4.8 or later### Installing
1. Clone this repository to your local machine.
2. Open the project solution in Visual Studio.
3. Build and run the project.### Usage
1. Click the "Open Folder" button to select a folder containing your music files.
2. Click the "Play" button to start playback of the first song in the list.
3. Use the other buttons to control playback (pause, stop, next, previous) and adjust volume.## Built With
- WPF (Windows Presentation Foundation)
- C# programming language## Authors
- Enoobis
## License
This project is licensed under the MIT License