krlvm / MediaFlyout

Windows 10+ Media Control Taskbar Flyout
MIT License
169 stars 11 forks source link
customization fluent flyout media mediaplayer taskbar tweaks windows windows-10 windows-11 windows10 wpf

MediaFlyout

Windows 10 Media Control Taskbar Flyout

License Latest release
Flyout UI

Flyout opening animation

MediaFlyout adds a tray icon that allows you to control music and video playback.

It is a small C# WPF application that resembles a built-in Windows 10 taskbar flyout like Volume or Network control. It keeps the flyout window in memory for quick access, but consumes almost no system resources.

Tray icon is hidden when there's no media is playing.

Features

Flyout UI (Light)   Flyout UI (Accent)

Installation

You can download the application on the Releases page.

After extracting the archive you will see a folder containing batch files for automatic installation and the directory containing app files (dist).

Uninstalling is very simple too, execute Uninstall.cmd if you installed MediaFlyout for current user or UninstallAllUsers.cmd otherwise.

NOTE: via MediaFlyout, you can control only those media players, which you can control in FN menu.

Contributions

Any kind of contributions are appreciated, you can also help by translating the app into your language.

Acknowledgements

Controlling playback from the taskbar was a very long awaited feature for me, which was supposed to appear in the next update of Windows 10 features, but due to the release of Windows 11 and putting Windows 10 into support mode, I decided to develop it myself. This would not have been possible without the following open source projects:

The source code is released under the MIT License.