Skip to content

v1.8.2 — variant detection fix + download resume + notifications

Choose a tag to compare

@chethan62 chethan62 released this 25 Jun 15:06
· 20 commits to main since this release

🔬 M3U8 Variant Parsing (v1.8.0)

Master HLS manifests now auto-fetched and parsed. Collapsible master rows show variants with resolution, bitrate, and codec info. Correctly distinguishes combined (video+audio), video-only, and audio-only variants.

📏 File Size + Emoji Icons (v1.8.0)

Content-Length displayed for direct files. Every row has a type emoji (🎬🎵💬📦📄). Detail subtitle line shows master/variant/quality info.

🚀 Batch Grab All (v1.8.0)

"Grab All" button sends every detected URL to the grabber in sequence.

🔄 Download Resume + Retry (v1.8.2)

N_m3u8DL-RE now runs with --enable-resume so interrupted downloads pick up where they left off. New POST /retry/<id> endpoint to re-run failed jobs.

🔔 Completion Notifications (v1.8.2)

Browser notification fires when each download completes, showing the filename.

🏷 Expanded Type Detection (v1.7.7-1.8.2)

MKV, AVI, MOV, WAV, SRT, VTT, ASS — all get proper colored badges and emoji icons. Subtitle extensions now detected and filterable.

🐧 SSD-Friendly (v1.8.2)

N_m3u8DL-RE downloads all segments to /tmp (tmpfs/RAM) — only the final merged file touches the SSD.