SimpleMediaPlayer is my the most project i was now working on!!!!!!!!!!!!! Features:
Plays video (mp4, mkv, avi, mov, webm, wmv, m4v) and audio (mp3, wav, flac, aac, ogg, m4a) via HTML5 media Drag-and-drop files onto the window, or File → Open (Ctrl+O) Playlist panel with click-to-play Custom seek bar, play/pause, next/prev, volume Keyboard shortcut: Space to toggle play/pause Dark themed UI
One honest caveat: playback relies on Chromium's built-in codecs (H.264, VP8/VP9, AAC, MP3, etc. — covers the vast majority of files), not a full codec pack like MPC-BE has via LAV Filters. Obscure formats (e.g. some older codecs in old AVI/MKV files) may not play. If you hit that, I can wire in ffmpeg-based transcoding or swap the player core to something like video.js with broader format support — let me know if you run into it.