I was all set to post a question asking how to do conditional actions
when I figured out a solution. Here's an action to conditionally modify
the GENRE tag based on the contents of another tag.  In this case, if
CONTENTGROUP=modern, then GENRE is formatted by appending "; 20th Cen",
while if CONTENTGROUP=Contemporary, then GENRE is formatted by appending
"; Contemporary".  (In my case GENRE is already set to "Classical", so I
end up with "Classical; Contemporary", for example.)

[#3]
T=5
F=GENRE
1=%genre%$if($eql(%contentgroup%,modern),; 20th
Cen,$if($eql(%contentgroup%,Contemporary),; Contemporary,))


+-------------------------------------------------------------------+
|Filename: ModifyClassicalGenre.txt                                 |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=6108|
+-------------------------------------------------------------------+

-- 
wnshall
------------------------------------------------------------------------
wnshall's Profile: http://forums.slimdevices.com/member.php?userid=5886
View this thread: http://forums.slimdevices.com/showthread.php?t=51816

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to