mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
cbc176010b
Kodi is a media center software.
16 lines
396 B
XML
16 lines
396 B
XML
<!-- 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>
|