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/06 19:57]
joky
libreelec [2020/01/12 17:05] (aktuell)
joky [Einrichtung über SSH]
Zeile 14: Zeile 14:
  
   mount /flash/ -o remount,rw   mount /flash/ -o remount,rw
-  wget -O .kodi/media/Splash.png http://intern.preuner.at/kodi/splash.png +  wget -O .kodi/media/splash.jpg http://intern.preuner.at/kodi/splash.jpg 
-  cp .kodi/media/Splash.png /flash/oemsplash.png+  wget -O .kodi/media/splash.png http://intern.preuner.at/kodi/splash.png 
 +  cp .kodi/media/splash.png /flash/oemsplash.png
   mkdir -p .kodi/addon_data/pvr.hts   mkdir -p .kodi/addon_data/pvr.hts
   cat << EOF > .kodi/addon_data/pvr.hts/settings.xml   cat << EOF > .kodi/addon_data/pvr.hts/settings.xml
Zeile 35: 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
Zeile 574: Zeile 575:
     </path>     </path>
   </passwords>   </passwords>
 +  EOF
  
libreelec.1578340674.txt.gz · Zuletzt geändert: 2020/01/06 19:57 von joky