MPD
0.20.18
|
#include "check.h"
Go to the source code of this file.
Functions | |
bool | tag_file_scan (Path path, const TagHandler &handler, void *handler_ctx) |
Scan the tags of a song file. More... | |
bool | tag_file_scan (Path path, TagBuilder &builder) |
Scan the tags of a song file. More... | |
bool tag_file_scan | ( | Path | path, |
const TagHandler & | handler, | ||
void * | handler_ctx | ||
) |
Scan the tags of a song file.
Invokes matching decoder plugins, but does not invoke the special "APE" and "ID3" scanners.
bool tag_file_scan | ( | Path | path, |
TagBuilder & | builder | ||
) |
Scan the tags of a song file.
Invokes matching decoder plugins, and falls back to generic scanners (APE and ID3) if no tags were found (but the file was recognized).