[PR #31] [MERGED] Provide tags to lyric files. #161

Closed
opened 2026-02-27 04:57:53 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: tag-lrc


📝 Commits (2)

  • 6a16586 Populate ti, ar, and length tags on lrc files
  • c04a99c include 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Googolplexed0/zotify/pull/31 **Author:** [@ppebb](https://github.com/ppebb) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@Googolplexed0](https://github.com/Googolplexed0) **Base:** `main` ← **Head:** `tag-lrc` --- ### 📝 Commits (2) - [`6a16586`](https://github.com/Googolplexed0/zotify/commit/6a16586beab2a4383ef5234877b7f66cf7424876) Populate ti, ar, and length tags on lrc files - [`c04a99c`](https://github.com/Googolplexed0/zotify/commit/c04a99cf6192d0fb2fff794c38f0e4ed6b6bbddc) include al and by tags on lrc file headers ### 📊 Changes **5 files changed** (+25 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `zotify/config.py` (+5 -0) 📝 `zotify/const.py` (+1 -0) 📝 `zotify/track.py` (+16 -4) 📝 `zotify/utils.py` (+2 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:57:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#161
No description provided.