Welcome
The Lab is basically a sandbox where we can exercise projects and ideas that we
have. Please, download and try this stuff out and let us know what you think. Although
everything should work just fine, we make no guarantees of stability.
All code available here is covered under the Candy Labs License.
Our intention is to promote code sharing, and to save developers around the world
from wasting their time reinventing the wheel. If you are interested in making your
own useful modules of code available here, or if you have changes you would like
to submit, please feel free to contact us via email: code@candylabs.com.
ID3 Reader version 0.1
Reading ID3 tags is a snap with this easy-to-use namespace of classes. Use it to
enumerate through the frames of a tag (v1 - v2.4) and choose which content to read
(there are utilities included for reading common frames such as: album artwork,
track number, unicode text, etc.). This code is written in C# using the .NET framework
and is fairly well commented.