diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index 934ed8ec77..57860df80d 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -129,6 +129,11 @@ %e_n ${ValueEpisodeNameUnderscore} + + ${FileExtension} + %ext + mkv + @@ -172,4 +177,4 @@ - + \ No newline at end of file diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json index bc64e798d4..76020784d0 100644 --- a/dashboard-ui/strings/html/server.json +++ b/dashboard-ui/strings/html/server.json @@ -1542,5 +1542,6 @@ "OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format", "OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 for easy playback on your devices.", "FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.", - "ButtonEnterPinCodeHelp": "Sign in to an Emby TV app by entering the on-screen pin code." + "ButtonEnterPinCodeHelp": "Sign in to an Emby TV app by entering the on-screen pin code.", + "FileExtension": "File extension" }