/MusicPlayer

C# WPF Music Player for Windows

Primary LanguageC#

MusicPlayer

Music Player for Windows made in WPF and the Windows App SDK.

In the future there will be an image here :)

How to build

Requirements

- .NET6 Runtime
- UWP Development
-Windows App SDK v1.1 or later
-Windows 10 SDK (10.0.19041.0)
-Windows 11 SDK (10.0.22000.0)

Internal Shortcuts

These shortcuts only work while the window is focussed
F11 = Toggle Fullscreen

External Shortcuts

These shortcuts keep working while the window is unfocussed
AudioKey.Next = NextSong
AudioKey.Next + Alt = (MediaPlayer.Volume + 10)
AudioKey.Next + Alt + Ctrl = (MediaPlayer.Volume + 1)
AudioKey.Next + Ctrl = (SystemVolume + 1)

AudioKey.Previous = PreviousSong
AudioKey.Previous + Alt = (MediaPlayer.Volume - 10)
AudioKey.Previous + Alt + Ctrl = (MediaPlayer.Volume - 1)
AudioKey.Previous + Ctrl = (SystemVolume - 1)