Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Count album_track_num up across multiple volumes #219

Open
wataa47 opened this issue Nov 10, 2024 · 1 comment
Open

[Feature] Count album_track_num up across multiple volumes #219

wataa47 opened this issue Nov 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wataa47
Copy link

wataa47 commented Nov 10, 2024

Current Situation

Currently when an album has multiple volumes the track counter is reset for every volume

Suggestion / Feature Request

The track counter should increase across volumes.
For example if volume 1 has 15 tracks the first track of volume 2 should have number 16.

@wataa47 wataa47 added the enhancement New feature or request label Nov 10, 2024
@exislow exislow removed their assignment Nov 10, 2024
@exislow
Copy link
Owner

exislow commented Nov 10, 2024

You can use {track_volume_num} for volume numbering. It doesn't count up as you suggest but it can prefix the volumes like:

101, 102, 104, ..., 201, 202, 203, ...

But feel free to get me a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants