Specify Duration for Each File
SmartSignage switches content according to the time set in “Settings” > “Behavior” > “Duration for each content”.
You can specify the duration for each file since Ver.2.8. The duration is specified according to a specific format.
For filenames that do not match the format, the duration set in “Settings” is used.
To use this function, enable “Settings” > “Behavior” > “Duration for each content” > “Using values embedded in the file name”. If it is invalid, the value in filename is ignored.
File Name Format
To specify the duration for each file, add @t
after the normal file name without the extension, then specify the number of seconds, and finally add the extension.
The format is:
<any name>@t<seconds|milliseconds>[ms].<extension>
<>
is required. []
can be omitted.
Specify the display duration in seconds. A decimal point cannot be specified. When setting a value less than 1 second, specify it in milliseconds (1⁄1000 second) and add ms
.
For example, if you want 5.5 seconds, specify 5500ms.
Special Value
Negative values have specific functions.
-2
For video files, the video will play to the end. For other files, it will be the duration set in “Settings” > “Behavior” > “Duration for each content”.-1 , 0, or a negative value exept -2
The duration set in “Behavior” > “Duration for each content” is applied. If “Settings” > “Behavior” > “Duration for each content” > “Video playback use its own duration” is enabled, the video file will be played to the end.
Examples
In the case of an image file
image.png
- To display for 6 seconds
image@t6.png - To display for 8.5 seconds
image@t8500ms.png - To used the duration set in the settings
image@t-1.png
- To display for 6 seconds
In the case of a video file
video.mp4
- To play for 15 seconds
video@t10.mp4 - To play for 10.8 seconds
video@t1800ms.mp4 - To play to the end
video@t-2.mp4 - To used values set in the settings
video@t-1.mp4
- To play for 15 seconds