Files
manyplug-repo/audio/manyplug.json
2026-04-21 13:31:02 -03:00

18 lines
366 B
JSON

{
"name": "audio",
"author": "SyntaxError <dev@maneos.net> (https://git.maneos.net)",
"version": "2.1.0",
"category": "media",
"service": false,
"externalDependencies": {
"yt-dlp": {
"command": "yt-dlp",
"optional": false
},
"ffmpeg": {
"command": "ffmpeg",
"optional": false
}
}
}