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

combiner "mix in" behaves unpredictable #24

Open
loehden opened this issue Mar 17, 2021 · 0 comments
Open

combiner "mix in" behaves unpredictable #24

loehden opened this issue Mar 17, 2021 · 0 comments

Comments

@loehden
Copy link

loehden commented Mar 17, 2021

The combiner "mix in" behaves totally unpredictable to me on the server http://smarterplaylists.playlistmachinery.com.

For example when I try to mix the two Spotify playlists

  • Top 50 Global (green)
  • Top 50 Germany (red)

with options

  • initial number of green tracks: 3
  • number of green tracks in a row: 3
  • number of red tracks in a row: 1

I get a playlist with

  • 1 green
  • 1 red
  • 3 green
  • 1 red
  • 2 green
  • 3 red
  • 1 green
  • 3 red
  • 2 green
  • 1 red
  • etc.

I had a look in the code but but could not find an error in the MixIn class in plugs.py myself.

@loehden loehden changed the title combiner "mix in" behaves unpredictable combiner "mix in" behaves unpredictable Mar 17, 2021
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

No branches or pull requests

1 participant