*Empty MediaWiki Message*

This commit is contained in:
Vater 2015-09-05 08:20:01 +00:00
parent 0c7af19cf6
commit f2f7d29f11
1 changed files with 50 additions and 7 deletions

View File

@ -94,23 +94,26 @@ Bei
: <code>http://172.22.99.12:8080/</code>
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>
<pre></pre>
<pre>
<video>
</pre>
<pre></pre>
<pre>
<default pathversion="1"></default>
<source>
<name>rpool</name>
<path pathversion="1">smb://storage/rpool/</path>
<allowsharing>true</allowsharing>
</source>
<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>
@ -118,8 +121,13 @@ eintragen.
<pre>
<mediasources>
<network>
</pre>
<pre></pre>
<pre>
<location id="0">smb://$account:$password@storage/rpool</location>
<location id="1">ftp://ftp.ccc.de:21/pub</location>
</pre>
<pre></pre>
<pre>
</network>
</mediasources>
</pre>
@ -133,6 +141,41 @@ eintragen.
</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 ===
: <source lang="bash">/github/boot_btrfs_nested_subvol/subvolboot2.sh create</source>