webaom renaming and multiple files movies

misc client related stuff

Moderators: AniDB, AniDB API

Locked
kazuma6666
Posts: 17
Joined: Sun Jun 17, 2007 2:22 pm

webaom renaming and multiple files movies

Post 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?
Der Idiot
AniDB Staff
Posts: 1227
Joined: Fri Mar 21, 2003 10:19 am

Post 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
ricce
Posts: 199
Joined: Wed Apr 06, 2005 8:42 pm
Location: Sweden / Västrås
Contact:

Post 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.
kazuma6666
Posts: 17
Joined: Sun Jun 17, 2007 2:22 pm

Post by kazuma6666 »

Thanks for the info :) I'm gonna try it now!
Locked