';
html += getCard('https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/apps/theater1.png', 'https://emby.media/download');
html += getCard('https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/apps/theater2.png', 'https://emby.media/download');
@@ -214,7 +222,10 @@
var html = '';
html += '
';
html += '
Try Emby Premiere
';
- html += '
Design beautiful Cover Art, enjoy free access to Emby apps, and more. Learn more
';
+
+ var learnMoreText = AppInfo.isNativeApp ? '' : '
Learn more';
+
+ html += '
Design beautiful Cover Art, enjoy free access to Emby apps, and more. ' + learnMoreText + '
';
html += '
';
html += getCard('https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/apps/theater1.png', 'https://emby.media/premiere');
html += getCard('https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/apps/theater2.png', 'https://emby.media/premiere');
diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json
index 85e3101f70..0cdfc90eb8 100644
--- a/dashboard-ui/strings/en-US.json
+++ b/dashboard-ui/strings/en-US.json
@@ -347,8 +347,10 @@
"LabelCustomPaths": "Specify custom paths where desired. Leave fields empty to use the defaults.",
"LabelCachePath": "Cache path:",
"LabelCachePathHelp": "Specify a custom location for server cache files, such as images. Leave blank to use the server default.",
- "LabelRecordingPath": "Recording path:",
- "LabelRecordingPathHelp": "Specify a custom location to save recordings. Leave blank to use the server default.",
+ "LabelRecordingPath": "Default recording path:",
+ "LabelMovieRecordingPath": "Movie recording path (optional):",
+ "LabelSeriesRecordingPath": "Series recording path (optional):",
+ "LabelRecordingPathHelp": "Specify the default location to save recordings. If left empty, the server's program data folder will be used.",
"LabelImagesByNamePath": "Images by name path:",
"LabelImagesByNamePathHelp": "Specify a custom location for downloaded actor, genre and studio images.",
"LabelMetadataPath": "Metadata path:",
@@ -1486,14 +1488,11 @@
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Emby Premiere subscription is required in order to create automated series recordings.",
"HeaderSetupTVGuide": "Setup TV Guide",
"LabelDataProvider": "Data provider:",
- "OptionSendRecordingsToAutoOrganize": "Enable Auto-Organize for new recordings",
- "OptionSendRecordingsToAutoOrganizeHelp": "New recordings will be sent to the Auto-Organize feature and imported into your media library.",
+ "OptionSendRecordingsToAutoOrganize": "Automatically organize recordings into existing series folders in other libraries",
"HeaderDefaultPadding": "Default Padding",
+ "OptionEnableRecordingSubfolders": "Create sub-folders for categories such as Sports, Kids, etc.",
"HeaderSubtitles": "Subtitles",
"HeaderVideos": "Videos",
- "OptionEnableVideoFrameAnalysis": "Enable frame by frame video analysis",
- "OptionEnableVideoFrameAnalysisHelp": "Extract detailed information about videos that can be used to make transcoding as efficient as possible. This will cause library scans to take longer.",
- "LabelVideoFrameAnalysisLimit": "Limit frame by frame analysis to videos less than:",
"LabelHardwareAccelerationType": "Hardware acceleration:",
"LabelHardwareAccelerationTypeHelp": "Available on supported systems only.",
"ButtonServerDashboard": "Server Dashboard",