Configuration - rocky4546/tvheadend-locast GitHub Wiki

The config.ini file can exist either at the top install folder or within the data folder normally within the installation. Best way to edit the configuration is to go to the apps web-site at http://[ip]:6077/ and select an area in Settings. Hover over any attribute to see a description. Removing a value will cause the value to return to its default value.

Initial setup would contain at least one plugin configuration. For Locast, the minimum configuration in the config.ini file is

   [locast]
   login-username = myusername
   login-password = mypassword

   [locast_default]
   label = Locast Default

By adding a [pluginname_instancename] with an attribute to the config.ini, the plugin instance will be enabled. You can use any lowercase name for the instance; however, the databases should be purged if the name is changed. The label can be any string, up to 255 characters. As an example, below is an instance for Denver

   [locast_denver]
   label = Denver's Awesomeness
⚠️ **GitHub.com Fallback** ⚠️