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

Unable to handle BDRip videos produced by AI-Raws. #72

Closed
vizmoe opened this issue Dec 11, 2024 · 1 comment · Fixed by #76
Closed

Unable to handle BDRip videos produced by AI-Raws. #72

vizmoe opened this issue Dec 11, 2024 · 1 comment · Fixed by #76
Labels
bug Something isn't working

Comments

@vizmoe
Copy link

vizmoe commented Dec 11, 2024

AI-Raws' BDRip video file names include fields like Hash and resolution, which can lead to software errors in identifying episode numbers. Subtitle files often require manual renaming to 01.ass, 02.ass, etc., for proper alignment.

Example filename of an AI-Raws video: [AI-Raws] 机动警察パトレイバー #1 (BD HEVC 1440x1080 FLAC)[9F218F24].mkv

@qwqcode
Copy link
Owner

qwqcode commented Jan 10, 2025

I found that the reason for incorrect matches in the automatic matching algorithm might be related to the issue of composite character equivalence in Unicode for Japanese kana. For example, パ (U+30D1) is sometimes recognized as U+30CF (ハ) + U+309A (a voiced sound mark), which causes the problem.

SCR-20250111-befc

Thanks for letting me know! This issue will be fixed in the next version. ^ ^

SCR-20250111-bcod

Reference:

@qwqcode qwqcode added the bug Something isn't working label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants