title
Products            Buy            Support Forum            Professional            About            Codec Central
 

ID Tag processing DSP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mville
    dBpoweramp Guru
    • Dec 2008
    • 4016

    ID Tag processing DSP

    Using the ID Tag Processing DSP for flac to mp3 conversion.

    Manipulation tab has the following option:
    Multiple Artists to 'Artist1; Artist2' (for non multiple artist aware programs)

    This option does not work on all multiple value tags.

    e.g. Composer converts correctly to Composer1; Composer2
    but the sort value converts to ComposertSort1/ComposerSort2

    Can we have some consistency here please?
  • mville
    dBpoweramp Guru
    • Dec 2008
    • 4016

    #2
    Re: ID Tag processing DSP

    As a follow on, how do I test for Track or Disc in the Rule Based Manipulation?

    I have tried the following (flac file, Track 1, Disc 1, Title is Playground Love, converted to an mp3):

    IFCONTAINS Track=01
    SET Title=[Track] [Title]

    IFCONTAINS Disc=1
    SET Title=[Disc].[Title]

    the mp3 Title is 1.01 Playground Love

    which is correct. However, what I want is this:

    IF Track=01
    SET Title=[Track] [Title]

    IF Disc=1
    SET Title=[Disc].[Title]

    but the mp3 Title is Playground Love, so neither of the SET statements are executed. Please advise. TIA

    Comment

    • Spoon
      Administrator
      • Apr 2002
      • 44082

      #3
      Re: ID Tag processing DSP

      Internally Track or Disc hold the count also, so track might be 1/13
      Spoon
      www.dbpoweramp.com

      Comment

      • mville
        dBpoweramp Guru
        • Dec 2008
        • 4016

        #4
        Re: ID Tag processing DSP

        Originally posted by Spoon
        Internally Track or Disc hold the count also, so track might be 1/13
        OK, got that, thanks.

        Can we use any of the following in Rule Based Manipulation: NOT, AND, OR, ELSE, Nested IF?

        Comment

        • Spoon
          Administrator
          • Apr 2002
          • 44082

          #5
          Re: ID Tag processing DSP

          No
          Spoon
          www.dbpoweramp.com

          Comment

          Working...

          ]]>