-
Notifications
You must be signed in to change notification settings - Fork 16
Multilanguage Settings
SickRage is able to automatically download Releases for a specific Language.
Currently the Supported Languages are:
- English
- German
- French
- Spanish
- Italian
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.
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.