*Empty MediaWiki Message*

This commit is contained in:
Vater 2015-09-05 08:20:01 +00:00
parent 0c7af19cf6
commit f2f7d29f11

View File

@ -94,23 +94,26 @@ Bei
: <code>http://172.22.99.12:8080/</code> : <code>http://172.22.99.12:8080/</code>
eintragen. eintragen.
==== Kodi Quellen ==== ==== Quellen für Daten bei Kodi ====
===== Dateien von storage als Quelle für Daten bei Kodi =====
: <source lang="bash">$EDITOR ~/.xbmc/userdata/sources.xml</source> : <source lang="bash">$EDITOR ~/.xbmc/userdata/sources.xml</source>
<pre></pre> <pre></pre>
<pre> <pre>
<video> <video>
</pre>
<pre></pre>
<pre>
<default pathversion="1"></default> <default pathversion="1"></default>
<source> <source>
<name>rpool</name> <name>rpool</name>
<path pathversion="1">smb://storage/rpool/</path> <path pathversion="1">smb://storage/rpool/</path>
<allowsharing>true</allowsharing> <allowsharing>true</allowsharing>
</source> </source>
<source> </pre>
<name>ftp.ccc.de</name> <pre></pre>
<path pathversion="1">ftp://ftp.ccc.de:21/pub/</path> <pre>
<allowsharing>true</allowsharing>
</source>
</video> </video>
</pre> </pre>
<pre></pre> <pre></pre>
@ -118,8 +121,13 @@ eintragen.
<pre> <pre>
<mediasources> <mediasources>
<network> <network>
</pre>
<pre></pre>
<pre>
<location id="0">smb://$account:$password@storage/rpool</location> <location id="0">smb://$account:$password@storage/rpool</location>
<location id="1">ftp://ftp.ccc.de:21/pub</location> </pre>
<pre></pre>
<pre>
</network> </network>
</mediasources> </mediasources>
</pre> </pre>
@ -133,6 +141,41 @@ eintragen.
</pre> </pre>
<pre></pre> <pre></pre>
===== öffentliche chaotische Dateien als Quelle für Dateien bei Kodi =====
: <source lang="bash">$EDITOR ~/.xbmc/userdata/sources.xml</source>
<pre></pre>
<pre>
<video>
</pre>
<pre></pre>
<pre>
<source>
<name>ftp.ccc.de</name>
<path pathversion="1">ftp://ftp.ccc.de:21/pub/</path>
<allowsharing>true</allowsharing>
</source>
</pre>
<pre></pre>
<pre>
</video>
</pre>
<pre></pre>
: <source lang="bash">$EDITOR ~/.xbmc/userdata/mediasources.xml</source>
<pre>
<mediasources>
<network>
</pre>
<pre></pre>
<pre>
<location id="1">ftp://ftp.ccc.de:21/pub</location>
</pre>
<pre></pre>
<pre>
</network>
</mediasources>
</pre>
=== btrfs boot environment erstellen === === btrfs boot environment erstellen ===
: <source lang="bash">/github/boot_btrfs_nested_subvol/subvolboot2.sh create</source> : <source lang="bash">/github/boot_btrfs_nested_subvol/subvolboot2.sh create</source>