same this as video, now it uploads to the server and returns a link

This commit is contained in:
synt-xerror
2026-04-21 10:38:07 -03:00
parent 56a3d3500a
commit 5e5ca0e55e
2 changed files with 71 additions and 23 deletions

View File

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