You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to deal with similar issues as well, very good point about potentially using tests for that.
The main problem here is the limitation of filesystems, e.g. Windows doesn't support question marks within file/directory names, that's why when the site gets built, it uses the album/artist/recording name from metadata. Maybe the test could ensure that if the length of album/artist/recording name is more than 4 characters, then at least 75% of the metadata value needs to match the fs name...
If the album name is incorrect in lyrics file, the actual directory where the lyrics file resides isn't shown on the website
#518
I don't know if a test needs to be added or if the perpetrator who submits a PR that causes that must be more mindful... ;)
The text was updated successfully, but these errors were encountered: