|
| | LibraryOptions (bool enablePhotos, bool enableRealtimeMonitor, bool enableChapterImageExtraction, bool extractChapterImagesDuringLibraryScan, bool saveLocalMetadata, bool enableInternetProviders, bool enableAutomaticSeriesGrouping, bool enableEmbeddedTitles, bool enableEmbeddedEpisodeInfos, qint32 automaticRefreshIntervalDays, bool skipSubtitlesIfEmbeddedSubtitlesPresent, bool skipSubtitlesIfAudioTrackMatches, bool requirePerfectSubtitleMatch, bool saveSubtitlesWithMedia) |
| |
| | LibraryOptions (const LibraryOptions &other) |
| |
| void | replaceData (LibraryOptions &other) |
| |
| void | setFromJson (QJsonObject source) |
| |
| QJsonObject | toJson () const |
| |
| bool | enablePhotos () const |
| |
| void | setEnablePhotos (bool newEnablePhotos) |
| |
| bool | enableRealtimeMonitor () const |
| |
| void | setEnableRealtimeMonitor (bool newEnableRealtimeMonitor) |
| |
| bool | enableChapterImageExtraction () const |
| |
| void | setEnableChapterImageExtraction (bool newEnableChapterImageExtraction) |
| |
| bool | extractChapterImagesDuringLibraryScan () const |
| |
| void | setExtractChapterImagesDuringLibraryScan (bool newExtractChapterImagesDuringLibraryScan) |
| |
| QList< MediaPathInfo > | pathInfos () const |
| |
| void | setPathInfos (QList< MediaPathInfo > newPathInfos) |
| |
| bool | pathInfosNull () const |
| |
| void | setPathInfosNull () |
| |
| bool | saveLocalMetadata () const |
| |
| void | setSaveLocalMetadata (bool newSaveLocalMetadata) |
| |
| bool | enableInternetProviders () const |
| |
| void | setEnableInternetProviders (bool newEnableInternetProviders) |
| |
| bool | enableAutomaticSeriesGrouping () const |
| |
| void | setEnableAutomaticSeriesGrouping (bool newEnableAutomaticSeriesGrouping) |
| |
| bool | enableEmbeddedTitles () const |
| |
| void | setEnableEmbeddedTitles (bool newEnableEmbeddedTitles) |
| |
| bool | enableEmbeddedEpisodeInfos () const |
| |
| void | setEnableEmbeddedEpisodeInfos (bool newEnableEmbeddedEpisodeInfos) |
| |
| qint32 | automaticRefreshIntervalDays () const |
| |
| void | setAutomaticRefreshIntervalDays (qint32 newAutomaticRefreshIntervalDays) |
| |
| QString | preferredMetadataLanguage () const |
| | Gets or sets the preferred metadata language.
|
| |
| void | setPreferredMetadataLanguage (QString newPreferredMetadataLanguage) |
| | Gets or sets the preferred metadata language.
|
| |
| bool | preferredMetadataLanguageNull () const |
| |
| void | setPreferredMetadataLanguageNull () |
| |
| QString | metadataCountryCode () const |
| | Gets or sets the metadata country code.
|
| |
| void | setMetadataCountryCode (QString newMetadataCountryCode) |
| | Gets or sets the metadata country code.
|
| |
| bool | metadataCountryCodeNull () const |
| |
| void | setMetadataCountryCodeNull () |
| |
| QString | seasonZeroDisplayName () const |
| |
| void | setSeasonZeroDisplayName (QString newSeasonZeroDisplayName) |
| |
| bool | seasonZeroDisplayNameNull () const |
| |
| void | setSeasonZeroDisplayNameNull () |
| |
| QStringList | metadataSavers () const |
| |
| void | setMetadataSavers (QStringList newMetadataSavers) |
| |
| bool | metadataSaversNull () const |
| |
| void | setMetadataSaversNull () |
| |
| QStringList | disabledLocalMetadataReaders () const |
| |
| void | setDisabledLocalMetadataReaders (QStringList newDisabledLocalMetadataReaders) |
| |
| bool | disabledLocalMetadataReadersNull () const |
| |
| void | setDisabledLocalMetadataReadersNull () |
| |
| QStringList | localMetadataReaderOrder () const |
| |
| void | setLocalMetadataReaderOrder (QStringList newLocalMetadataReaderOrder) |
| |
| bool | localMetadataReaderOrderNull () const |
| |
| void | setLocalMetadataReaderOrderNull () |
| |
| QStringList | disabledSubtitleFetchers () const |
| |
| void | setDisabledSubtitleFetchers (QStringList newDisabledSubtitleFetchers) |
| |
| bool | disabledSubtitleFetchersNull () const |
| |
| void | setDisabledSubtitleFetchersNull () |
| |
| QStringList | subtitleFetcherOrder () const |
| |
| void | setSubtitleFetcherOrder (QStringList newSubtitleFetcherOrder) |
| |
| bool | subtitleFetcherOrderNull () const |
| |
| void | setSubtitleFetcherOrderNull () |
| |
| bool | skipSubtitlesIfEmbeddedSubtitlesPresent () const |
| |
| void | setSkipSubtitlesIfEmbeddedSubtitlesPresent (bool newSkipSubtitlesIfEmbeddedSubtitlesPresent) |
| |
| bool | skipSubtitlesIfAudioTrackMatches () const |
| |
| void | setSkipSubtitlesIfAudioTrackMatches (bool newSkipSubtitlesIfAudioTrackMatches) |
| |
| QStringList | subtitleDownloadLanguages () const |
| |
| void | setSubtitleDownloadLanguages (QStringList newSubtitleDownloadLanguages) |
| |
| bool | subtitleDownloadLanguagesNull () const |
| |
| void | setSubtitleDownloadLanguagesNull () |
| |
| bool | requirePerfectSubtitleMatch () const |
| |
| void | setRequirePerfectSubtitleMatch (bool newRequirePerfectSubtitleMatch) |
| |
| bool | saveSubtitlesWithMedia () const |
| |
| void | setSaveSubtitlesWithMedia (bool newSaveSubtitlesWithMedia) |
| |
| QList< TypeOptions > | typeOptions () const |
| |
| void | setTypeOptions (QList< TypeOptions > newTypeOptions) |
| |
| bool | typeOptionsNull () const |
| |
| void | setTypeOptionsNull () |
| |