Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Hyperflux (unreleased)
======================

--extract-scan can now find any file type, not just streaming video. By default
it looks for video and audio; pass --scan-ext=iso,zip,mkv,flac (any extensions,
any type) to scan for those instead, which also works on a plain directory
listing. When a page has more than one matching file, flux opens a multi-select
so you choose which ones go into the generated config.


Hyperflux 2.1.0 (2026-06-19)
============================

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ discovery is content-driven: it follows promising links even without a standard
`/watch` or `/play` pattern, stays within the series you scan, and ignores ad and
onclick/popunder traps.

By default the scan looks for video and audio. Pass `--scan-ext=iso,zip,mkv,flac`
to find any file type instead (disk images, archives, anything), which also works
on a plain directory listing. With more than one file it opens a multi-select so
you choose which ones go into the config.

The scan prints the config and stashes a pending copy instead of activating it.
When you are happy with it, run the `flux --save-config <id>` line it suggests to
install it active. Use `-o FILE` to write straight to a path instead.
Expand Down
Loading
Loading