Postfix of Naming Rule for Media File Name and Upload Path

The file name and upload path of the media in the event handler could be assigned automatically based on naming rule here.

Naming Rule

Symbol Description Example
%YYYY Year in four digits. 2010
%YY Year in two digits 10
%MM Month in two digits. 01 for January, 12 for December
%DD date in two digits. 01~31
%hh hour in two digit. 00~23. Only 24-hour format is supported.
%mm minutes in two digits. 00~59
%ss ss_nnn where ss is two digits for second. 00~59 and nnn is three digits for millisecond. 33_440 where 33 is the second and 440 is the millisecond
%W a underscore character. _
%N camera name. Refer to Host Configuration Page
Note: The space characters ' ' in the camera name will be transformed into the underscore characters.
Camera-1
%Y counter for occurrence of upload. It starts from 1.
The counter will be reset to 1 when a new upload occurs.
1,2,3,4,5,...
0~9, A~Z, a~z, -, _ User defined file name and upload path.  
Note that the extension file name will be appended by device automatically based on the type of media.
Therefore, you do not need to give the extension file name in the Media File Name field.
The first character in the file name and upload path has NOT be "%".

Examples

Upload Path = Img_%YYYY-%MM-%DD
Media File Name = Snap_%hh%mm%ss_%Y
Output :

Assume there 3 snapshots in one second upload. The upload happens at 10:31:30 on 2010/08/10.
Three files should be seen in
1. Img_2010-08-10/Snap_103130_021_1.jpg
2. Img_2010-08-10/Snap_103130_421_2.jpg
3. Img_2010-08-10/Snap_103130_821_3.jpg

Upload Path = Camera/%N
Media File Name = video_%YY%MM%DD_%hh%mm%ss
Output :

Assume there 10 seconds in one video upload. The upload happens at 10:31:30 on 2010/08/15.
And the camera name is "Front Gate"
One vide raw data files should be seen in
1. Camera/Front_Gate/video_100815_103130_120.raw