546
edits
Epoximator (talk | contribs) (1.13) |
Epoximator (talk | contribs) 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); | IF D(japanese);S(english) DO ADD '(SUB)' //Add (SUB) if the file is subbed in english | ||
IF D(japanese); | 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. | |||
</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: |
edits