mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4180 from SenorSmartyPants/DVRMetadata
DVR: Add options to disable NFO and image saving
This commit is contained in:
commit
4e6b36dc85
3 changed files with 28 additions and 0 deletions
|
@ -434,6 +434,7 @@
|
|||
"HeaderProfileInformation": "Profile Information",
|
||||
"HeaderProfileServerSettingsHelp": "These values control how the server will present itself to clients.",
|
||||
"HeaderRecentlyPlayed": "Recently Played",
|
||||
"HeaderRecordingMetadataSaving": "Recording Metadata",
|
||||
"HeaderRecordingOptions": "Recording Options",
|
||||
"HeaderRecordingPostProcessing": "Recording Post Processing",
|
||||
"HeaderRemoteAccessSettings": "Remote Access Settings",
|
||||
|
@ -1387,6 +1388,10 @@
|
|||
"Saturday": "Saturday",
|
||||
"Save": "Save",
|
||||
"SaveChanges": "Save changes",
|
||||
"SaveRecordingNFO": "Save recording EPG metadata in NFO",
|
||||
"SaveRecordingNFOHelp": "Save metadata from EPG listings provider along side media.",
|
||||
"SaveRecordingImages": "Save recording EPG images",
|
||||
"SaveRecordingImagesHelp": "Save images from EPG listings provider along side media.",
|
||||
"SaveSubtitlesIntoMediaFolders": "Save subtitles into media folders",
|
||||
"SaveSubtitlesIntoMediaFoldersHelp": "Storing subtitles next to video files will allow them to be more easily managed.",
|
||||
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue