You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created an experimental entrympoint to set download location through SAPlayer.Downloader.downloadDirectory. I didn't well test this but I recommend setting the directory before performing any downloads. Also it could be difficult to retrieve files if you forget which directory you saved it in (I haven't added anything to search all your files).
When you download a file you get the url of where it was saved back, I recommend saving that for good measure if you're going to be messing around with directories.
Thanks for the reply! Excellent work on the player library. We are using it to play all of our audio files (offline and online) for the National Spelling Bee iOS app.
Ended up just keeping them in the Documents directory, mark the URL with a no-backup, and then just filter the files with 'mp3' filetypes when a user clears the audio cache?
Add the ability to alter the remote audio file download location.
Default location is the user's
documents
directory.The text was updated successfully, but these errors were encountered: