Added most functionality. Missing Cover manipulation and tagging.

This commit is contained in:
DWW
2022-07-18 17:53:23 +03:00
commit 0fd2679d51
6 changed files with 22576 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
all:
g++ main.cpp -o mcat_dl
.PHONY: all