mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[PR #31] [MERGED] Provide tags to lyric files. #161
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#161
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/Googolplexed0/zotify/pull/31
Author: @ppebb
Created: 7/16/2025
Status: ✅ Merged
Merged: 7/17/2025
Merged by: @Googolplexed0
Base:
main← Head:tag-lrc📝 Commits (2)
6a16586Populate ti, ar, and length tags on lrc filesc04a99cinclude al and by tags on lrc file headers📊 Changes
5 files changed (+25 additions, -6 deletions)
View changed files
📝
README.md(+1 -0)📝
zotify/config.py(+5 -0)📝
zotify/const.py(+1 -0)📝
zotify/track.py(+16 -4)📝
zotify/utils.py(+2 -2)📄 Description
Provides title, artists, and length tags on lrc files. These are used by some clients to more accurately match lyrics to songs rather than just using the filename. See https://en.wikipedia.org/wiki/LRC_(file_format)#Core_format for more information.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.