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

Subtitle Files #59

Open
kerner1000 opened this issue Nov 19, 2022 · 0 comments
Open

Subtitle Files #59

kerner1000 opened this issue Nov 19, 2022 · 0 comments

Comments

@kerner1000
Copy link
Collaborator

Using multi language subtitles
Kodi supports the use of more than one external subtitle. This of course is most useful when you have more than one subtitle file, (eg. for more than language).

To use this functionality you need to rename the video file and subtitle files as follows:

Video File: The Matrix.avi
Subtitle 1: The Matrix.English.srt
Subtitle 2: The Matrix.French.srt
Subtitle 3: The Matrix.German.srt
The dot after the filename but before the extension specifies the language (you can use anything here, mix numbers and and letters or just use one or the other).
You can even mix subtitle formats, eg:

Video File: Movie Name (2006).avi
Subtitle 1: Movie Name (2006).Chinese.idx
Subtitle 1: Movie Name (2006).Chinese.sub
Subtitle 2: Movie Name (2006).Japanese.idx
Subtitle 2: Movie Name (2006).Japanese.sub
Subtitle 3: Movie Name (2006).English.srt
Subtitle 4: Movie Name (2006).French.smi
Subtitle 5: Movie Name (2006).German.ssa

Currently, subtile files are not detected as such and there are no quick-fix options.

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