Page 1 of 1

webaom renaming and multiple files movies

Posted: Mon Aug 06, 2007 2:58 pm
by kazuma6666
How do you guys handle multiple files movies in webaom? I don't see any part variable in webaom as there is in aom. So when I rename multiple files movies, they all got the exact same name except for the hash.

How do you handle such files?

Posted: Mon Aug 06, 2007 4:51 pm
by Der Idiot
if X(1) DO SET %ann - %epn
else DO SET %ann - %enr%ver
IF G(!unknown) DO ADD ' - [%grp]'

is how i set it

pseudocode:

-------------
if epcount is 1 then rename the file to "animetitle - eptitle (english)"
else rename the file to "animetitle - epnr(version if >1)"
if the group is not unknown add " - [groupname]" to either of the 2 constructs from above
-------------

you see webaom allows for a way complexer renamingstructure. it just takes a bit to get used to it. it's not very hard though

see also: http://wiki.anidb.info/w/WebAOM#Scripting

Posted: Mon Aug 06, 2007 7:15 pm
by ricce
The part is in "episode name" (%epn) -- which have something like "Part 1 of 2" or "Complete Movie"

You can also use "episode number" %enr -- 1 is "Complete Movie", 2 is "Part 1 of 2" etc.

Look at any movie entry using the webinterface and you can see how it look like.

Posted: Tue Aug 07, 2007 2:37 pm
by kazuma6666
Thanks for the info :) I'm gonna try it now!