jellyfin, gitignore etc
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
<ServerConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<LogFileRetentionDays>3</LogFileRetentionDays>
|
||||
<IsStartupWizardCompleted>true</IsStartupWizardCompleted>
|
||||
<CachePath>/cache</CachePath>
|
||||
<EnableMetrics>false</EnableMetrics>
|
||||
<EnableNormalizedItemByNameIds>true</EnableNormalizedItemByNameIds>
|
||||
<IsPortAuthorized>true</IsPortAuthorized>
|
||||
<QuickConnectAvailable>true</QuickConnectAvailable>
|
||||
<EnableCaseSensitiveItemIds>true</EnableCaseSensitiveItemIds>
|
||||
<DisableLiveTvChannelUserDataName>true</DisableLiveTvChannelUserDataName>
|
||||
<MetadataPath />
|
||||
<MetadataPath>/config/metadata</MetadataPath>
|
||||
<PreferredMetadataLanguage>en</PreferredMetadataLanguage>
|
||||
<MetadataCountryCode>US</MetadataCountryCode>
|
||||
<SortReplaceCharacters>
|
||||
@@ -130,7 +131,7 @@
|
||||
</MetadataOptions>
|
||||
</MetadataOptions>
|
||||
<SkipDeserializationForBasicTypes>true</SkipDeserializationForBasicTypes>
|
||||
<ServerName />
|
||||
<ServerName>40c912efca66</ServerName>
|
||||
<UICulture>de</UICulture>
|
||||
<SaveMetadataHidden>false</SaveMetadataHidden>
|
||||
<ContentTypes />
|
||||
@@ -145,6 +146,11 @@
|
||||
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
|
||||
<Enabled>true</Enabled>
|
||||
</RepositoryInfo>
|
||||
<RepositoryInfo>
|
||||
<Name>sso</Name>
|
||||
<Url>https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/manifest-release/manifest.json</Url>
|
||||
<Enabled>true</Enabled>
|
||||
</RepositoryInfo>
|
||||
</PluginRepositories>
|
||||
<EnableExternalContentInSuggestions>true</EnableExternalContentInSuggestions>
|
||||
<ImageExtractionTimeoutMs>0</ImageExtractionTimeoutMs>
|
||||
|
||||
@@ -18,6 +18,9 @@ services:
|
||||
- type: bind
|
||||
source: /media/extension/video
|
||||
target: /video
|
||||
- type: bind
|
||||
source: /media/extension/ebooks
|
||||
target: /ebooks
|
||||
# read_only: true
|
||||
# Optional - extra fonts to be used during transcoding with subtitle burn-in
|
||||
# - type: bind
|
||||
|
||||
Reference in New Issue
Block a user