title
Products            Buy            Support Forum            Professional            About            Codec Central
 

[ID Tag Update] R2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Spoon
    Administrator
    • Apr 2002
    • 43898

    [ID Tag Update] R2

    Changes:

    Export of cover.jpg, filename.jpg, [artist] - [title], etc
    Handling of PNG artwork (ie PNG in tag, exporting to JPG automatically converted)
    Can export to .png files
    New Option - so can set multi artist to / from artist1; artist2
    New Option - to set multi artist to / from 'title (feat. artist2)'

    Download:

    Last edited by Spoon; 11-12-2008, 09:06 PM.
    Spoon
    www.dbpoweramp.com
  • Des
    • Jul 2007
    • 36

    #2
    Re: [ID Tag Update] R2

    At risk of being ejected from your Christmas card list, is it possible to reverse the Artist tag operation? I.e one tag with multiple artists to multiple tags?

    Comment

    • Spoon
      Administrator
      • Apr 2002
      • 43898

      #3
      Re: [ID Tag Update] R2

      Will add to the wish list.
      Spoon
      www.dbpoweramp.com

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43898

        #4
        Re: [ID Tag Update] R2

        Updated

        Exporting of jpg when jpg does not have jiff header.
        Spoon
        www.dbpoweramp.com

        Comment

        • Spoon
          Administrator
          • Apr 2002
          • 43898

          #5
          Re: [ID Tag Update] R2

          Updated:

          Export of cover.jpg, filename.jpg, [artist] - [title], etc
          Handling of PNG artwork (ie PNG in tag, exporting to JPG automatically converted)
          Can export to .png files
          New Option - so can set multi artist to / from artist1; artist2
          New Option - to set multi artist to / from 'title (feat. artist2)'
          Spoon
          www.dbpoweramp.com

          Comment

          • GollyJer
            • May 2008
            • 13

            #6
            Re: [ID Tag Update] R2

            Originally posted by Spoon
            ...
            New Option - so can set multi artist to / from artist1; artist2
            New Option - to set multi artist to / from 'title (feat. artist2)'
            These new options are really great. The 'title (feat. artist2)' is particularly useful when using Winamp as it's search capabilities don't consume more than one ARTIST tag.
            Some feedback on the equally helpful "multi artist from artist1; artist2" (of which I have a lot). I'm using FLAC files that contain "ID tag [Vorbis Comments]. Also, I'm using Winamp > View file info... > Advanced. It seems to be the best way I can find to see the raw tag data.

            OK, if a song has the frames:
            ALBUMARTIST: ArtistName
            ARTIST: ArtistName; Artist2Name

            after running "multi artist from artist1; artist2" the tag looks like:
            ALBUMARTIST: ArtistnameArtistName
            ARTIST: ArtistName
            ARTIST: Artist2Name

            It should check if AlbumArtist exists and not append if it does.

            Also, it doesn't seem to work at all if ALBUMARTIST is something other than the first listed artist.
            For example (from 8 Mile Soundtrack):
            ALBUMARTIST: Various Artists
            ARTIST: Eminem;Obie Trice;50 Cent

            After running "multi artist from artist1; artist2" the tag isn't changed.
            Ideally it would come out like:
            ALBUMARTIST: Various Artists
            ARTIST: Eminem
            ARTIST: Obie Trice
            ARTIST: 50 Cent


            There also appears to be a bug in the "multi artist from 'title (feat. artist2)'"
            ARTIST: Ashanti
            TITLE: Body on Me (feat. Akon; Nelly)

            becomes
            ALBUMARTIST: Various Artists
            ARTIST: Ashanti
            ARTIST: Akon; Nelly

            instead of
            ALBUMARTIST: Various Artists
            ARTIST: Ashanti
            ARTIST: Akon
            ARTIST: Nelly


            Regards,
            Jeremy

            Comment

            • Spoon
              Administrator
              • Apr 2002
              • 43898

              #7
              Re: [ID Tag Update] R2

              What audio format are you using?
              Spoon
              www.dbpoweramp.com

              Comment

              • GollyJer
                • May 2008
                • 13

                #8
                Re: [ID Tag Update] R2

                I'm using FLAC files that contain "ID tag [Vorbis Comments]" and using Winamp > View file info... > Advanced. It seems to be the best way I can find to see the raw tag data.

                Also,
                Originally posted by GollyJer
                There also appears to be a bug in the "multi artist from 'title (feat. artist2)'"
                ARTIST: Ashanti
                TITLE: Body on Me (feat. Akon; Nelly)

                becomes
                ALBUMARTIST: Various Artists
                ARTIST: Ashanti
                ARTIST: Akon; Nelly

                instead of
                ALBUMARTIST: Various Artists
                ARTIST: Ashanti
                ARTIST: Akon
                ARTIST: Nelly
                That last example had some extra text, sorry. It should read:
                ARTIST: Ashanti
                TITLE: Body on Me (feat. Akon; Nelly)

                becomes
                ARTIST: Ashanti
                ARTIST: Akon; Nelly

                instead of
                ARTIST: Ashanti
                ARTIST: Akon
                ARTIST: Nelly
                Last edited by GollyJer; 12-08-2008, 03:44 PM.

                Comment

                • GollyJer
                  • May 2008
                  • 13

                  #9
                  Re: [ID Tag Update] R2

                  Is it something I'm doing wrong or can you confirm it's a bug?
                  Sorry for the bump. :p

                  Comment

                  • Spoon
                    Administrator
                    • Apr 2002
                    • 43898

                    #10
                    Re: [ID Tag Update] R2

                    >ARTIST: Akon; Nelly

                    Yes the routine cannot sub split on ;

                    For your first point, I will have to mark down as a bug to look at when we are in that area again.
                    Spoon
                    www.dbpoweramp.com

                    Comment

                    • 73ChargerFan
                      dBpoweramp Enthusiast
                      • Nov 2006
                      • 54

                      #11
                      foobar2000 doesn't see "albumartist" tags, but prefers "album artist". This isn't your problem, of course, except that I can't write those tags.

                      I tried the following with ID Tag Update v2:
                      Code:
                      map "ALBUM ARTIST" -> "TEMP"
                      map "ALBUMARTIST" -> "TEMP"
                      map "TEMP" -> "ALBUM ARTIST" 
                      map "TEMP" -> "ALBUMARTIST"
                      delete "TEMP"
                      I hand typed in the "ALBUM ARTIST" tag, but it was writted to the tag "ALBUMARTIST", so now I've got two such tags, with the same info.

                      I tried putting the space version in quotes, and it didn't work.

                      So, my feature requests:

                      1. if the tag is quoted, don't auto-rename

                      2. add "Clear Tag" to list of map destinations (my tags in the test directory are now many multiples of each other - I can fix, but I think this would be useful from a scripting perspective to clear a field rather than first running "delete" then a second time for mapping

                      3. in explorer ID-Tag properties tab, if "ALBUM ARTIST" and "ALBUMARTIST" are both present and the same, don't list them as multiple artists (i.e. as "Beatles; Beatles")

                      4. allow me to save/load the script created

                      I hope these additions would improve the functionality of ID Tag Update. Thank you. :smile2:

                      Comment

                      • Spoon
                        Administrator
                        • Apr 2002
                        • 43898

                        #12
                        Re: [ID Tag Update] R2

                        dBpoweramp Configuration >> Codecs >> Advanced >> set the album artist tag to which ever you prefer.
                        Spoon
                        www.dbpoweramp.com

                        Comment

                        • 73ChargerFan
                          dBpoweramp Enthusiast
                          • Nov 2006
                          • 54

                          #13
                          Re: [ID Tag Update] R2

                          Thank you.

                          Comment

                          • Spoon
                            Administrator
                            • Apr 2002
                            • 43898

                            #14
                            Re: [ID Tag Update] R2

                            Now Released.
                            Spoon
                            www.dbpoweramp.com

                            Comment

                            Working...

                            ]]>