diff --git a/electron-config.json b/electron-config.json index 628b696..d20e210 100644 --- a/electron-config.json +++ b/electron-config.json @@ -1,8 +1,10 @@ { "hosters": { "doodstream.com": { - "enabled": true, - "apiKey": "480618be3tgxt6xg1vkjwg" + "enabled": false, + "apiKey": "", + "username": "", + "password": "" }, "voe.sx": { "enabled": true, @@ -19,6 +21,117 @@ "apiKey": "83124r74v61t9dmojm4gz" } }, + "hosterSettings": { + "doodstream.com": { + "retries": 3, + "maxSpeedKbs": 0, + "parallelCount": 2, + "restartBelowKbs": 0, + "timeIntervalSec": 0, + "maxSizeMb": 0 + }, + "voe.sx": { + "retries": 3, + "maxSpeedKbs": 0, + "parallelCount": 2, + "restartBelowKbs": 0, + "timeIntervalSec": 0, + "maxSizeMb": 0 + }, + "vidmoly.me": { + "retries": 25, + "maxSpeedKbs": 0, + "parallelCount": 2, + "restartBelowKbs": 0, + "timeIntervalSec": 1, + "maxSizeMb": 0 + }, + "byse.sx": { + "retries": 3, + "maxSpeedKbs": 0, + "parallelCount": 2, + "restartBelowKbs": 0, + "timeIntervalSec": 0, + "maxSizeMb": 0 + } + }, + "globalSettings": { + "alwaysOnTop": false, + "shutdownAfterFinish": "nothing", + "logFilePath": "", + "resumeQueueOnLaunch": true, + "parallelUploadCount": 0, + "scaleParallelUploads": true, + "removeFromQueueOnDone": false, + "pendingQueue": { + "selectedUploadHosters": [ + "doodstream.com", + "voe.sx", + "vidmoly.me", + "byse.sx" + ], + "selectedFiles": [ + { + "path": "C:\\Users\\ploet\\Downloads\\Einfach mal die Fresse halten!!!.mp4", + "name": "Einfach mal die Fresse halten!!!.mp4", + "size": 0 + } + ], + "queueJobs": [ + { + "id": "preview-1773193741983-c1qa7p", + "file": "C:\\Users\\ploet\\Downloads\\Einfach mal die Fresse halten!!!.mp4", + "fileName": "Einfach mal die Fresse halten!!!.mp4", + "hoster": "doodstream.com", + "status": "preview", + "bytesTotal": 0, + "error": null, + "result": null, + "maxAttempts": 0 + }, + { + "id": "preview-1773193741983-bvlsvn", + "file": "C:\\Users\\ploet\\Downloads\\Einfach mal die Fresse halten!!!.mp4", + "fileName": "Einfach mal die Fresse halten!!!.mp4", + "hoster": "voe.sx", + "status": "preview", + "bytesTotal": 0, + "error": null, + "result": null, + "maxAttempts": 0 + }, + { + "id": "preview-1773193741983-a7aixs", + "file": "C:\\Users\\ploet\\Downloads\\Einfach mal die Fresse halten!!!.mp4", + "fileName": "Einfach mal die Fresse halten!!!.mp4", + "hoster": "vidmoly.me", + "status": "preview", + "bytesTotal": 0, + "error": null, + "result": null, + "maxAttempts": 0 + }, + { + "id": "preview-1773193741983-39jnfg", + "file": "C:\\Users\\ploet\\Downloads\\Einfach mal die Fresse halten!!!.mp4", + "fileName": "Einfach mal die Fresse halten!!!.mp4", + "hoster": "byse.sx", + "status": "preview", + "bytesTotal": 0, + "error": null, + "result": null, + "maxAttempts": 0 + } + ] + }, + "scramble": { + "active": false, + "prefix": "", + "suffix": "", + "chars": "both", + "length": 0 + } + }, "history": [ { "id": "batch-1771639560711", @@ -235,6 +348,79 @@ ] } ] + }, + { + "id": "batch-1773173725103", + "timestamp": "2026-03-10T20:15:25.339Z", + "total": 1, + "succeeded": 1, + "failed": 0, + "files": [ + { + "name": "test-e2e-upload.txt", + "size": 22, + "results": [ + { + "hoster": "voe.sx", + "status": "done", + "download_url": null, + "embed_url": null, + "file_code": null + } + ] + } + ] + }, + { + "id": "batch-1773176124038", + "timestamp": "2026-03-10T20:55:24.931Z", + "total": 1, + "succeeded": 1, + "failed": 0, + "files": [ + { + "name": "Einfach mal die Fresse halten!!!.mp4", + "size": 172248, + "results": [ + { + "hoster": "voe.sx", + "status": "done", + "download_url": "https://voe.sx/nlvswooic50v", + "embed_url": "https://voe.sx/e/nlvswooic50v", + "file_code": "nlvswooic50v" + } + ] + } + ] + }, + { + "id": "batch-1773176209320", + "timestamp": "2026-03-10T20:56:59.349Z", + "total": 2, + "succeeded": 2, + "failed": 0, + "files": [ + { + "name": "export_1771588307185.mov", + "size": 7330963, + "results": [ + { + "hoster": "voe.sx", + "status": "done", + "download_url": "https://voe.sx/qh1jriyz5up7", + "embed_url": "https://voe.sx/e/qh1jriyz5up7", + "file_code": "qh1jriyz5up7" + }, + { + "hoster": "doodstream.com", + "status": "done", + "download_url": "https://dsvplay.com/d/q5tib39woqq4", + "embed_url": "https://dsvplay.com/e/q5tib39woqq4", + "file_code": "q5tib39woqq4" + } + ] + } + ] } ] } \ No newline at end of file diff --git a/renderer/index.html b/renderer/index.html index 9e30893..f078d4e 100644 --- a/renderer/index.html +++ b/renderer/index.html @@ -25,7 +25,7 @@