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
Whitelist frames that can be used in FileNamer pattern #5
Not all ID3 frames can be used for the FileNamer pattern (for example, the lyrics frame). Only frames who's ToString() method returns a single, reasonably short line of text can be considered.
Consider adding a list of allowed frame types as an enum and using that to validate the pattern.
Not all ID3 frames can be used for the
FileNamer
pattern (for example, the lyrics frame). Only frames who'sToString()
method returns a single, reasonably short line of text can be considered.Consider adding a list of allowed frame types as an enum and using that to validate the pattern.