video uploads to the server and returns a link to the user. and a fix on manager script, that now it update the registry with the content of manyplug, instead of just the version

This commit is contained in:
synt-xerror
2026-04-21 10:27:00 -03:00
parent 3a3c1c07d4
commit 6369fcf58d
4 changed files with 67 additions and 21 deletions

View File

@@ -1,8 +1,17 @@
{
"name": "video",
"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
}
}
}