Skip to content

Multilanguage Settings

cytec edited this page Mar 20, 2015 · 2 revisions

Multilanguage Settings

SickRage is able to automatically download Releases for a specific Language.

Supported Languages

Currently the Supported Languages are:

  • English
  • German
  • French
  • Spanish
  • Italian

How To

When adding a Show you have the ability to select a Language from the Dropdown (previously only for Metadata) which will then automatically add some required/ignored words, in the background, based on the selected Language.

Example: If you select German from the Language Dropdown, SickRage will require either german or videoman in the Releasename.

Add new Lanugages

Adding support for a new language is quite simple. Just fork SickRage and add the required word and the correct ISO Language Code to the languageMap inside show_name_helpers.py. Note that SickRage uses his containsAtLeastOneWord function for this, so if ANY word in this list is matched it will be considered a valid release for this language.