Add support for cover art

This commit is contained in:
Christian Flach 2020-01-29 17:25:14 +01:00 committed by Johannes Pohl
parent 742dc2ae77
commit 302ea576ce
2 changed files with 91 additions and 16 deletions

View file

@ -67,7 +67,9 @@ protected:
XML_Parser parser_;
std::unique_ptr<TageEntry> entry_;
std::string buf_;
json jtag_;
json metadata_;
// set whenever metadata_ has changed
bool metadata_dirty_;
#endif
void pipeReadLine();
@ -75,6 +77,7 @@ protected:
int parse(std::string line);
void createParser();
void push();
void setMetaData(const std::string&, const std::string&);
#endif
void setParamsAndPipePathFromPort();