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:
parent
6e310821b1
commit
77c981b0fd
2 changed files with 8 additions and 2 deletions
|
@ -129,6 +129,11 @@
|
||||||
<td>%e_n</td>
|
<td>%e_n</td>
|
||||||
<td>${ValueEpisodeNameUnderscore}</td>
|
<td>${ValueEpisodeNameUnderscore}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>${FileExtension}</td>
|
||||||
|
<td>%ext</td>
|
||||||
|
<td>mkv</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -1542,5 +1542,6 @@
|
||||||
"OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format",
|
"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.",
|
"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.",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue