This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
11.5.0
New features!
- Custom branding - you can set
app_name
in the config.yml file to override the displayed application name. - multi-language support:
- Multistreamer will auto-load any language files in
lib/multistreamer/lang/*.lua
- The system admin can set a default language with
lang_id
in the config.yml file (default:en_us
) - Users can set their own preferred language in the profile page
- Language files don't need 100% coverage - if any fields are missing,
en_us
will be used instead. - example silly translation:
en_pirate.lua
- Multistreamer will auto-load any language files in