Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
User reported uploads appearing on the byse dashboard (2+ GB MKV, Server #262, status OK) even though the app marked them failed. The byse API sometimes replies with msg=OK + files:[{filecode:"", status:"Not video file format"}] — a misleading response where the file is actually being accepted and gets its filecode assigned asynchronously. - Before the upload POST, snapshot the current /api/file/list to know what was already there. - If parseByseResult returns an empty filecode (or throws a fileRejected error), poll /api/file/list up to 15 × 2s looking for a new file_code matching the uploaded filename (case/punct normalized, extension stripped). - If matched, return the real download/embed URLs and let the upload complete as successful. Only throw the parser's error if polling also finds nothing. |
||
|---|---|---|
| assets | ||
| lib | ||
| renderer | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| app.py | ||
| electron-config.json | ||
| eslint.config.mjs | ||
| hosters.py | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| preload-drop-target.js | ||
| preload.js | ||
| README.md | ||
| requirements.txt | ||
Multi-Hoster-Upload
Desktop-Anwendung zum gleichzeitigen Hochladen von Dateien auf mehrere File-Hosting-Dienste.
Unterstuetzte Hoster
- doodstream.com - API-Key basiert
- voe.sx - API-Key basiert
- vidmoly.me - Login basiert (Username/Passwort)
- byse.sx - API-Key basiert
Installation
Setup (empfohlen)
Lade die Multi-Hoster-Upload Setup X.X.X.exe aus den Releases herunter und installiere.
Portable
Lade die Multi-Hoster-Upload X.X.X.exe herunter. Keine Installation noetig.
Entwicklung
npm install
npm start
Build
npm run release:win
Erzeugt Setup + Portable EXE im release/ Ordner.
Release
GITEA_TOKEN=dein_token npm run release:gitea -- 1.0.1 "Release notes"
Features
- Drag & Drop oder Dateiauswahl
- Gleichzeitiger Upload zu mehreren Hostern
- Echtzeit-Fortschrittsanzeige
- Ergebnis-Tabelle mit Sortierung und Kopier-Funktion
- Upload-Verlauf (letzte 100 Eintraege)
- Health-Check fuer Hoster-Verbindungen
- Auto-Updater (prueft git.24-music.de)
- Log-Datei kompatibel mit File & Image Uploader Format