Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
Adds a custom HTML menu bar above the tab bar, replicating the Real-Debrid Downloader's look: click-to-open triggers, hover-switch between open menus, click-outside / Escape to close, right-flyout submenus. - Datei: Dateien hinzufügen, Ordner hinzufügen, Sicherung submenu (Export/Import backup), Neustart, Beenden. - Einstellungen: "Einstellungen öffnen" (jumps to the settings tab) plus an inline live grid with the max-parallel-uploads spinner and a speed-limit checkbox + MB/s spinner, both two-way-synced with the Settings tab fields via saveGlobalSettings (parallelUploadCount / globalMaxSpeedKbs). - Hilfe: Log-Ordner öffnen, Diagnose-Paket exportieren, Suche Aktualisierungen. Wiring reuses existing handlers (addFiles/addFolder buttons, doBackupExport/ Import, openLogFolder, createSupportBundle, checkForUpdate) and two new tiny IPC handlers app:restart (app.relaunch+quit) / app:quit. initMenuBar() is wrapped in try/catch in setupListeners so a menu fault can never break core app init. CSS maps the downloader's menu styles onto this app's theme vars. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| assets | ||
| lib | ||
| renderer | ||
| scripts | ||
| tasks | ||
| tests | ||
| .gitignore | ||
| app.py | ||
| 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