diff options
| author | TowyTowy <towy@airreps.link> | 2026-07-12 12:11:29 +0200 |
|---|---|---|
| committer | TowyTowy <towy@airreps.link> | 2026-07-12 12:11:29 +0200 |
| commit | 5be844e1b755bca6b8dd23509f96b7040b16f2f3 (patch) | |
| tree | 9a712241fa2904e33f287e3ac9d3329814228a0e /Emby.Server.Implementations/Localization/Core/ro.json | |
| parent | 53aafcd38e1f4558ff18f5258d0d46b3a0565783 (diff) | |
Fix 3D format detection when the tag is the last token of the path
Format3DParser drops the last character of the final path token: when
IndexOfAny finds no more delimiters, the slice is taken with
'index = path.Length - 1', so e.g. "hsbs" is compared as "hsb" and
never matches any rule.
File paths are unaffected because the extension is always the final
token, but directory based media have no extension. For DVD/BluRay
folder rips (BaseVideoResolver parses the folder path via
Set3DFormat), a trailing 3D tag such as
"Gravity (2013) 3d hsbs/BDMV" is silently ignored and Video3DFormat
is never set.
This is a regression from 42a2cc174 which replaced the string.Split
based FlagParser with span slicing; the Split implementation kept the
final token intact.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core/ro.json')
0 files changed, 0 insertions, 0 deletions
