Files
manyplug-repo/audio/manyplug.json

18 lines
366 B
JSON

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