kodi: add module
Kodi is a media center software.
This commit is contained in:
parent
93b52ce0bd
commit
cbc176010b
13 changed files with 372 additions and 0 deletions
16
tests/modules/programs/kodi/example-sources-expected.xml
Normal file
16
tests/modules/programs/kodi/example-sources-expected.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!-- Generated by Home Manager. -->
|
||||
<sources>
|
||||
<video>
|
||||
<default>movies</default>
|
||||
<source>
|
||||
<allowsharing>true</allowsharing>
|
||||
<name>videos</name>
|
||||
<path pathversion="1">/path/to/videos</path>
|
||||
</source>
|
||||
<source>
|
||||
<allowsharing>true</allowsharing>
|
||||
<name>movies</name>
|
||||
<path pathversion="1">/path/to/movies</path>
|
||||
</source>
|
||||
</video>
|
||||
</sources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue