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

Integrate info providers with FileNamer #6

Open JeevanJames opened 6 years ago

JeevanJames commented 6 years ago

Allow FileNamer to specify a set of info providers it can use to retrieve ID3 metadata, if it is not available in the tag.

spottedmahn commented 4 years ago

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?

JeevanJames commented 4 years ago

@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.