popeen / Booksonic-Air

A new Booksonic server based on Airsonic. - OBS: The code here might not be ready for release. Feel free to compile it yourself but if so I recommend searching for the latest commit with the description "Prepare for release"
https://booksonic.org
GNU General Public License v3.0
203 stars 22 forks source link

Play with external player #5

Open popeen opened 4 years ago

popeen commented 4 years ago

Support playback using external player

This should be possible using m3u files like on the server, will look in to if it is possible to do it with downloaded files as well as that would be better

wtanksleyjr commented 3 years ago

Two ways to do this would be providing a "download all book files" link (I want this on the webserver!), or a Setting in the app to change the default download directory outside of the app folder (hopefully using an Android API that allows writing to the SD card, but I know how that is). Right now I use a file manager to move all files from the app folder to my SABP folder.

wtanksleyjr commented 3 years ago

I just noticed that the Listen player makes this easy -- just add a media folder pointed to the correct subfolder of Android. SmartMediaPlayer can do this, kind of, but since it only supports one folder you have to really be committed to this one folder.