Table of Contents

MediaPlayer Controller - a Windows Media Player Plugin

mediaplayercontroller.jpg

I have lots of songs of songs on my computer, and I don't really want to go through the songs to filter out the majority that I don't like. And it's annoying to bring the MediaPlayer to front, select the song, and delete it every time a song that I don't like is playing. So, I wrote the MediaPlayerController program that would delete the currently playing song, with minimal distraction to what I'm working on. Other features include play/pause, next/previous song, volume up/down, and fast forward operations, which are useful especially if you don't have media shortcut keys on your keyboard.

Installation

C:\Program Files\MediaPlayerController> regsvr32 MediaPlayerController.dll

tegory.

Global Shortcut Keys

Key Combination Task
Windows + Enter play/pause
Windows + Up/Down Arrow volume up/down
Windows + Left/Right previous/next song
Windows + Alt + Right fast-forward
Windows + Delete delete† the current song and move next
Windows + Alt + Delete log-based deleting ‡ deletes songs listed in the log file

Credits

MediaPlayer Controller was modified from the wmpkeys, a global hot keys plugin for WMP.

TODO

~~DISCUSSION~~