WebAOM: Difference between revisions

1 byte removed ,  28 September 2005
m
no edit summary
(1.13)
mNo edit summary
Line 89: Line 89:
IF A(Naruto) DO FAIL //Do not rename file if it is Naruto
IF A(Naruto) DO FAIL //Do not rename file if it is Naruto
DO ADD '%eng (%ann) - %enr - %epn ' //Add the base, same for all files
DO ADD '%eng (%ann) - %enr - %epn ' //Add the base, same for all files
IF D(japanese);L(english) DO ADD '(SUB)' //Add (SUB) if the file is subbed in english
IF D(japanese);S(english) DO ADD '(SUB)' //Add (SUB) if the file is subbed in english
IF D(japanese);L(none) DO ADD '(RAW)' //Add (RAW) if the file is not subbed.
IF D(japanese);S(none) DO ADD '(RAW)' //Add (RAW) if the file is not subbed.
IF G(!unknown) ADD '[%grp]' //Add group name if it is not unknown
IF G(!unknown) ADD '[%grp]' //Add group name if it is not unknown
DO ADD '(%CRC)' //Always add crc
DO ADD '(%CRC)' //Always add crc
//this would create the schema "%eng (%ann) - %enr - %epn (SUB)[%grp](%CRC)" for a normal subbed file.
#this would create the schema "%eng (%ann) - %enr - %epn (SUB)[%grp](%CRC)" for a normal subbed file.
</pre>
</pre>
Note that end-of-line comments "//" are not supported atm, but "#" at beginning is. >'< around parts is not required. Example on move schema:
Note that end-of-line comments "//" are not supported atm, but "#" at beginning is. >'< around parts is not required. Example on move schema:
546

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.