Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat ~/.kodi/userdata/sources.xml
- <sources>
- <programs>
- <default pathversion="1"></default>
- </programs>
- <video>
- <default pathversion="1"></default>
- <source>
- <name>Auto-mounted drives</name>
- <path pathversion="1">/media/</path>
- <allowsharing>true</allowsharing>
- </source>
- <source>
- <name>thedeb</name>
- <path pathversion="1">192.168.1.2/mnt/medialibrary/tv/</path>
- <allowsharing>true</allowsharing>
- </source>
- <source>
- <name>test</name>
- <path pathversion="1">special://videoplaylists/</path>
- <allowsharing>true</allowsharing>
- </source>
- </video>
- <music>
- <default pathversion="1"></default>
- <source>
- <name>Auto-mounted drives</name>
- <path pathversion="1">/media/</path>
- <allowsharing>true</allowsharing>
- </source>
- </music>
- <pictures>
- <default pathversion="1"></default>
- </pictures>
- <files>
- <default pathversion="1"></default>
- <source>
- <name>tv</name>
- <path pathversion="1">ftps://jerry:[email protected]:22//mnt/medialibrary/tv/</path>
- <allowsharing>true</allowsharing>
- </source>
- </files>
- <games>
- <default pathversion="1"></default>
- </games>
- </sources>
Advertisement
Add Comment
Please, Sign In to add comment