feat: add dragged/cider now-playing and lyrics HUD - #406
Merged
Conversation
Cider track alerts, a native OSD card, and a gtk-layer-shell karaoke overlay for the community plugin store.
dragged9698
marked this pull request as ready for review
August 19, 2026 01:47
Community CI rejects dotted JSON object keys; settings and UI strings stay the same paths as nested objects. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the older now-playing card so the PR and plugin store match the new Cider lyrics HUD shot. Co-authored-by: Cursor <cursoragent@cursor.com>
Line-only tracks stayed upcoming-grey with no syllable timings, and the HUD used a blur halo instead of a drop shadow. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin
dragged/ciderplugin.toml)What it does
Cider-only now-playing for Noctalia: track-change notifications or a rich artwork OSD card, a bar chip, and a sticky karaoke lyrics HUD (GTK3 + gtk-layer-shell). Other MPRIS players keep the stock media OSD.
A Python bridge talks to Cider’s local Connectivity API, caches artwork, and pulls Apple Music TTML (LRCLIB fallback) for the overlay. The overlay is click-through text, not a Noctalia panel.
External dependencies
Declared in
plugin.toml:python3— runsscripts/cider_bridge.pyandscripts/lyrics_overlay.pygtk3/gtk-layer-shell/python-gobject— lyrics overlay (PyGObject + cairo)Pip packages (see
cider/requirements.txt):python-socketio,requests,websocket-client.Also spawned (not extra manifest names):
bash(scripts/start-bridge.sh),pkill(bridge replace / disable),python3.Testing
Local path-source install plus
noctalia plugins lint cider(0 errors, 0 warnings) andpython3 -m unittestincider/scripts(41 tests).Screenshots / Videos
Checklist
Ready-for-review requirement: Every box in this section must be checked. If any statement is not true, keep the
pull request as Draft. An explanation does not replace a required check.
idafter the/inplugin.tomlexactly.plugin.toml,README.md,thumbnail.webp, andtranslations/en.json.README.mdfollows theREADME template, documents
every entry id and dependency, and includes exact panel IPC commands and launcher prefixes where applicable.
thumbnail.webpwith the thumbnail generator.versionfollows semver and is bumped in this PR;plugin_apiis the oldest API level this plugin requires.understand that language well enough to review and maintain it (no unreviewed machine/LLM translations).
catalog.toml; CI generates it.Code review attestation
Plugins run as trusted, unsandboxed Luau in the user's session. Confirm:
Ready-for-review requirement: Every attestation below must be checked.
licensedeclared inplugin.toml.Network, filesystem, processes
base_url(defaulthttp://127.0.0.1:10767). Lyrics via Cideramapi/run-v3; LRCLIB fallback.~/.cache/noctalia-cider/(state, lyrics, artwork, HUD,apptokenfile),noctalia.pluginDataDir()durable settings,/tmp/noctalia-cider-bridge.log,/tmp/noctalia-cider-lyrics-overlay.log. No writes intopluginDir().bash scripts/start-bridge.sh→python3 scripts/cider_bridge.py;python3 scripts/lyrics_overlay.py;pkillof the bridge on replace/disable; overlay stop via pidfile.