Initial version of MythTV module.
This commit is contained in:
parent
dcb83d6900
commit
e1a4c4d99c
5 changed files with 172 additions and 0 deletions
12
mythtv/templates/config.xml.erb
Normal file
12
mythtv/templates/config.xml.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
<Configuration>
|
||||
<UPnP>
|
||||
<MythFrontend>
|
||||
<DefaultBackend>
|
||||
<DBHostName><%= mythtv_dbhost -%></DBHostName>
|
||||
<DBUserName><%= mythtv_dbuser -%></DBUserName>
|
||||
<DBPassword><%= mythtv_dbpass -%></DBPassword>
|
||||
<DBName><%= mythtv_dbname -%></DBName>
|
||||
</DefaultBackend>
|
||||
</MythFrontend>
|
||||
</UPnP>
|
||||
</Configuration>
|
Loading…
Add table
Add a link
Reference in a new issue