An simple Windows Desktop .NET
app in C#
using WPF
UI framework to play media files locally supports popular audio and video formats like mp4, m4a, mp3, wav...
Run file MediaPlayer.exe
in folder release
to start the application.
Note: Click the CC
icon to turn on subtitle.
-
Add all media files you want to play into a playlist.
-
Add and remove files from the playlist.
-
Save and load a playlist.
-
Show the current progress of the playing file, allow seeking.
-
Play in shuffle mode.
-
Play the next file in playlist, play the previous file in the playlist.
-
Store recently played files.
-
Keep last played position for continuous viewing.
-
Support both audio and video files.
-
Add hooking to support global shortcut key for pause / play / skip to next file:
Hook event Shortcut Play/pause Ctrl+Alt+B Next Ctrl+Alt+N Previous Ctrl+Alt+P