-
Notifications
You must be signed in to change notification settings - Fork 18
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
Loading .m3u of an album leads to inconsistent playlist #2
Comments
Hey @yogan, thanks for reporting this! I could reproduce the bug with all albums with multiple CDs, the problem is that the code is using the On CD 2, it's going back to 1, though. So the code just goes through CD 1 twice. A good start would be to use the The repo is undergoing a massive refactoring at the moment. The live app on winampify.io has almost nothing to do with the current version in the repo (see #1). |
It's really a minor issue, as this CD thingy is pretty much a relic from the past. ;-) If I find some spare time, I might spin up the latest dev version and take a look. Good to know that the deployed app is outdated, so it probably makes no sense to start any debugging efforts there. |
@yogan Just a heads up that I've disabled this functionality for now. I'm working on a better, more extensible support for playlists for the next version. |
I opened the .m3u of an album to fill the playlist with the whole album. The tracks actually appear an are playable, but the playlist contains duplicates of the tracks. There seems to be some kind of reference/id duplication as well, as selecting one track also automatically selects its "twin". For some tracks, skipping to the next track works, but for some it jumps back, probably because the twins get mixed up.
This screenshot shows how it looks after loading the .m3u:
I did not dig around in the code or did any investigation on my own. If I get some hints on where to start, I'll gladly support as good as I can.
Awesome project btw. ;-)
The text was updated successfully, but these errors were encountered: