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

Whitelist frames that can be used in FileNamer pattern #5

Closed JeevanJames closed 6 years ago

JeevanJames commented 6 years ago

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.

JeevanJames commented 6 years ago

Closed with 9ee8285662cdc3116131d37b710cd7c84e0ded51