memen45

Results 123 comments of memen45

Are you running the official Ampache server software? Which version are you using? I just tested on my watch, it seems to work fine (although didn't test the sync) with...

It should be fixed in the latest dev version of Ampache (see ampache/ampache#3317). Not sure when the following release will be, but the fix should be in there as well!...

Thanks a lot for the quick fix! Will close this as I assume it is working now. Feel free to open again if it isn't fixed!

Yes, thanks for opening the issue! Currently I don't have time and the server I currently use as backend (Nextcloud with owncloud/music) does not support bookmarks for podcasts yet. Therefore...

Thanks for showing your interest in the feature. In order to provide a little more context, and for future reference: - [x] bookmark support Subsonic API - [x] bookmark support...

It should not be a problem to add Plex (or any other) backend, however, since Plex has become proprietary, I am not aware of any documentation of the Plex API....

It seems to be XML responses, do you know if there is a JSON version of the API? The Garmin SDK does not support XML.

Thanks for your comment! It seems like the complete API can be retrieved in JSON by adding the header `Accept: application/json` to the request, so that is very promising. Without...

Most of the tasks can be done, I verified against a local server install and to complete the table: | provider method | plex api | description | Content-Type |...

[Inlog flow](https://forums.plex.tv/t/authenticating-with-plex/609370) is not working anymore. Will use the the authentication token as [obtained by this guide](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/), until another way is discovered. Will edit here as methods are implemented -...