From 77c981b0fd22b69a151ea33bdce4d60636cc3169 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 21 Feb 2016 17:31:17 -0500 Subject: [PATCH] add file extension to organize tips --- dashboard-ui/autoorganizetv.html | 7 ++++++- dashboard-ui/strings/html/server.json | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" }