getLibrariesAvailableoptions
Requires authentication as user
getLibrariesAvailableoptions
Request
get /Libraries/AvailableOptions
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | LibraryOptionsResult | Operation successful. Returning a LibraryOptionsResult object. |
|
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
LibraryOptionsResult
Name | Type | Notes |
---|---|---|
MetadataSavers | LibraryOptionInfo[] | |
MetadataReaders | LibraryOptionInfo[] | |
SubtitleFetchers | LibraryOptionInfo[] | |
LyricsFetchers | LibraryOptionInfo[] | |
TypeOptions | LibraryTypeOptions[] | |
DefaultLibraryOptions | LibraryOptions[] |
LibraryOptionInfo
Name | Type | Notes |
---|---|---|
Name | string | |
SetupUrl | string | |
DefaultEnabled | boolean | |
Features | MetadataFeatures[] |
MetadataFeatures
LibraryTypeOptions
Name | Type | Notes |
---|---|---|
Type | string | |
MetadataFetchers | LibraryOptionInfo[] | |
ImageFetchers | LibraryOptionInfo[] | |
SupportedImageTypes | ImageType[] | |
DefaultImageOptions | ImageOption[] |
ImageType
ImageOption
Name | Type | Notes |
---|---|---|
Type | ImageType | Enum ImageType |
Limit | integer (int32) | The limit. |
MinWidth | integer (int32) | The minimum width. |
LibraryOptions
Name | Type | Notes |
---|---|---|
EnableArchiveMediaFiles | boolean | |
EnablePhotos | boolean | |
EnableRealtimeMonitor | boolean | |
EnableMarkerDetection | boolean | |
EnableMarkerDetectionDuringLibraryScan | boolean | |
IntroDetectionFingerprintLength | integer (int32) | |
EnableChapterImageExtraction | boolean | |
ExtractChapterImagesDuringLibraryScan | boolean | |
DownloadImagesInAdvance | boolean | |
CacheImages | boolean | |
PathInfos | MediaPathInfo[] | |
IgnoreHiddenFiles | boolean | |
IgnoreFileExtensions | array | |
SaveLocalMetadata | boolean | |
SaveMetadataHidden | boolean | |
SaveLocalThumbnailSets | boolean | |
ImportPlaylists | boolean | |
EnableAutomaticSeriesGrouping | boolean | |
ShareEmbeddedMusicAlbumImages | boolean | |
EnableEmbeddedTitles | boolean | |
EnableAudioResume | boolean | |
AutoGenerateChapters | boolean | |
AutoGenerateChapterIntervalMinutes | integer (int32) | |
AutomaticRefreshIntervalDays | integer (int32) | |
PlaceholderMetadataRefreshIntervalDays | integer (int32) | |
PreferredMetadataLanguage | string | The preferred metadata language. |
PreferredImageLanguage | string | |
ContentType | string | |
MetadataCountryCode | string | The metadata country code. |
MetadataSavers | array | |
DisabledLocalMetadataReaders | array | |
LocalMetadataReaderOrder | array | |
DisabledLyricsFetchers | array | |
SaveLyricsWithMedia | boolean | |
LyricsDownloadMaxAgeDays | integer (int32) | |
LyricsFetcherOrder | array | |
LyricsDownloadLanguages | array | |
DisabledSubtitleFetchers | array | |
SubtitleFetcherOrder | array | |
SkipSubtitlesIfEmbeddedSubtitlesPresent | boolean | |
SkipSubtitlesIfAudioTrackMatches | boolean | |
SubtitleDownloadLanguages | array | |
SubtitleDownloadMaxAgeDays | integer (int32) | |
RequirePerfectSubtitleMatch | boolean | |
SaveSubtitlesWithMedia | boolean | |
ForcedSubtitlesOnly | boolean | |
HearingImpairedSubtitlesOnly | boolean | |
TypeOptions | TypeOptions[] | |
CollapseSingleItemFolders | boolean | |
EnableAdultMetadata | boolean | |
ImportCollections | boolean | |
EnableMultiVersionByFiles | boolean | |
EnableMultiVersionByMetadata | boolean | |
EnableMultiPartItems | boolean | |
MinCollectionItems | integer (int32) | |
MusicFolderStructure | string | |
MinResumePct | integer (int32) | The minimum percentage of an item that must be played in order for playstate to be updated. |
MaxResumePct | integer (int32) | The maximum percentage of an item that can be played while still saving playstate. If this percentage is crossed playstate will be reset to the beginning and the item will be marked watched. |
MinResumeDurationSeconds | integer (int32) | The minimum duration that an item must have in order to be eligible for playstate updates.. |
ThumbnailImagesIntervalSeconds | integer (int32) | |
SampleIgnoreSize | integer (int32) |
MediaPathInfo
Name | Type | Notes |
---|---|---|
Path | string | |
NetworkPath | string | |
Username | string | |
Password | string |
TypeOptions
Name | Type | Notes |
---|---|---|
Type | string | |
MetadataFetchers | array | |
MetadataFetcherOrder | array | |
ImageFetchers | array | |
ImageFetcherOrder | array | |
ImageOptions | ImageOption[] |