![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Interface for plugins fetching tags for untagged files. More...
#include "itagsfetcher.h"
Public Member Functions | |
virtual | ~ITagsFetcher () |
virtual QFuture< AudioInfo > | FetchTags (const QString &filename)=0 |
Requests fetching tags for the given file. More... | |
Interface for plugins fetching tags for untagged files.
If a plugin is able to fetch tags from a tags database by, for example, an audio fingerprint (like AcoustID/MusicBrainz database) it should implement this interface.
Definition at line 46 of file itagsfetcher.h.
|
inlinevirtual |
Definition at line 49 of file itagsfetcher.h.