2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Audiobookshelf
|
|
|
|
description: Audiobookshelf Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Audiobookshelf](https://github.com/advplyr/audiobookshelf).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
You can find your API token by logging into the Audiobookshelf web app as an admin, go to the config → users page, and click on your account.
|
|
|
|
|
|
|
|
Allowed fields: `["podcasts", "podcastsDuration", "books", "booksDuration"]`
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: audiobookshelf
|
|
|
|
url: http://audiobookshelf.host.or.ip:port
|
|
|
|
key: audiobookshelflapikey
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|