Page 1 of 1

API getCoverArt.view fails after moving media collection

PostPosted: Sun Dec 21, 2014 6:09 am
by kepboy
I've moved my media collection to a different drive. Now calls to getCoverArt.view with an artist (ar-123) or album (al-123) id fail with the error:
Code: Select all
{
   "subsonic-response" : {
      "status" : "failed",
      "version" : "1.10.2",
      "error" : {
         "code" : 0,
         "message" : "(old path)\\Folder.jpg (The system cannot find the path specified)"
      }
   }
}


If I locate the artist or album using getIndexes.view and getMusicDirectory.view and use the global id it works. Is there a way for me to refresh this data or is this a bug in the API?

Thanks.
Kepboy.