Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (36 loc) · 2.19 KB

LibraryOptions.md

File metadata and controls

41 lines (36 loc) · 2.19 KB

openapi.model.LibraryOptions

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
enablePhotos bool [optional]
enableRealtimeMonitor bool [optional]
enableChapterImageExtraction bool [optional]
extractChapterImagesDuringLibraryScan bool [optional]
pathInfos BuiltList<MediaPathInfo> [optional]
saveLocalMetadata bool [optional]
enableInternetProviders bool [optional]
enableAutomaticSeriesGrouping bool [optional]
enableEmbeddedTitles bool [optional]
enableEmbeddedEpisodeInfos bool [optional]
automaticRefreshIntervalDays int [optional]
preferredMetadataLanguage String Gets or sets the preferred metadata language. [optional]
metadataCountryCode String Gets or sets the metadata country code. [optional]
seasonZeroDisplayName String [optional]
metadataSavers BuiltList<String> [optional]
disabledLocalMetadataReaders BuiltList<String> [optional]
localMetadataReaderOrder BuiltList<String> [optional]
disabledSubtitleFetchers BuiltList<String> [optional]
subtitleFetcherOrder BuiltList<String> [optional]
skipSubtitlesIfEmbeddedSubtitlesPresent bool [optional]
skipSubtitlesIfAudioTrackMatches bool [optional]
subtitleDownloadLanguages BuiltList<String> [optional]
requirePerfectSubtitleMatch bool [optional]
saveSubtitlesWithMedia bool [optional]
automaticallyAddToCollection bool [optional]
allowEmbeddedSubtitles EmbeddedSubtitleOptions [optional]
typeOptions BuiltList<TypeOptions> [optional]

[Back to Model list] [Back to API list] [Back to README]