title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 4 of 4

Thread: Rule Based Manipulation

  1. #1

    Join Date
    Mar 2011
    Posts
    9

    Smile 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!

  2. #2
    dBpoweramp Guru
    Join Date
    Jan 2011
    Posts
    937

    Re: Rule Based Manipulation

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

  3. #3

    Join Date
    Mar 2011
    Posts
    9

    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();

  4. #4
    Administrator
    Join Date
    Apr 2002
    Posts
    43,852

    Re: Rule Based Manipulation

    Thanks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •