Hi,
are there any other "advanced programmable actions on tags" available, which are not mentioned in the help?
I want to take different actions, based on the length of tag-value:
IF LEGTH(Year) = 4
SET Album Sort=[year]-07-01 [album]
IF LEGTH(Year) = 7
SET Album Sort=[year]-01 [album]
IF LEGTH(Year) = 10
SET Album Sort=[year] [album]
(I want my albums in iTunes to be sorted by releasedate...)
Is there any way to accomplish this?
Regular-Expressions?
Many thanks for any helpful answer!
are there any other "advanced programmable actions on tags" available, which are not mentioned in the help?
I want to take different actions, based on the length of tag-value:
IF LEGTH(Year) = 4
SET Album Sort=[year]-07-01 [album]
IF LEGTH(Year) = 7
SET Album Sort=[year]-01 [album]
IF LEGTH(Year) = 10
SET Album Sort=[year] [album]
(I want my albums in iTunes to be sorted by releasedate...)
Is there any way to accomplish this?
Regular-Expressions?
Many thanks for any helpful answer!
Comment