Id3 icon indicating copy to clipboard operation
Id3 copied to clipboard

Integrate info providers with FileNamer

Open JeevanJames opened this issue 7 years ago • 2 comments

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

JeevanJames avatar May 05 '18 18:05 JeevanJames

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 avatar Dec 17 '19 05:12 spottedmahn

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

JeevanJames avatar Dec 21 '19 11:12 JeevanJames