Option for subtitle named moviename.lang.uploader.srt

Asked by Jeppe Dam

When multiple subtitles exist for the same movie, it would be nice to be able to do name the subtitles like this: moviefilename.languageXXX.uploader.srt

For now I accomplished it by doing this:

elif optionSubtitleName == QVariant("SAME_VIDEOPLUSLANG"):
           subFileName = without_extension(video.getFileName()) +"." +subtitle.getLanguageXXX() +"." +subtitle.getUploader()+"." + sub_extension

A more proper configurable solution would be nice.

Question information

Language:
English Edit question
Status:
Open
For:
SubDownloader Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

Can you help with this problem?

Provide an answer of your own, or ask Jeppe Dam for more information if necessary.

To post a message you must log in.