15 Commits
Author SHA1 Message Date
l4kr 10d7c14444 Fall back to first audio track when none preferred
Auto-selection still prefers Japanese/Chinese/undefined audio, but
if a file has none of those (e.g. only English), the first audio
track is pre-checked instead of leaving no audio track selected.
v1.0.7
2026-07-08 10:53:48 +02:00
l4kr c7c125d40b Match and mux in dropped external subtitles
Drag in subtitle files alongside .mkv files and they're matched to
the right video by episode code (S04E06, zero-padding and separator
insensitive, plus 4x06 as a fallback) and muxed in as extra subtitle
tracks. Any subtitle format mkvmerge accepts is recognized: SRT,
(S)SA, VobSub, WebVTT, PGS/SUP, USF, SAMI, TTML/DFXP, STL, Kate.

Matching works regardless of drop order — subtitles dropped before
their video are held pending until a matching video shows up, and
vice versa. Language, forced, and SDH flags are guessed from common
filename tokens (e.g. "eng", "forced", "sdh") to set the muxed
track's language/name/flags; unmatched subtitles are reported in the
status bar.
v1.0.6
2026-07-08 10:37:56 +02:00
l4kr 304d9ad047 Bump version to 1.0.5
Handle [TAG] NN episode-only filenames: when a file already
carries a bracket tag prefix followed directly by an episode
number (e.g. [WBDP] 03 - Deus Vult), inject the show name
from the parent folder between the tag and the episode part.

Also update ExtractShowName to handle bracket-style folder
names (text before the first [ is the show name).
v1.0.5
2026-07-07 14:15:43 +02:00
l4kr 11a519d309 Ignore publish/ build output v1.0.4 2026-07-05 17:14:16 +02:00
l4kr 8b94fefe0f Bump version to 1.0.4
Extract in-filename suffix release tag (e.g. -DemiHuman) and
move it to a [DemiHuman] bracket prefix, stripping it from the
filename. File-level tag takes priority over folder-derived tag.
2026-07-05 17:14:08 +02:00
l4kr 02ce7bb872 Bump version to 1.0.3
- Suffix release tag support: folder name ending in -TAG
  prepends [TAG] to output filenames
- Show name injection from parent folder for episode-only
  filenames (e.g. S01E01-Name.mkv)
- Queue and logs display predicted output filename
- Run button label reflects rename when applicable
- Gray out main UI while strip/rename is in progress
v1.0.3
2026-07-05 16:42:55 +02:00
l4kr e61cb5e709 fixed space to play 2026-07-04 12:08:56 +02:00
l4kr a322b6bb00 fixed shit with the renames 2026-07-04 12:01:13 +02:00
l4kr 1909b7152a Bump version to 1.0.2 v1.0.2 2026-07-04 11:50:16 +02:00
l4kr e7c5d4aca5 add prefix to files if they don't have it 2026-07-04 11:48:44 +02:00
l4kr d995dc3c48 Lower default strip concurrency to 3 v1.0.1 2026-07-04 02:55:42 +02:00
l4kr 759d7e61d3 Ignore zip build artifacts 2026-07-04 02:37:24 +02:00
l4kr 05c496c10b Add overall progress, notifications, and UI polish
- Unify audio/subtitle selection: single-select, auto-default,
  cross-file propagation by exact name
- Show file size in queue, group divider and reordered columns in
  track table, drop accent highlight on row selection
- Add cumulative progress bar (files finished, MB copied) to the
  stripping window
- Add Windows toast notifications on stripping completion/cancel/error
- Restart the app after settings are changed; Cancel no longer
  clears the queue, only closes the window
- Add ConfigureAwait(false) throughout MkvService so concurrent
  strips don't starve the UI thread
- Hardcode scan/strip concurrency (10/5) instead of exposing it in
  Settings
v1.0.0
2026-07-04 02:35:26 +02:00
l4kr 9b1bd51bd3 Add chapters display, gray out fixed tracks, spacebar preview 2026-07-04 00:58:28 +02:00
l4kr 1208cadc3b Initial commit: Futonizer MKV track stripper 2026-07-04 00:43:37 +02:00