illustrate
Products            Buy            Support Forum            Registrations            About           
 

Converting tracks with multiple artists

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alec Tronic
    dBpoweramp Supporter
    • Nov 2008
    • 22

    #1

    Converting tracks with multiple artists

    Hello,
    I'm using Mp3tag to tag tracks with multiple artists with this value:
    $meta_sep(artist, & )

    Unfortunately dbpoweramp does not accept this value, so how is it possible to maintain the artist metadata?

    PS: In my preferred player foobar2000 multiple artists are separated by a semicolon.
  • Spoon
    Administrator
    • Apr 2002
    • 46181

    #2
    The ; is just a representation, if for example writing FLAC tags then internally it must be stored as:

    ARTIST=artist1
    ARTIST=artist2

    Each tagging format has a different internal storage.
    Spoon-
    www.dbpoweramp.com

    Comment

    • Alec Tronic
      dBpoweramp Supporter
      • Nov 2008
      • 22

      #3
      Spoon Okay, but how can i solve my problem? Or is it impossible as of now?

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 46181

        #4
        You would have to first say which audio format using, and then have mp3tag to tag those files as per the specification for that format.

        If FLAC then for mp3tag:

        In the Artist field, type the artists separated by a double backslash:

        Artist 1 \\ Artist 2 \\ Artist 3
        Spoon-
        www.dbpoweramp.com

        Comment

        Working...