1,633
edits
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{todo}} | {{todo}} | ||
{{TOCright}} | {{TOCright}} | ||
AniDB O'Matic has an automatic file renaming function; when you add new files it takes information from the file and AniDB to create a filename according to your pattern. The file renaming function is fully wide-string compatible. | AniDB O'Matic has an automatic file renaming function; when you add new files it takes information from the file and AniDB to create a filename according to your pattern. The file renaming function is fully wide-string compatible. | ||
Line 59: | Line 60: | ||
Supported macros: | Supported macros: | ||
%lower%text%/lower% Converts text | %lower%text%/lower% Converts text lower case | ||
%upper%text%/upper% Converts text | %upper%text%/upper% Converts text upper case | ||
%upfirst%text%/upfirst% Make only first character in text | %upfirst%text%/upfirst% Make only first character in text upper case | ||
%upwords%text%/upwords% Make first character in each word in text | %upwords%text%/upwords% Make first character in each word in text upper case | ||
Line 70: | Line 71: | ||
Custom tag 2: %CRC = {%lower%%crc32%/lower%}<br> | Custom tag 2: %CRC = {%lower%%crc32%/lower%}<br> | ||
This tag will show the crc32 for the target file in | This tag will show the crc32 for the target file in lower case, for example: {a8f237b2} | ||
Pattern: %a - %ep - %e %LG%CRC<br> | Pattern: %a - %ep - %e %LG%CRC<br> | ||
This pattern will show the anime name, padded episode number with version, episode name and the content of the two custom tags %LG and %CRC, for example:<br> | This pattern will show the anime name, padded episode number with version, episode name and the content of the two custom tags %LG and %CRC, for example:<br> | ||
Da Capo - 05v2 - Because I | Da Capo - 05v2 - Because I'm a Maid... [Rice-Box]{aa10c42a}.avi | ||
Custom tag 3: %P=%epart<br> | Custom tag 3: %P=%epart<br> |
edits