Windows media controls plugin for MusicBee
Find a file
2025-01-07 21:18:41 -07:00
src Fix seeking 2025-01-07 21:18:41 -07:00
.gitignore Initial commit 2025-01-06 15:42:38 -07:00
LICENSE Initial commit 2025-01-06 13:16:26 -07:00
README.md Update shuffle/repeat state, reword README, renormalize files 2025-01-07 10:29:13 -07:00

mb_MediaTransport

Windows media controls plugin for MusicBee.

Yes, mb_MediaControls exists and I am reinventing the wheel. There's a bunch of nitpicky issues I have with mb_MediaControls, and I don't really want to just decompile it with dnSpy again and work from there like I did with mb_WWWserver.

Afformentioned "nitpicky issues"

  • Initalization required the user to change track manually before it is actually initialized if they use restore playback state
    • Opening the player to a paused track still doesn't initialize controls
  • Various metadata does not get set
    • Position
    • Duration
    • Shuffle state
    • Repeat state