DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
10 stars 0 forks source link

Playlists with same file name in different subfolders cause issues #66

Closed DennisvHest closed 1 month ago

DennisvHest commented 1 year ago

When editing/deleting one of the playlist, possibly the wrong one will be edited/deleted.

DennisvHest commented 11 months ago

Putting this on hold. This is apparently a quirk in BeatSaberPlaylistLib. It will match a PlaylistManager based on only the filename. It will first check the top-level PlaylistManager, so the top-level playlist with that file name will always be edited/deleted.

The same issue exists in the PlaylistManager mod.

To fix this, a lot of work has to be done to keep track of which PlaylistManager is used for which playlist.