Mediaelch: TV Show - Original Title

Created on 15 Jan 2021  路  4Comments  路  Source: Komet/MediaElch

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.

TV shows feature request

All 4 comments

Steps to take:

  • [x] Add to TVShow class
  • [x] Add to TVShow UI
  • [x] Add to TVShow NFO reader/writer
  • [x] Add to TVShow CSV Exporter
  • [x] Add to TVShow HTML Exporter
  • [x] Find out which scrapers support original titles (help appreciated)

@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());
Was this page helpful?
0 / 5 - 0 ratings