Able to save song and cover art to the appropriate paths. Next is saving it to the database
This commit is contained in:
@@ -10,7 +10,7 @@ class metadata_retriever
|
||||
{
|
||||
public:
|
||||
Song retrieve_metadata(std::string&);
|
||||
Cover update_cover_art(Cover, const Song, const std::string&);
|
||||
Cover update_cover_art(const Song&, Cover& cov, const std::string&);
|
||||
|
||||
void update_metadata(Song updated_song, const Song old_song);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user