• v3.3.43 98eba0447d

    Administrator released this 2026-06-07 18:50:24 +02:00 | 14 commits to master since this release

    Forensic upload logging. Every job now emits two structured rot-log events: 'upload-start' with file size/mtime and detected container kind (mp4-iso / matroska / avi / flv / asf-wmv / mpeg-ps / mpeg-ts / etc., derived from the first 64 bytes) plus the actual head hex; 'upload-failure' on any error with the same probe info plus the HTTP status, content-type, and a 1000-byte JSON snippet of the hoster's response. This means when byse returns 'Not video file format' on a valid file, the rot-log shows 'detectedKind=mp4-iso isVideoLike=true' next to the exact payload byse sent back — instant proof of whether the issue is the file or the hoster. Visible per file via right-click → Log anzeigen, and bundled into the support .txt.

    Downloads