All Projects → krlvm → MediaFlyout

krlvm / MediaFlyout

Licence: MIT license
Windows 10+ Media Control Taskbar Flyout

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MediaFlyout

Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (+589.66%)
Mutual labels:  customization, media, windows-10, fluent, windows-11
Lively
Stars: ✭ 5,721 (+6475.86%)
Mutual labels:  windows-10, taskbar, fluent
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+1617.24%)
Mutual labels:  customization, taskbar, windows-11
Translucenttb
A lightweight utility that makes the Windows taskbar translucent/transparent.
Stars: ✭ 8,816 (+10033.33%)
Mutual labels:  customization, windows-10, taskbar
Windows.10.DNS.Block.List
Windows DNS Block List
Stars: ✭ 18 (-79.31%)
Mutual labels:  windows-10, windows10, windows-11
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+5631.03%)
Mutual labels:  windows-10, fluent, windows-11
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-35.63%)
Mutual labels:  tweaks, windows-10, windows10
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (-71.26%)
Mutual labels:  windows-10, taskbar, windows10
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-80.46%)
Mutual labels:  tweaks, windows-10, windows10
Sophia-Script-for-Windows
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,311 (+4855.17%)
Mutual labels:  tweaks, windows-10, windows-11
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-67.82%)
Mutual labels:  windows-10, windows10, fluent
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+3779.31%)
Mutual labels:  wpf, windows-10, windows-11
BetterWindows
Some windows tips to improve your UX experience when using windows
Stars: ✭ 27 (-68.97%)
Mutual labels:  windows-10, windows10, windows-11
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+44.83%)
Mutual labels:  windows-10, taskbar, windows10
Modernflyouts
A modern Fluent Design replacement for the old Metro themed flyouts present in Windows.
Stars: ✭ 1,173 (+1248.28%)
Mutual labels:  media, windows-10, fluent
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+17368.97%)
Mutual labels:  windows-10, fluent, windows-11
Windows10Tools
Tools for Windows 10
Stars: ✭ 45 (-48.28%)
Mutual labels:  tweaks, windows-10, windows10
Windows 10 Sophia Script
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+4650.57%)
Mutual labels:  tweaks, windows-10, windows-11
Volumey
Volume mixer that allows you to set up global hotkeys to control your Windows audio system.
Stars: ✭ 139 (+59.77%)
Mutual labels:  wpf, windows-10, windows-11
Patchfluent
💧 🦄 Customize Windows 10 Updates
Stars: ✭ 128 (+47.13%)
Mutual labels:  wpf, windows-10

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

  • Middle Click or Double Click on tray icon to pause all media or play the last paused element
  • Right Click on tray icon to show flyout on top
  • Supports showing accent color on surface
  • Fluent Design support, including acrylic transparency
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).

  • To try the application without installation: launch dist/MediaFlyout.exe. You can exit the app via Task Manager or by launching Stop.cmd batch file.
  • To install the application for current user: launch Install.cmd batch file and check your taskbar. The script copies dist folder to %LocalAppData%\MediaFlyout and adds a record to HKCU\Software\Microsoft\Windows\CurrentVersion\Run registry key.
  • To install the application for all users: launch InstallAllUsers.cmd batch file - it copies dist folder to %ProgramFiles%\MediaFlyout and adds a record to HKLM\Software\Microsoft\Windows\CurrentVersion\Run registry key.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].