Skip to content
New issue

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

Lego tracks treated incorrectly by Tracklist generator #125

Open
BGMP opened this issue Sep 24, 2024 · 0 comments
Open

Lego tracks treated incorrectly by Tracklist generator #125

BGMP opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BGMP
Copy link
Member

BGMP commented Sep 24, 2024

The Tracklist generator is not handling Lego tracks correctly. When it picks a lego track one day, it puts the track in R mode for the following day. This is normal behaviour for regular tracks, but lego tracks don't have an R version.

We should probably add an attribute to the Track model to classify it as lego track, and then handle them differently at the generator. A few constraints that come to mind:

  • Only 1 lego track per tracklist
  • Pregenerate a pool of all lego tracks before beginning generation. For example, if there are 4 lego tracks, we would want 1 and 2 for the first 2 tracklists, and then 3 and 4 for the next two, not 1 and 2 and then 1 and 2 again.
@BGMP BGMP added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant