» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Set Year Macro, Mass Set Year Tag Macro Help Needed< Next Oldest | Next Newest >
drivetheory
Board Newbie



Group: Members
Posts: 5
Joined: Mar. 2007
Posted: 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
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: 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


--------------
Software author and website owner
Back to top
Profile PM WEB 
drivetheory
Board Newbie



Group: Members
Posts: 5
Joined: Mar. 2007
Posted: 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...
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: 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.

--------------
Software author and website owner
Back to top
Profile PM WEB 
drivetheory
Board Newbie



Group: Members
Posts: 5
Joined: Mar. 2007
Posted: 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.
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: Sep. 16 2007,12:25

Glad I could help. ;) Thanks.

--------------
Software author and website owner
Back to top
Profile PM WEB 
5 replies since April 03 2007,23:48 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]