mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-10 01:53:07 +00:00
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:
parent
cccfb7b41c
commit
db657aec2e
@ -25827,5 +25827,19 @@
|
|||||||
"description": "A wrapper for <stdarg.h>",
|
"description": "A wrapper for <stdarg.h>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/sls1005/stdarg"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user