Added a way to set custom tag delimiters for artists and for other fields, fixes #417
This commit is contained in:
@@ -84,6 +84,7 @@ namespace Av
|
||||
public:
|
||||
virtual ~IAudioFile() = default;
|
||||
|
||||
// Keys are forced to be in upper case
|
||||
using MetadataMap = std::unordered_map<std::string, std::string>;
|
||||
|
||||
virtual const std::filesystem::path& getPath() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user