JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Also consider ID3v1 tags for FileNamer #4

Open JeevanJames opened 6 years ago

JeevanJames commented 6 years ago

The FileNamer class currently only uses ID3 v2 tags. Consider using ID3 v1 tags, if available, in cases where the corresponding ID3 v2 tag is missing.