Skip to content

orthimnas/ID3Parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE

Copyright (c) 2011 Jonathan Peterson
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ABOUT

A quick and dirty ID3 tag reader implemented in C# for CS 326 "Programming Languages" course at the University of Nevada Reno.
I decided to create a library (DLL) to handle the heavy lifting and a console application for output, but it could have just as easily been a windows form that displayed the data parsed by the library.

What it does:
Reads ID3v1 tags (with track number if comment length is <= 28 characters).
Reads ID3v2.3 tags following the standards provided at http://www.id3.org/id3v2.3.0

What it does not:
Write anything - it's strictly read only.
Handle any other file formats of ID3.  The standards of the ID3v2 specify that the version number is within the saved data.  Since there are so many (sometimes seemly random) variations between versions it isn't possible to create a 'general' solution to reading ID3v2 tags of all varieties - it requires specificity.

About

C# Implementation of a (very) simple ID3 parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages