MusicBrainz lookup

This commit is contained in:
craig.p.drummond
2013-03-13 20:01:51 +00:00
committed by craig.p.drummond
parent 9481702892
commit 52c4883132
31 changed files with 799 additions and 116 deletions

View File

@@ -210,7 +210,7 @@ Song HttpServer::decodeUrl(const QUrl &url) const
s.id=q.queryItemValue("id").toInt();
}
s.file=url.path();
#ifdef CDDB_FOUND
#if defined CDDB_FOUND || defined MUSICBRAINZ5_FOUND
if (s.file.startsWith("/cdda:/")) {
s.file=s.file.mid(1);
}