Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
Declutters the Einstellungen tab: the per-hoster panels (Retries, Max Speed, Parallel Uploads, Restart-below, Interval, Max Size, log-to-file) are no longer listed there. Each hoster group in the Accounts tab now has a collapsible "Upload-Einstellungen" section with exactly those controls, so everything about a hoster lives in one place. The Einstellungen tab shows a short pointer to where they moved. Per-hoster edits in Accounts save via a dedicated lightweight handler (scheduleHosterSettingsSave → saveHosterSettings) that touches only hosterSettings — it deliberately does NOT route through the global saveSettings, so tweaking a hoster slider can't re-run the folder-monitor start/stop or clobber global fields. The global saveSettings still reads .hs-input[data-hoster] wherever they live, and global inputs (which have no data-hoster) are unaffected. The new inputs drop the .settings-autosave class and bind via delegation on the persistent accounts container so they survive re-renders. 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