Page 1 of 1

Issues after migrating my music to a different location

PostPosted: Mon Oct 28, 2013 4:19 pm
by jmerhar
I have recently moved all my music to a different directory. Then I updated the Media folder under Settings and changed the SUBSONIC_DEFAULT_MUSIC_FOLDER environment variable. After restarting subsonic and rescanning my library, I still cannot play my music. I can see all my albums, but they don't play and all the covers are missing.

Do I need to do something else to refresh my music library? Is there a way to remove everything and rescan the library as if it were a new installation?

Re: Issues after migrating my music to a different location

PostPosted: Mon Oct 28, 2013 4:50 pm
by jmerhar
OK, I managed to get it working by running the following query on the postgres database:

Code: Select all
UPDATE "directory" SET path = replace(path, 'OLD_PATH', 'NEW_PATH')


I'm sure there must be an easier way though. :)