exelix11 / QuestSongManager

Song and playlist manager for beat saber custom maps on the Meta Quest
GNU General Public License v3.0
13 stars 1 forks source link

Newly created playlists cannot be loaded in BeatSaber 1.37.0 #1

Closed culage closed 3 months ago

culage commented 4 months ago

Playlists newly created by QuestSongManager v1.5-1 are not displayed in-game on BeatSaber 1.37.0 (2024-07-15, songcore mod v1.1.14, playlistcore mod v1.4.2).

The cause of the problem seems to be "customData":null in the playlist JSON. If you rewrite that part in a text editor to "customData": {"syncURL": null}, the playlist will now be displayed in-game.

This could be an issue on the PlaylistCore mod side. It might be better to wait for the PlaylistCore mod to fix it...

# This amazing tool always helps me. Thank you.

exelix11 commented 4 months ago

Yeah it's probably a bug in PlaylistCore, just in case i'll make sure to remove the custom data object if it's null from the serialization, that should make their json parsing always work

exelix11 commented 4 months ago

I implemented this in latest commit, you can get an auto build from github actions here when it's ready. Let me know if this fixes it.

culage commented 3 months ago

That's great! A new playlist is now available in-game. Meny thanks.