Results 490 comments of advplyr

The server was using [node-express](https://github.com/expressjs/express) `sendFile` to serve the files which was setting the mime type based on the file extension. I found out that M4B was not listed in...

Is there a way I can set this from the android app without having to serve the file with mime type `*/*`? The server is serving files to many different...

> Use */* if the received mime type from the server is not recognized by android.webkit.MimeTypeMap I'm not sure what you mean by this. How do I use a different...

The user selects a folder on their device where they want the audio files to go. Downloading directly to their selected folder was crashing on certain devices (something with permissions)...

I think we need to log user sessions (not to be confused with listening sessions). A user session would be when the user logs into a client. When a user...

It's the same info that any website or app can see so I'm not sure what you mean. We could add options to purge and auto-remove listening sessions after some...

Even without saving the library item with the listening session data we would still be storing the current progress for the user on each item. Without displaying it in the...

Right now podcasts in abs are only for downloading. You can only listen to episodes you have downloaded so I'm not sure if your question applies yet.

Thanks, I could use some help. The first step is the base url will need to be passed in as an environment variable for docker or specified in the config...

Oh great, how are you passing the env variable to the nuxt app?