You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
499 B
18 lines
499 B
---
|
|
title: Audiobookshelf
|
|
description: Audiobookshelf Widget Configuration
|
|
---
|
|
|
|
Learn more about [Audiobookshelf](https://github.com/advplyr/audiobookshelf).
|
|
|
|
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:
|
|
type: audiobookshelf
|
|
url: http://audiobookshelf.host.or.ip:port
|
|
key: audiobookshelflapikey
|
|
```
|