mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #1084] [MERGED] [dev] core: spclient: parse lyrics #1226
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#1226
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/1084
Author: @gdesmott
Created: 12/26/2022
Status: ✅ Merged
Merged: 1/4/2023
Merged by: @roderickvd
Base:
dev← Head:lyrics📝 Commits (2)
f72048emetadata: add lyrics7f2cb68fix clippy warnings📊 Changes
13 files changed (+94 additions, -16 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.lock(+2 -0)📝
connect/src/spirc.rs(+1 -1)📝
core/src/authentication.rs(+1 -1)📝
discovery/src/server.rs(+3 -3)📝
metadata/Cargo.toml(+2 -0)📝
metadata/src/audio/item.rs(+1 -1)📝
metadata/src/lib.rs(+2 -0)➕
metadata/src/lyrics.rs(+77 -0)📝
playback/src/convert.rs(+1 -7)📝
playback/src/lib.rs(+1 -1)📝
playback/src/player.rs(+1 -1)📝
protocol/build.rs(+1 -1)📄 Description
Safe users from doing all the parsing themselves.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.