1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add file extension to organize tips

This commit is contained in:
Luke Pulverenti 2016-02-21 17:31:17 -05:00
parent 6e310821b1
commit 77c981b0fd
2 changed files with 8 additions and 2 deletions

View file

@ -129,6 +129,11 @@
<td>%e_n</td>
<td>${ValueEpisodeNameUnderscore}</td>
</tr>
<tr>
<td>${FileExtension}</td>
<td>%ext</td>
<td>mkv</td>
</tr>
</tbody>
</table>
@ -172,4 +177,4 @@
</div>
</div>
</body>
</html>
</html>

View file

@ -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"
}