Printable Version of Topic
-Brading Software Message Board +--Forum: Share your macros +---Topic: Multiline comments in macros started by Serge Posted by: Serge on Nov. 07 2005,10:23 Hi! I'm Serge from Russia. There's very useful macro feature in your tool! But I can't write miltiline comments into ID3V2 using macros. Example of generated macro: MacroFileVersion=3506 [MassSetTags] SetComment=TRUE CommentString=Hail < http://www.ru > CommentMode=2 {other fields here} This macro causes execution error on line "http://www.ru". Then I used parameters: param %Comment%: string {other params here} MacroFileVersion=3506 [MassSetTags] SetComment=TRUE CommentString=%Comment% CommentMode=2 {other fields here} But how can I define multiline comment in command line? Posted by: Magnus Brading on Nov. 08 2005,10:02 Thanks for the bug report, it will be fixed in an upcoming version. end |