Added multi artists support

This commit is contained in:
emeric
2019-03-18 13:54:13 +01:00
parent 9538aa9de9
commit 202d447422
35 changed files with 593 additions and 555 deletions
+3 -2
View File
@@ -19,6 +19,7 @@
#pragma once
#include <chrono>
#include <map>
#include <set>
@@ -39,7 +40,7 @@ namespace MetaData
{
std::string name;
std::string musicBrainzAlbumID;
}
};
struct AudioStream
{
@@ -64,7 +65,7 @@ namespace MetaData
boost::optional<int> originalYear;
bool hasCover {false};
std::vector<AudioStream> audioStreams;
std::string acoustId;
std::string acoustID;
std::string copyright;
std::string copyrightURL;
};