Add package metatag (#2203)

Metatag is a metadata reading & writing library, supporting id3v2.3.0 and flac, written from scratch in nim.
This commit is contained in:
Sauerbread 2022-04-18 03:08:11 +02:00 committed by GitHub
parent cccfb7b41c
commit db657aec2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25827,5 +25827,19 @@
"description": "A wrapper for <stdarg.h>",
"license": "MIT",
"web": "https://github.com/sls1005/stdarg"
},
{
"name": "metatag",
"url": "https://github.com/sauerbread/metatag",
"method": "git",
"tags": [
"mp3",
"id3",
"flac",
"metadata"
],
"description": "A metadata reading & writing library",
"license": "MIT",
"web": "https://github.com/sauerbread/metatag"
}
]