title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Rule Based Manipulation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swerner
    • Mar 2011
    • 9

    Rule Based Manipulation

    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!
  • dbfan
    dBpoweramp Guru
    • Jan 2011
    • 937

    #2
    Re: Rule Based Manipulation

    You are best looking at the professional tab above, and scripting for this kind of interaction

    Comment

    • swerner
      • Mar 2011
      • 9

      #3
      Re: Rule Based Manipulation

      Thanks for the reply.

      I think, there is a little typo in the C-Sharp example:

      DMCSCRIPTINGLib.Converter dMC = new DMCSCRIPTINGLib.ConverterClass();

      should read

      DMCSCRIPTINGLib.Converter dMC = new DMCSCRIPTINGLib.Converter();

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43891

        #4
        Re: Rule Based Manipulation

        Thanks
        Spoon
        www.dbpoweramp.com

        Comment

        Working...

        ]]>