The Library folder is used for persistent storage that you don't want exposed to the user through itunes. It is common to store things like local image cache here for coverart!
Pull request simply scans for relative paths under Library the same as it does for documents and then uses the file if found.
Also added a couple of lines of logging to indicate to the if the file was found in a relative path to aid in development.
The Library folder is used for persistent storage that you don't want exposed to the user through itunes. It is common to store things like local image cache here for coverart!
Pull request simply scans for relative paths under Library the same as it does for documents and then uses the file if found.
Also added a couple of lines of logging to indicate to the if the file was found in a relative path to aid in development.