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

Fix FileNotFound error when manually import media with duplicated subtitles in metadata. #840

Open
wants to merge 1 commit into
base: testing
Choose a base branch
from

Conversation

whypro
Copy link

@whypro whypro commented Nov 30, 2024

If the video metadata contains two subtitles with the same title, during manual import, there will be two records in the metadata. However, in the file system, only one subtitle file will be saved due to the identical name. This results in a FileNotFound error during subsequent file moves. This PR fixes the issue.

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

Successfully merging this pull request may close these issues.

1 participant