mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #791] [CLOSED] Add comment setter to PassthroughDecoder #1084
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1084
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/librespot-org/librespot/pull/791
Author: @irgendwr
Created: 6/9/2021
Status: ❌ Closed
Base:
dev← Head:PassthroughDecoder-comment📝 Commits (1)
6789abfAdd comment setter to PassthroughDecoder📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
playback/src/decoder/passthrough_decoder.rs(+4 -0)📄 Description
from https://github.com/librespot-org/librespot/discussions/790:
The new
PassthroughDecoderis very useful, but in my case it's still missing a feature that I require: access to thecommentfield. My use case is to overwrite the comment header in order to add metadata for my audio player.This PR adds a setter function for the
commentfield of thePassthroughDecoder.Feel free to close or change if's not aligned with the requirements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.