Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
Deep bug-hunt of the per-hoster logToFile feature found the feature itself clean (7 data flows traced: secret-store leaves hosterSettings alone, save round-trip preserves the key for account-less hosters, backup import/export round-trips, updateSettings full-replaces with default-true fallback, checkbox branch precedes numeric coercion, boolean survives IPC→JSON→parse intact). The one real interaction effect: _autoDeduplicateFromLog reads fileuploader.log on startup to drop already-uploaded files from the restored queue. With logToFile off for a hoster, its entries are absent, so the same file could be re-uploaded after a restart. The dedup↔log coupling predates this feature; the toggle just makes it observable. Make it transparent in the checkbox hint rather than silently shipping the surprise. Full decoupling (a separate always-written dedup index independent of the user-facing log) is a larger, separate change with its own risk surface — deferred unless wanted. 147/147 tests still green. |
||
|---|---|---|
| assets | ||
| lib | ||
| renderer | ||
| scripts | ||
| tasks | ||
| 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