vista_client v0.1.1 VistaClient.Film

Link to this section Summary

Functions

Gets real film names from sortable names with trailing pronouns. Works with German and English pronouns.

Link to this section Functions

Link to this function

from_map_list(films, opts \\ [ignore_errors: false])

Link to this function

handle_validity(structs, filtered, arg3)

Link to this function

transform_name(name_string)

Gets real film names from sortable names with trailing pronouns. Works with German and English pronouns.

Examples

  iex> VistaClient.Film.transform_name("great Escape, The")
  "The great Escape"

  iex> VistaClient.Film.transform_name("große Flucht, Die")
  "Die große Flucht"
Link to this function

transform_rating(rating)