Guest User

cat ~/.kodi/userdata/sources.xml

a guest
Jun 8th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. cat ~/.kodi/userdata/sources.xml
  2. <sources>
  3. <programs>
  4. <default pathversion="1"></default>
  5. </programs>
  6. <video>
  7. <default pathversion="1"></default>
  8. <source>
  9. <name>Auto-mounted drives</name>
  10. <path pathversion="1">/media/</path>
  11. <allowsharing>true</allowsharing>
  12. </source>
  13. <source>
  14. <name>thedeb</name>
  15. <path pathversion="1">192.168.1.2/mnt/medialibrary/tv/</path>
  16. <allowsharing>true</allowsharing>
  17. </source>
  18. <source>
  19. <name>test</name>
  20. <path pathversion="1">special://videoplaylists/</path>
  21. <allowsharing>true</allowsharing>
  22. </source>
  23. </video>
  24. <music>
  25. <default pathversion="1"></default>
  26. <source>
  27. <name>Auto-mounted drives</name>
  28. <path pathversion="1">/media/</path>
  29. <allowsharing>true</allowsharing>
  30. </source>
  31. </music>
  32. <pictures>
  33. <default pathversion="1"></default>
  34. </pictures>
  35. <files>
  36. <default pathversion="1"></default>
  37. <source>
  38. <name>tv</name>
  39. <path pathversion="1">ftps://jerry:[email protected]:22//mnt/medialibrary/tv/</path>
  40. <allowsharing>true</allowsharing>
  41. </source>
  42. </files>
  43. <games>
  44. <default pathversion="1"></default>
  45. </games>
  46. </sources>
Advertisement
Add Comment
Please, Sign In to add comment