[DB] Reworked settings for acousticbrainz tagging
This commit is contained in:
@@ -27,3 +27,8 @@
|
||||
boost::filesystem::path searchExecPath(std::string filename);
|
||||
|
||||
void computeCrc(const boost::filesystem::path& p, std::vector<unsigned char>& checksum);
|
||||
|
||||
// Make sure the given path is a directory
|
||||
// Create it if needed
|
||||
bool ensureDirectory(boost::filesystem::path dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user