Populate total track count in id3 tags #149

Open
uuupah wants to merge 7 commits from uuupah/populate-track-count into main
uuupah commented 2024-07-04 00:40:37 -04:00 (Migrated from github.com)

Zotify currently doesn't populate the total track count of the album that a track belongs to. This info is available from the Spotify API. No major changes, just captures this information and adds it to the track at the set_audio_tags() step.

Half fixes #74 - I'm investigating the unpopulated year tag but that appears to be a long running problem with music-tag

Zotify currently doesn't populate the total track count of the album that a track belongs to. This info is available from the Spotify API. No major changes, just captures this information and adds it to the track at the `set_audio_tags()` step. Half fixes #74 - I'm investigating the unpopulated year tag but that appears to be a long running problem with [music-tag](https://github.com/KristoforMaynard/music-tag)
This pull request has changes conflicting with the target branch.
  • zotify/utils.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin uuupah/populate-track-count:uuupah/populate-track-count
git switch uuupah/populate-track-count

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff uuupah/populate-track-count
git switch uuupah/populate-track-count
git rebase main
git switch main
git merge --ff-only uuupah/populate-track-count
git switch uuupah/populate-track-count
git rebase main
git switch main
git merge --no-ff uuupah/populate-track-count
git switch main
git merge --squash uuupah/populate-track-count
git switch main
git merge --ff-only uuupah/populate-track-count
git switch main
git merge uuupah/populate-track-count
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
zotify-dev/zotify!149
No description provided.