diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-12 11:22:03 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-12 11:22:03 +0200 |
| commit | d11c4c9f0fdc3cd9d57550ef37100b762f1de3b1 (patch) | |
| tree | 947305d7234f7c68980bd089a0fb73223d32a378 /volume-osd | |
| parent | 805bde839f03d0e07ba3456ff26ccf527c8bd07a (diff) | |
| download | quickshell-d11c4c9f0fdc3cd9d57550ef37100b762f1de3b1.tar.gz quickshell-d11c4c9f0fdc3cd9d57550ef37100b762f1de3b1.zip | |
docs(volume-osd): record which players the track row was tested against
Firefox is the case worth naming: one bus name carrying a player per tab,
so it exercises the playerctld duplicate filter in a way audacious, the
only thing this had ever been tried with, does not. Signal is still
untested.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TvHeJEXJzdfAaCCYqURAWp
Diffstat (limited to 'volume-osd')
| -rw-r--r-- | volume-osd/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/volume-osd/README.md b/volume-osd/README.md index 5ec9f59..950edca 100644 --- a/volume-osd/README.md +++ b/volume-osd/README.md @@ -45,6 +45,10 @@ file in its cache and rewrites that same path on each track, so the URL repeats while the image behind it changes. The source carries the track title as a cache buster and `cache: false`, or the previous track's cover stays on screen. +Verified against audacious and Firefox. Firefox is the interesting one: a tab +per stream, all under one bus name, which is where the playerctld filter above +would show up if it were wrong. Signal is untested. + ## No keybinds to change The OSD watches PipeWire rather than being triggered by a hotkey, so existing |
