mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 05:11:45 +00:00
Add: missing librarySettings
This commit is contained in:
parent
d6407cf645
commit
1b3882b779
1 changed files with 22 additions and 0 deletions
|
|
@ -40,6 +40,28 @@ components:
|
||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
example: '0 0 0 * * *'
|
example: '0 0 0 * * *'
|
||||||
|
audiobooksOnly:
|
||||||
|
description: Whether the library should ignore ebook files and only allow ebook files to be supplementary.
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
hideSingleBookSeries:
|
||||||
|
description: Whether to hide series with only one book.
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
onlyShowLaterBooksInContinueSeries:
|
||||||
|
description: Whether to only show books in a series after the highest series sequence.
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
metadataPrecedence:
|
||||||
|
description: The precedence of metadata sources. See Metadata Providers for a list of possible providers.
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
example: ['folderStructure', 'audioMetatags', 'nfoFile', 'txtFiles', 'opfFile', 'absMetadata']
|
||||||
|
podcastSearchRegion:
|
||||||
|
description: The region to use when searching for podcasts.
|
||||||
|
type: string
|
||||||
|
example: 'us'
|
||||||
library:
|
library:
|
||||||
description: A library object which includes either books or podcasts.
|
description: A library object which includes either books or podcasts.
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue