shi11 / RemoteControls

cordova 3 plugin for interacting with ios7 remote controls and metadata
57 stars 41 forks source link

Add support for relative paths in Library folder #17

Open ghenry22 opened 9 years ago

ghenry22 commented 9 years ago

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.

ghenry22 commented 9 years ago

Please bump the version number for the plugin as well after merging :)