WebAOM: Difference between revisions
Jump to navigation
Jump to search
→Scripting
(Fix borked wiki errors... UPDATE THE WIKIMEDIA VER. EXP) |
|||
Line 98: | Line 98: | ||
IF D(japanese);S(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);S(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) DO 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. |