Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[114] MP3 Tag information

Last post 06-06-2008 9:44 PM by Burger2227. 18 replies.
Page 1 of 2 (19 items) 1 2 Next >
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [114] MP3 Tag information

    This thread is for discussions of MP3 Tag information.

    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 06-11-2002 7:30 PM In reply to

    • Chrys
    • Not Ranked
    • Joined on 12-19-2001
    • New Member
    • Points 40

    What about ID3v2?

    This seems pretty straightforward.  However what about ID3v2 tags?  I know MP3's can have v1, v2, or both.  How can you read v2 using VB?

    Thanks.
    • Post Points: 0
  • 06-15-2002 12:52 PM In reply to

    • couling
    • Top 50 Contributor
    • Joined on 05-13-2002
    • United Kingdom
    • Guru
    • Points 2,440
    I was wondering the same thing as you and I decided that they probably wouldn’t put both V1 and V2 at the same end so I took a look at the beginning and I did get something but not what I hoped for.  

    It appears at least that the ID3V2 info is held at the beginning, but it only appears to hold the strings which have been filled in, IE: if whoever entered the info included the song title but not the artist then it WILL NOT store a blank string for the artist.

    I could be completely wrong about all of this so I'll post another message when I have found out how to decode it fully, but if someone beats me to it then I’d appreciate a reply to this message to save me wasting my time…
    • Post Points: 0
  • 06-15-2002 1:25 PM In reply to

    • Chrys
    • Not Ranked
    • Joined on 12-19-2001
    • New Member
    • Points 40

    Useful Code

    You're right that far I think.  I have found some vb code that can read and write v2 since I posted this.  It crashes sometimes when certain fields are empty though; and it will only read the basic v2 fields.  I've been trying to fix it.  Its kinda long, if you email me I'll send you the zip it came in.  
    • Post Points: 0
  • 07-16-2002 12:31 PM In reply to

    • Sonar
    • Not Ranked
    • Joined on 07-16-2002
    • New Member
    • Points 5

    MP3 tags

    I have written an application (mp3-portal-intranet) thing once,
    and I recognize the problem, but maybe my code can help you.
    • Post Points: 0
  • 09-09-2002 7:08 PM In reply to

    • rama_ii
    • Not Ranked
    • Joined on 09-09-2002
    • New Member
    • Points 5

    I think I found something interesting

    I had the same problem with id3v2 tag. Maybe this URL will help you:
    http://id3lib.sourceforge.net/

    • Post Points: 0
  • 01-22-2003 12:53 PM In reply to

    Setting MP3 Tag Information

    This is really sweet, but I would also like to know how to SET MP3 tag information

    Thanks!
    • Post Points: 0
  • 03-12-2003 9:51 PM In reply to

    • adam2307
    • Not Ranked
    • Joined on 03-12-2003
    • New Member
    • Points 20

    ID3v2 for C#

    Does anyone have similar code for C# to read ID3V2 tags.

    Also, If wanted to write an application to search ID3V2 tags and return results, is it better to first load all media into some database, or search the files individually?

    adam2307@hotmail.com

    regards
    • Post Points: 0
  • 03-12-2003 10:06 PM In reply to

    • adam2307
    • Not Ranked
    • Joined on 03-12-2003
    • New Member
    • Points 20

    ID3v2 for C#

    Does anyone have similar code for C# to read ID3V2 tags.

    Also, If wanted to write an application to search ID3V2 tags and return results, is it better to first load all media into some database, or search the files individually?

    adam2307@hotmail.com

    regards
    • Post Points: 0
  • 03-12-2003 10:07 PM In reply to

    • adam2307
    • Not Ranked
    • Joined on 03-12-2003
    • New Member
    • Points 20

    code for C# to read ID3V2 tags

    Does anyone have similar code for C# to read ID3V2 tags.

    Also, If wanted to write an application to search ID3V2 tags and return results, is it better to first load all media into some database, or search the files individually?

    adam2307@hotmail.com

    regards
    • Post Points: 0
  • 03-12-2003 10:09 PM In reply to

    • adam2307
    • Not Ranked
    • Joined on 03-12-2003
    • New Member
    • Points 20

    code for C# to read ID3V2 tags

    Does anyone have similar code for C# to read ID3V2 tags.

    Also, If wanted to write an application to search ID3V2 tags and return results, is it better to first load all media into some database, or search the files individually?

    adam2307@hotmail.com

    regards
    • Post Points: 0
  • 03-12-2003 10:12 PM In reply to

    • couling
    • Top 50 Contributor
    • Joined on 05-13-2002
    • United Kingdom
    • Guru
    • Points 2,440
    I'm afraid that I don't have anything in c# for you, but some advice on whether to load the info first or not.  My suggestion would be to load the info first.  This is because if the user wants to do several searches, preloading all the mp3s will mean that you only have to access the file info once instead of several times.  This will save vast amounts of time for people like me who keep a BIG number of mp3s

    Hope this is of some help  

    Oh, and don't use the "Back" button on your browser to edit a post, use the "Edit" button.
    You might want to delete some of those extra posts of yours
    • Post Points: 0
  • 06-13-2003 8:00 AM In reply to

    • Slafs
    • Not Ranked
    • Joined on 12-22-2002
    • New Member
    • Points 40
    Quote:
    [1]Posted by rama_ii on 9 Sep 2002 07:08 PM[/1]
    I had the same problem with id3v2 tag. Maybe this URL will help you:
    http://id3lib.sourceforge.net/

    Did you get it to work? The documentation is only for C++ and I want to use it in VB... Does anybody know how to do that?
    • Post Points: 0
  • 06-13-2003 8:01 AM In reply to

    • Slafs
    • Not Ranked
    • Joined on 12-22-2002
    • New Member
    • Points 40
    Quote:
    [1]Posted by rama_ii on 9 Sep 2002 07:08 PM[/1]
    I had the same problem with id3v2 tag. Maybe this URL will help you:
    http://id3lib.sourceforge.net/

    Did you get it to work? The documentation is only for C++ and I want to use it in VB... Does anybody know how to do that?
    • Post Points: 0
  • 06-13-2003 8:01 AM In reply to

    • Slafs
    • Not Ranked
    • Joined on 12-22-2002
    • New Member
    • Points 40
    Quote:
    [1]Posted by rama_ii on 9 Sep 2002 07:08 PM[/1]
    I had the same problem with id3v2 tag. Maybe this URL will help you:
    http://id3lib.sourceforge.net/

    Did you get it to work? The documentation is only for C++ and I want to use it in VB... Does anybody know how to do that?
    • Post Points: 0
Page 1 of 2 (19 items) 1 2 Next >