Kodi Community Forum

Full Version: Internal Subtitle name/metadata
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is there a way to get the currently playing video's subtitle name/filename/data? If it's an internal subtitle?

I know we can useĀ 
Code:
ListItem.SubtitleLanguage
to get the current 3-character language, but I want the entire name/filename.

Thank you.