-
Notifications
You must be signed in to change notification settings - Fork 2
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 filenames have language code appended after .srt file extension #22
Comments
What do you mean by this? |
I mean that it changes the filename's file extension. - Video Name.srt - eng
+ Video Name - eng.srt May or may not matter to Kodi, because Kodi gets "told" it's a subtitle file (https://github.com/putdotio/putio-kodi/blob/v3.1.0/main.py#L135), but I certainly consider it a bug. tree ~/.kodi/temp/plugin.video.putio
|
Got it. We have 3 types of subtitles:
What are your thought on when we should append language code? I think:
|
@berkanteber wrote (#17 (comment)):
The subtitle filename now (https://github.com/putdotio/putio-kodi/releases/tag/v3.1.0) has the language code/shortname appended, but it is appended after the
.srt
file extension. This makes "srt" part of the subtitle "name" as parsed by Kodi. In general, it also breaks filename-based file type detectionExample:
Video Name.srt - eng
English - Video Name - srt (External)
.The text was updated successfully, but these errors were encountered: