format: implement generic format parser and printer
This commit is contained in:
@@ -66,7 +66,7 @@ struct MutableSong : public Song
|
||||
void setDuration(unsigned duration);
|
||||
void setMTime(time_t mtime);
|
||||
|
||||
void setTags(SetFunction set, const std::string &value, const std::string &delimiter);
|
||||
void setTags(SetFunction set, const std::string &value);
|
||||
|
||||
bool isModified() const;
|
||||
void clearModifications();
|
||||
|
||||
Reference in New Issue
Block a user