mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #203] Add metadata to fifo pipe output #246
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/203
Author: @iVolt1
Created: 9/7/2025
Status: 🔄 Open
Base:
master← Head:metadata-pipe📝 Commits (10+)
32cc168Add metadata piping and daemon control enhancements2cb7127Add metadata piping and daemon control enhancementsf12d7b4Add metadata piping and daemon control enhancements96b4688Add metadata piping and daemon control enhancements49d2f04Add metadata piping and daemon control enhancementsff25da7Add metadata piping and daemon control enhancements3ec9a15Merge branch 'devgianlu:master' into metadata-piped44c298pipe metadata and play/next fixea02188Merge branch 'devgianlu:master' into metadata-pipe3c7e5dfMerge branch 'devgianlu:master' into metadata-pipe📊 Changes
9 files changed (+874 additions, -4 deletions)
View changed files
📝
.gitignore(+4 -1)📝
cmd/daemon/controls.go(+174 -0)📝
cmd/daemon/main.go(+26 -2)📝
cmd/daemon/player.go(+27 -1)📝
config_schema.json(+28 -0)➕
metadata/fifo.go(+210 -0)➕
metadata/metadata.go(+263 -0)➕
metadata/player_wrapper.go(+121 -0)📝
player/player.go(+21 -0)📄 Description
Add metadata to fifo pipe output as requested in: Add metadata output to a pipe as it is in librespot-java #157
Functionally this works very well showing track info, duration and timing, and artwork when piped into owntone and the Home Assistant dashboard when running when running in an addon.
I used AI to help write it and don't see any issues at this point. This is my first pull request so I expect there will be nits and other issues, but I will do will what I can to help push this forward.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.