Id3
Id3 copied to clipboard
Integrate info providers with FileNamer
Allow FileNamer to specify a set of info providers it can use to retrieve ID3 metadata, if it is not available in the tag.
What's https://github.com/JeevanJames/Id3/blob/4ce257697963517585fba2f4ff6abe8f1eee1431/src/Id3.Net.Files/FileNamer/FileNamer.cs#L36? I'm guessing it a tool that names files on disk?
Perhaps an example should be added to the readme for the discovery of it?
@spottedmahn FileNamer doesn't actually rename the files; it suggests a file name based on the ID3 metadata.
Perhaps an example should be added to the readme for the discovery of it?
Yes, definitely. I'll try and get an example added as soon as possible.