Printable Version of Topic

-Brading Software Message Board
+--Forum: Mp3/Tag Studio Support and Bug Reports
+---Topic: Set Year Macro started by drivetheory


Posted by: drivetheory on April 03 2007,23:48

I'm trying to create a macro to mass add the year tag to mp3 files. I'm trying to have the macro prompt with a blank text box for me to enter in the year to be applied to the year tag field...

any example code would be EXTREMELY appreciated
Posted by: Magnus Brading on April 07 2007,12:47

Here is a macro that does this, using a macro parameter. Please read more about macro parameters in the Mp3/Tag Studio help file.



---------------------CODE SAMPLE-------------------
param %MyYear%:integer

MacroFileVersion=3506
[MassSetTags]
SetTitle=FALSE
TitleString=
TitleMode=2
SetArtist=FALSE
ArtistString=
ArtistMode=2
SetAlbum=FALSE
AlbumString=
AlbumMode=2
SetTrackNr=FALSE
TrackNrString=5
SetYear=TRUE
YearString=%MyYear%
YearMode=2
SetComment=FALSE
CommentString=
CommentMode=3
SetGenre=FALSE
GenreString=
SetPrivateFlag=FALSE
PrivateFlagValue=FALSE
SetCopyrightFlag=FALSE
CopyrightFlagValue=FALSE
SetOriginalFlag=FALSE
OriginalFlagValue=FALSE
OnlySetFlagsInHeader=FALSE
---------------------CODE SAMPLE-------------------


Posted by: drivetheory on Aug. 16 2007,05:18

Thanks for the reply & ideas, unfortunately i STILL can't get it to work from the right-click context menu with-in windows explorer...
Posted by: Magnus Brading on Aug. 16 2007,09:14

There are some known problems with executing macros for multiple files from the Explorer shell extension (context menu) in the current beta, it is scheduled for fixing in upcoming releases though.
Posted by: drivetheory on Sep. 14 2007,23:59

Awesome Magnus Brading. Truly awesome.

I'll look forward to the new release!

IF nobody's ever shouted thank you than....

THANK YOU!

My computer IS my jukebox, every CD I've ever bought (that isn't scratched) is on my PC in MP3 format... They're all on their own HDD, all properly named, and all properly tagged, almost all thanks to you.
Posted by: Magnus Brading on Sep. 16 2007,12:25

Glad I could help. ;) Thanks.
end


Powered by Ikonboard 3.1.1
Ikonboard © 2001 Jarvis Entertainment Group, Inc.