| Age | Commit message (Collapse) | Author |
|
External VobSub subtitle pairs (.idx and .sub) were only probed via the
bare .sub file. In cases where multiple languages are present, this
results in missing language metadata.
Fix by detecting the matching .idx file during media info resolution
to run ffprobe on that file and skip processing the .sub entirely.
ffprobe will automatically find the matching (same directory,
case-sensitive base) .sub file and process both.
Added regression tests covering idx/sub pairing, unpaired files,
cross-directory pairs, and language-flagged filenames.
Fixes #17745
|
|
|
|
|
|
Check hearing impared flags with equality instead of contains
Original-merge: a89678074e7663c1240286a04bb2eead9ef633a7
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
|
|
Some simple changes to reduce the number of allocated strings
|
|
|
|
|
|
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
|
Convert MediaFlagDelimiter back to char
|
|
|
|
recognition, consolidate and extend NamingOptions
|