We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when an album has multiple volumes the track counter is reset for every volume
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.
The text was updated successfully, but these errors were encountered:
You can use {track_volume_num} for volume numbering. It doesn't count up as you suggest but it can prefix the volumes like:
{track_volume_num}
101, 102, 104, ..., 201, 202, 203, ...
But feel free to get me a PR for this.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: