Release with vinyl records in automatic order

Hi,

I’ve a release with 3 LPs whose whose sides are in “automatic” order. It’s Handel’s Messiah, so playing in the correct order is important.

The first LP played (and last) has sides 1 and 6.
The second LP played (and second last) has sides 2 and 5.
The third LP played has sides 3 and 4.

Ultimately I want my rip of this release played correctly after being tagged by Picard.

Should medium 1 have tracks numbered:
A1, A2, …, F1, F2, …
Medium 2:
B1, B2, …, E1, E2, …
Medium 3:
C1, C2, …, D1, D2, …

I’ve read item and I didn’t find it overly helpful.

Thanks

When entering a release into MB, we should always reflect the reality of the media. So medium 1 should be Side A & F, etc.

As for tagging in Picard, you might want to check out the Classical Extras plugin. I’ve never used it, but I know it offers a lot of flexibility in tagging classical music, so you might find a way in there of getting something sortable by your player.

Thanks. I did that last night with release. I found a plugin in Picard called “Re-order sides of a release” which I think did the trick. It broke the release into folders (one per medium) which I didn’t care for but it did translate the track sides (A, B, …) to disc numbers (1, 2, …).
So I think problem solved. I might re-jig the plugin to not create extra folders though.

1 Like

The plugin itself takes no part in folder creation, this is up to your naming script. What probably is the case is that your naming script creates folder per disc number, and as the plugin assigns a separate disc number for each side you get multiple folders.

But yes, I think to solve this you’ll need to adapt the plugin. It probably would make sense to have the plugin create a variable _originaldiscnumber or something along that line. In that case you could react to this situation in your naming script, e.g. by replacing %discnumber% with a $if2(%_originaldiscnumber%,%discnumber%).

If you change the plugin and found a solution you are satisfied with consider submitting a pull request.

1 Like

I don’t think that’s happening but I’ll check. I have many multi-medium releases and none of them split into multiple folders.

Ok. In any case the solution lies somewhere in your naming script. The reorder sides plugin only modifies the totaldiscs, discnumber, totaltracks and tracknumber tags in the loaded metadata, so check your naming script for uses of those.

1 Like

I also had “Classic Disc Numbers” turned on, so that might be the culprit.