Skip to content

Conversation

@lukeIam
Copy link

@lukeIam lukeIam commented May 8, 2025

Even with match_chapters == False the plugin sometimes manipulates the tracks:
Actually exactly then when len(a.tracks) != len(items)

This then leads to a perfectly matching between items and tracks -> track amount and length is basically useless in the matching process (distance 0 instead of an actual high distance).

Therefore I added the new option keep_org_tracks to be able to disable the track manipulation by this plugin completely.
Note: I'm aware of that I then need to handle the matching/filling on my own...

If you want to make it optional it in another way it's also fine for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant