mpv-player / mpv-player/mpv

On Windows, allow user to configure AppUserModelID

Open
#16,819 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

meta:feature-request
Dominant language
C
Stars
37k
Forks
3.5k
Avg merge
1d 10h
Merged PRs (30d)
22

Description

Expected behavior of the wanted feature

MPV should set the AppUserModelID for the window to a configured value.

Refer Microsoft documentation: https://learn.microsoft.com/en-us/windows/win32/shell/appids

This ID controls how the taskbar groups windows, and remembers "Show this window on all desktops" options. Exposing this as a config option would allow the latter to be persisted across updates, when managed by a package manager like Scoop, and lets different profiles be grouped separately.

I propose the config key: window-appid, a string, whose value is simply forwarded to the System.AppUserModel.ID window property.

Alternative behavior of the wanted feature

No response

Log File

No response

Sample Files

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the Microsoft AppUserModelID documentation and locating mpv's Windows window-property setup and configuration option definitions. Add the proposed string key window-appid, forward it to the System.AppUserModel.ID window property, and verify that configured Windows taskbar grouping and desktop visibility behavior work as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
desktop, operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.