Introduction

Overview

ID3 Reader supports reading tag versions 1.0 through 2.4.x.

The TagReader class is where most of the ID3 reading logic and functionality lies and it works very much like the .NET XML reading classes. Simply open a file by path or stream and call the Read method in a loop; each iteration advances the reader to the next available frame whose properties you can get and decide whether or not to read its content.

Navigate

Use the index menu at the top right of this page to navigate the documentation.