Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in parsing filename #116

Open
dirkdevries96 opened this issue Nov 9, 2024 · 0 comments
Open

Bug in parsing filename #116

dirkdevries96 opened this issue Nov 9, 2024 · 0 comments

Comments

@dirkdevries96
Copy link

dirkdevries96 commented Nov 9, 2024

Using version 0.1.11

I have a folder with files following the structure Title.YYYY.S01E01.1080p.BluRay.AVC.DTS.mkv which causes a parsing bug. Resulting in the following output:

Ripping subtitles [------------------------------------] 0% ./Title.YYYY.S01E10.1080p.BluRay.AVC.mkv [5:nl]Error while trying to rip ./Title.YYYY.S01E10.1080p.BluRay.AVC.nl.mkv: [Command '['mkvextract', './Title.YYYY.S01E10.1080p.BluRay.AVC.dts.mkv', 'tracks', '5:/tmp/Title.YYYY.S01E10.1080p.BluRay.AVC.dts.mkvelhumpap.pgsrip/5.dts.sup']'

It seems that the .DTS part of the filename gets omitted in some areas, made lowercase in other areas, and is included in the temp .sup file. Removing the .DTS part in the filenames resolves the issue.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant