Results 1 to 7 of 7

Thread: ID3v1 tag reader for MP3 files

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Arrow ID3v1 tag reader for MP3 files

    Adapted from Steve Mac's VB6 code here.

    Supports versions 1.0-1.1 of the tag spec. ID3v2 to follow.

    To use, just declare a new instance and pass the mp3 filename in the constructor.

    Code:
    ID3v1tag tag = new ID3v1tag(@"D:\Music\Some track with an ID3v1 tag.mp3");
    Comments welcome (especially suggestions of replacements for the huge switch() block )

    Attached Files Attached Files
    Last edited by penagate; Dec 25th, 2005 at 11:25 AM.

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