MewsyBox is a WPF desktop music player built with C# and .NET Framework.
The project demonstrates a custom Windows desktop interface for local music playback. It includes a styled WPF layout, basic player controls and track metadata reading.
- Custom WPF interface
- Local MP3 playback
- Play / pause controls
- Mute / unmute
- Track duration reading with TagLibSharp
- Custom sidebar layout
- Basic playlist-style track display
- C#
- WPF / XAML
- .NET Framework 4.7.2
- TagLibSharp
- MahApps.Metro.IconPacks
Prototype / work in progress.
- Replace hardcoded music paths with folder selection
- Remove bundled copyrighted music files
- Improve project structure
- Add screenshots
- Add MVVM structure
- Add playlist management
- Clone the repository.
- Open the solution in Visual Studio.
- Restore NuGet packages.
- Build and run the project.
Created by HardesFaktorProg.