5 flag_album_lookup = 1 << 0,
6 flag_track_lookup = 1 << 1,
15 virtual HICON get_icon(
int p_width,
int p_height) = 0;
30 virtual double merit() {
return 0;}
31 virtual void lookup_noninteractive(
metadb_handle_list_cref items, completion_notify::ptr notify, HWND parent) = 0;
Service used to access various external (online) track info lookup services, such as freedb...
Base class for all service classes. Provides interfaces for reference counter and querying for differ...