-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(rekordbox): Fix missing playlists due to invalid child ID #10955
fix(rekordbox): Fix missing playlists due to invalid child ID #10955
Conversation
@emmetiray please check if this fixes the issue for you. To test this pull request, you can follow the instructions on the wiki: https://github.com/mixxxdj/mixxx/wiki/Testing#github-pull-requests |
@Holzhaus hey thanks, but i'm not a programmer and not really in compiling stuff. if somebody is doing a build i will have a try and tell you. |
The link I posted above explains that each PR is built automatically and gives instructions how to download these builds. |
ok thanks. will check again. |
@Holzhaus it seems to work now. sometimes mixxx crashes and closes without any error message when i open the rekordbox drive. but the next time it works well. thanks for everything. |
Thanks for testing. Are the crashes new or do they also happen without this change? |
thanks for fixing. these crashes happen without this change too. in steamos (arch linux) the same. ....will there be an arch linux build of this new version for testing, too? |
For now you can probably use the AUR package
No idea if and when SteamOS updates packages. |
oh i just discovered another thing: it seems that every single playlist is visible now with mostly all the music inside but there are some playlists where the music inside is not loaded. discovered that with: "kbirthday", "Ace_20_08_22/dance" and "Ace_20_08_22/soft", "08.0.8.2022" |
"mix" and "skeelo" are two more playlists which are not showing any music inside. i think thats all. |
Is this caused by this change? Or is this a new, unrelated issue? |
Are you sure that these two should contain tracks? It looks like they don't have any playlist entries attached to them. Please check if this is correct: Playlists with track count
|
|
i went through every playlist on the drive in rekordbox compared it to the playlist you sent. i hope i made no mistake but it seems there are still some things. folder: loststuff folder: oldfolders folder: (mainfolder) folder: Ace_20_08_22 |
hope that helps. @Holzhaus |
Thanks, yes that helps. Apparently the relationship between playlists and tracks is more complicated than the unofficial documentation makes it seem: https://djl-analysis.deepsymmetry.org/rekordbox-export-analysis/exports.html#playlist-entry-rows I think we should merge this PR now, and open a separate ticket for the missing tracks issue, which will probably require some reverse-engineering work. |
Fixes #10923.