I use VLC that automatically opens subtitles with same name as movie:

Movie:    [Name].avi
Sutitles: [Name].srt

But i wonder how should i name subtitles if i have more than one.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Just add the name of the language between the movie name and the extension:

Just like:

Movie: [Name].avi
English Subtitles:[Name].en.avi
French Subtitles: [Name].fr.avi
Spanish Subtitles: [Name].es.avi
link|improve this answer
What if there's more than one file for the same language? E.g., multiple translations. – phogg Oct 14 '11 at 17:01
I believe it should work fine if you just append numbers as well, ie: [Name}.en1.srt – Alex Miller Oct 14 '11 at 17:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.