Benutzer-Werkzeuge

Webseiten-Werkzeuge


libreelec

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
libreelec [2020/01/12 10:55]
joky
libreelec [2020/01/12 17:05] (aktuell)
joky [Einrichtung über SSH]
Zeile 36: Zeile 36:
   cat << EOF > .kodi/userdata/sources.xml   cat << EOF > .kodi/userdata/sources.xml
   <sources>   <sources>
-    <programs> +  <programs> 
-        <default pathversion="1"></default> +      <default pathversion="1"></default> 
-    </programs> +  </programs> 
-    <video> +  <video> 
-        <default pathversion="1"></default> +      <default pathversion="1"></default> 
-        <source> +      <source> 
-            <name>Videos</name> +          <name>Videos</name> 
-            <path pathversion="1">smb://192.168.0.1/dokumente/Videos/</path> +          <path pathversion="1">smb://192.168.0.1/Videos/</path> 
-            <allowsharing>true</allowsharing> +          <allowsharing>true</allowsharing> 
-        </source> +      </source> 
-    </video> +  </video> 
-    <music> +  <music> 
-        <default pathversion="1"></default> +      <default pathversion="1"></default> 
-        <source> +      <source> 
-            <name>Music</name> +          <name>Music</name> 
-            <path pathversion="1">/storage/music/</path> +          <path pathversion="1">/storage/music/</path> 
-            <allowsharing>true</allowsharing> +          <allowsharing>true</allowsharing> 
-        </source> +      </source> 
-    </music> +  </music> 
-    <pictures> +  <pictures> 
-        <default pathversion="1"></default> +      <default pathversion="1"></default> 
-        <source> +      <source> 
-            <name>Fotos</name> +          <name>Fotos</name> 
-            <path pathversion="1">smb://192.168.0.1/dokumente/Fotos/</path> +          <path pathversion="1">smb://192.168.0.1/Fotos/</path> 
-            <allowsharing>true</allowsharing> +          <allowsharing>true</allowsharing> 
-        </source> +      </source> 
-        <source> +      <source> 
-            <name>Präsentationen</name> +          <name>Präsentationen</name> 
-            <path pathversion="1">smb://192.168.0.1/dokumente/Fotos/Präsentationen/</path> +          <path pathversion="1">smb://192.168.0.1/Fotos/Präsentationen/</path> 
-            <allowsharing>true</allowsharing> +          <allowsharing>true</allowsharing> 
-        </source> +      </source> 
-    </pictures> +  </pictures> 
-    <files> +  <files> 
-        <default pathversion="1"></default> +      <default pathversion="1"></default> 
-    </files>+  </files>
   </sources>   </sources>
   EOF   EOF
libreelec.1578826502.txt.gz · Zuletzt geändert: 2020/01/12 10:55 von joky