Is your feature request related to a problem? Please describe.
Series or TV Show - Original Title
In the Series UI, it does not show the Original Title.
Only the Title or Local Title.
Steps to take:
@ticao2 FYI, I plan to upload new nightlies to https://mediaelch-downloads.ameyering.de/ as bintray will shut down. The URL may still change, though.
In TMDb the name of the field for the Original Title of a TV Show is original_name.
It is not the same field name used for Movies. :-)
For episodes, the Original Title is not returned in JSON. Only the title or local title or field name.
That's what we're using :)
For TV shows and TMDb:
m_show.setOriginalTitle(data["original_name"].toString());