Skip to content

Add option to keep original tracks (keep_org_tracks)#75

Open
lukeIam wants to merge 1 commit intoNeurrone:mainfrom
lukeIam:keep_org_tracks
Open

Add option to keep original tracks (keep_org_tracks)#75
lukeIam wants to merge 1 commit intoNeurrone:mainfrom
lukeIam:keep_org_tracks

Conversation

@lukeIam
Copy link
Copy Markdown

@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