How can I set the track numbers on a Vinyl release for A- and B-side separately?

I

InvisibleMan78

Guest
I try to tag this Vinyl album with MusicBrainz Picard v2.13.3:

musicbrainz.org

Cover Art Archive
W CB LB

I Said I Love You First (alt cover)​


Official release by Selena Gomez & benny blanco, 2025-03-21
14 total tracks (12" Vinyl)

pop


For the Vinyl track number itself I found this very useful documentation and:
$set(tracknumber,%_musicbrainz_tracknumber%)

But how can I set the total number of tracks to 8 for the A-side and 6 for the B-side instead of 14 for the total number of tracks (totaltracks) for both sides?

The result I’m looking for for the track number is

Code:
A1/8
A2/8
...
A8/8

and

Code:
B1/6
B2/6
...
B6/6

1 post - 1 participant

Read full topic

Continue reading...
 
Top