@badnetmask commented on GitHub (Nov 4, 2025):
I understand that Apprise API might be the only specifically supported method. I'm not asking to have direct support for the Pushover API. As long…
@Vito0912 commented on GitHub (Nov 4, 2025):
I think this has been discussed quite often, that Apprise will probably be the only supported service. I am just a contributor and can't speak for…
@kpmgeek commented on GitHub (Nov 4, 2025):
An alternative would be supporting an M4B with two tracks, where the Dolby audio is available to switch to on supported devices.
@nichwall commented on GitHub (Nov 4, 2025):
Have you confirmed that we can transcode the file using the ffmpeg version bundled with Audiobookshelf? Some formats and codecs are not supported by a…
@ZLoth commented on GitHub (Nov 4, 2025):
Authentik upgraded to 2025.10.1 today, but issue is still occurring.
@Vito0912 commented on GitHub (Nov 4, 2025):
This very likely is related to https://github.com/goauthentik/authentik/pull/16206/ and is in general (even if not) unlikley an ABS bug due to…
@ZLoth commented on GitHub (Nov 4, 2025):
Okay.... so I looking quickly at the JWT payload and see the following:
{
"iss": "https://auth.mydomain.tld/application/o/audiobookshelf/",
…
@ZLoth commented on GitHub (Nov 4, 2025):
This may need to be integrated to https://www.audiobookshelf.org/guides/oidc_authentication .
Steps to fix this "email_verified": false for…
@MRobi1 commented on GitHub (Nov 6, 2025):
This didn't quite fix it for me. I've been using Authentik for quite some time as an OIDC provider for audiobookshelf. I tried to login this morning and…
@Vito0912 commented on GitHub (Nov 6, 2025):
@MRobi1 If you link your account with an OIDC provider, it sets a unique ID for the user linked to your ABS account (provided by your OIDC provider). …
@MRobi1 commented on GitHub (Nov 7, 2025):
OK I'm back in business. Since I had disabled password login, I was fully locked out. Had to manually [edit the database ](https://github.com/advplyr/aud…
@nichwall commented on GitHub (Nov 3, 2025):
You can view the "where" information in the item details to see what path the Audiobookshelf server expects the media to be at.
The server just…