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[] |
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. |