refactor
This commit is contained in:
parent
a31e08bd5f
commit
388924ed6e
16 changed files with 951 additions and 294 deletions
17
xml/advancedsettings.xml
Normal file
17
xml/advancedsettings.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<advancedsettings>
|
||||
<videodatabase>
|
||||
<type>mysql</type>
|
||||
<host>${DB_HOST}</host>
|
||||
<port>${DB_PORT}</port>
|
||||
<user>${DB_USER}</user>
|
||||
<pass>${DB_PASS}</pass>
|
||||
</videodatabase>
|
||||
<musicdatabase>
|
||||
<type>mysql</type>
|
||||
<host>${DB_HOST}</host>
|
||||
<port>${DB_PORT}</port>
|
||||
<user>${DB_USER}</user>
|
||||
<pass>${DB_PASS}</pass>
|
||||
</musicdatabase>
|
||||
<seeksteps>5, 10, 15, 20, 25, 30, 60, 120, 300</seeksteps>
|
||||
</advancedsettings>
|
Loading…
Add table
Add a link
Reference in a new issue