-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Michael Yang edited this page Jul 5, 2014
·
2 revisions
Most user level functionality can be accessed with the information provided in README.md
. The wiki serves as a more technical explanation to the structure of the package.
The package is split up into sub-packages based on the ID3 version with an additional sub-package for text encoding. Each version sub-package implements a Tagger
interface defined in the top-level package. The file-level representation of each Tagger
is returned with a call to the Bytes()
method.
The top-level package wraps a tag as a Tagger
together with its underlying file and acts as a handler for routing actions based on the tag version.