Alaanor / beatlist

Beatlist is an app to manage playlists and beatmaps for the game Beat Saber.
MIT License
202 stars 54 forks source link

Add ability to edit rename song details within beatlist #48

Closed ANewDawn closed 4 years ago

ANewDawn commented 4 years ago

Some songs have long names and/or misspelled.

Be nice be able to rename song details (song name, artist) etc within beatlist

Alaanor commented 4 years ago

That's out of the scope of beatlist nor I have the possibility to implement it unfortunately.

The reason is that I'm using beatsaver as source, so data are from there. A local edit would change the hash of the map and therefore invalidate the leaderboard (I don't know whatever scoresaber would create a new leaderboard or just refuse, but in any case it's not a behavior we want).

ANewDawn commented 4 years ago

That makes sense thanks for info