Hello. The other day I finally decided to push the button on scraping my music library to get artist bios/thumbnails/fanart, etc.
It went fairly well using Universal Artist Scraper (a few incorrect hits but working on that) I’m now wondering if there’s a way to reverse / remove / disable the artist names that have been styled according to the scraped info.
For example “A-Ha”, now appears in the artist list as “a-ha”, lots of other bands now appear in all caps, etc, etc.
Just a personal preference that everything in my library should be in proper case. No biggy! Thanks!
Unfortunately, no. At least not without directly editing the database. If you understand database stuff and have a tool to do it, it’s probably not that hard. The database is MyMusicXX.db (where XX is a number - use the one with the highest number if there is more than one). There is an artist table in there, and the field to edit is strAritst.
I would have thought A-Ha as well but it looks like they stylize it as ‘a-ha’ –> https://a-ha.com. Might be worth checking to see how the other bands style their names as well?