mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add web path as config option
This commit is contained in:
parent
96e4296256
commit
9d462263b9
5 changed files with 40 additions and 3 deletions
|
@ -1122,6 +1122,8 @@
|
|||
"LabelMetadataDownloadersHelp": "Enable and rank your preferred metadata downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.",
|
||||
"LabelMetadataPath": "Metadata path:",
|
||||
"LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.",
|
||||
"LabelWebPath": "Web path:",
|
||||
"LabelWebPathHelp": "The path where the web client source is located.",
|
||||
"LabelMetadataReaders": "Metadata readers:",
|
||||
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
|
||||
"LabelMetadataSavers": "Metadata savers:",
|
||||
|
@ -1329,6 +1331,7 @@
|
|||
"LabelVideoCodec": "Video: {0}",
|
||||
"LabelVideoType": "Video Type:",
|
||||
"LabelView": "View:",
|
||||
"LabelWeb": "Web",
|
||||
"LabelWebsite": "Website:",
|
||||
"LabelWindowBackgroundColor": "Text background color:",
|
||||
"LabelXDlnaCap": "X-Dlna cap:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue