ChameleonScales - 2022-02-20

Why do I always have the right googling idea right after I post? There's something wrong with me.
Anyway I could relocate by installing SQLite database browser and executing a replace command like this:

update table_name set 
  content_url = replace(content_url, 'band%20albums', 'bands/studio%20albums')

as simply put in this stackoverflow answer https://stackoverflow.com/questions/1061692/how-to-update-an-sqlite-database-with-a-search-and-replace-query

Sorry for the disturbance.