mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Update Notification Text Modifiers modal with Time Formats
This commit is contained in:
parent
5abdfd7377
commit
98c363f559
2 changed files with 16 additions and 1 deletions
|
@ -1923,6 +1923,21 @@
|
|||
<p><strong style="color: #fff;">Example:</strong></p>
|
||||
<pre>{media_type} --> movie
|
||||
{media_type!c} --> Movie</pre>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Time Formats</h4>
|
||||
</div>
|
||||
<div style="padding-bottom: 10px;">
|
||||
<p class="help-block">
|
||||
Notification parameters which are "in date format" or "in time format" can be formatted using the
|
||||
<a href="javascript:void(0)" data-target="#dateTimeOptionsModal" data-toggle="modal">Date & Time Format Options</a>
|
||||
by adding a <span class="inline-pre">:format</span> specifier.
|
||||
If no format is specified, the default Date Format and Time Format under Settings > General will be used.
|
||||
</p>
|
||||
<p><strong style="color: #fff;">Example:</strong></p>
|
||||
<pre>{started_datestamp:ddd, MMMM DD, YYYY} --> Mon, December 25, 2023
|
||||
{stopped_timestamp:h:mm a} --> 9:56 pm
|
||||
{duration_time:HH:mm:ss} --> 01:42:20</pre>
|
||||
</div>
|
||||
<div>
|
||||
<h4>List Slicing</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue