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

[BUG] Shuffle doesn't seem to work properly with a custom song list. #73

Open
INEEDCHATPROGRAAAAAMS opened this issue Jun 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@INEEDCHATPROGRAAAAAMS
Copy link

When I tell musicify to shuffle, it plays the first song all the way through, and then it doesn't play the next one.

To Reproduce
Steps to reproduce the behavior:

  1. Use my index instead of the default one: https://github.com/INEEDCHATPROGRAAAAAMS/MusicFiles/raw/main/index.json
  2. Run Musicify like you normally would to shuffle through the entire index
  3. Listen to the first song all the way through
  4. Realize the second song isn't playing, and the computer is making no indication of attempting to play another song, not even a crash or error.
  • Type of Computer: Advanced Computer
  • Version 1.110.3 (All The Mods 9)

Additional context
Playlist plays normally with default index, so I'm assuming I have something formatted wrong.

@INEEDCHATPROGRAAAAAMS INEEDCHATPROGRAAAAAMS added the bug Something isn't working label Jun 13, 2024
@EmmaKnijn
Copy link
Collaborator

Ah, I see what's up, old legacy code is still sleeping after playing the first song, so the second song in shuffle will play back, just very delayed. Will fix

@EmmaKnijn
Copy link
Collaborator

3f993a0 should fix this when released in version 3.1

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

2 participants