kodi: add module

Kodi is a media center software.
This commit is contained in:
Daniel Wagenknecht 2021-10-21 16:40:36 +02:00 committed by Robert Helgesson
parent 93b52ce0bd
commit cbc176010b
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
13 changed files with 372 additions and 0 deletions

View 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>