Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
Two related visibility improvements. 1. Status cell now shows which account the job is running on: "Upload · Primär", "Retry 2/3 · Fallback #1: <error>", etc. - _emitProgress passes task.accountId in every progress event - renderer maps accountId → position in config.hosters[hoster] and renders "Primär" for index 0 and "Fallback #N" for the rest - Applies to uploading/getting-server/retrying (static states like done/error already tell their own story) 2. Right-click on a job → "Log anzeigen" opens a modal with the full per-job trail: every rot-log entry tagged with that job's jobId plus every non-uploading progress transition. Replaces the need to grep account-rotation.log for a single filename. - UploadManager: all 13 job-scoped _rotLog calls now carry jobId - main.js: _jobLogCollector Map<jobId, Array<entry>> with 200-entry ring buffer per job; cleared on each new start-upload (fresh batch = fresh log). addJobs mid-batch keeps history. - New IPC 'get-job-log' returns the array; preload.js exposes window.api.getJobLog(jobId) - renderer: modal card + context-menu item "Log anzeigen"; entries formatted as "[HH:MM:SS.mmm] [event] k=v k=v"; copy-to- clipboard button |
||
|---|---|---|
| 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