mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-17 00:25:43 +02:00
Add support for cover art
This commit is contained in:
parent
742dc2ae77
commit
302ea576ce
2 changed files with 91 additions and 16 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue