Results 1 to 4 of 4

Thread: [2005] Song Information

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    7

    [2005] Song Information

    How do I find information from an mp3 file.

    I am wanting to find the Artist of the song.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Song Information

    MP3 meta-data is stored in ID3 tags. You should search the Web and this forum and you'll get plenty of hits.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: [2005] Song Information

    MP3 information is stored in two different places, depending on the ID3 tag version.

    ID3v1: Last 128 bits of the mp3
    ID3v2: Much more complicated due to frames and you should read the following website. http://www.id3.org/

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  4. #4
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: [2005] Song Information

    best place to go is www.sharpmp3.com/id3explained.html. It will give you a detailed explanation on how to read the ID3 tags.

Posting Permissions

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



Click Here to Expand Forum to Full Width