<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://mediatomb.cc/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://mediatomb.cc/dokuwiki/feed.php">
        <title>MediaTomb</title>
        <description></description>
        <link>http://mediatomb.cc/dokuwiki/</link>
        <image rdf:resource="http://mediatomb.cc/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2008-12-02T14:39:18+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/faq:faq?rev=1228132587&amp;do=diff"/>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/transcoding:transcoding?rev=1228097369&amp;do=diff"/>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/scripting:scripting?rev=1225793296&amp;do=diff"/>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/scripting:abcbox?rev=1225657526&amp;do=diff"/>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/scripting:previousimportscript?rev=1225656490&amp;do=diff"/>
                <rdf:li rdf:resource="http://mediatomb.cc/dokuwiki/playground:previous_code?rev=1225656245&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mediatomb.cc/dokuwiki/lib/images/favicon.ico">
        <title>MediaTomb</title>
        <link>http://mediatomb.cc/dokuwiki/</link>
        <url>http://mediatomb.cc/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://mediatomb.cc/dokuwiki/faq:faq?rev=1228132587&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-01T12:56:27+01:00</dc:date>
        <dc:creator>jin</dc:creator>
        <title>FAQ</title>
        <link>http://mediatomb.cc/dokuwiki/faq:faq?rev=1228132587&amp;do=diff</link>
        <description>General

My UPnP player can not see MediaTomb, what is wrong?


Network related problems can be difficult to track, here are some most frequently encountered cases:

	*  make sure that both, the player and the server are on the same subnet, otherwise UPnP will not work
	*  check if you can ping the player from the server, if this is not possible then you have some general network issue
	*  if you have several network interfaces, check that MediaTomb is running on the correct one (you can set the…</description>
    </item>
    <item rdf:about="http://mediatomb.cc/dokuwiki/transcoding:transcoding?rev=1228097369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-01T03:09:29+01:00</dc:date>
        <dc:creator>vrtladept</dc:creator>
        <title>Transcoding - Added new vlcaudio script for use with vlc version 0.9 or higher</title>
        <link>http://mediatomb.cc/dokuwiki/transcoding:transcoding?rev=1228097369&amp;do=diff</link>
        <description>This is the place to share transcoding settings and scripts.

Range from .flac file

This script is intended to be used to play tracks that are defined as a range in a flac file. The range and the file are specified as a dummy url that is parsed within the script.</description>
    </item>
    <item rdf:about="http://mediatomb.cc/dokuwiki/scripting:scripting?rev=1225793296&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-04T11:08:16+01:00</dc:date>
        <dc:creator>loraderon</dc:creator>
        <title>Scripting - Fixed the weird wiki behaviour</title>
        <link>http://mediatomb.cc/dokuwiki/scripting:scripting?rev=1225793296&amp;do=diff</link>
        <description>This is the place to share your import and playlist scripts. Try to not paste in code, rather upload complete scripts. Also provide a short description and a screenshot, showing how your script organizes the content.

For information on how to enable scripting, read the FAQ</description>
    </item>
    <item rdf:about="http://mediatomb.cc/dokuwiki/scripting:abcbox?rev=1225657526&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-02T21:25:26+01:00</dc:date>
        <dc:creator>allart</dc:creator>
        <title>function: abcbox - created</title>
        <link>http://mediatomb.cc/dokuwiki/scripting:abcbox?rev=1225657526&amp;do=diff</link>
        <description>for description: see structured_import_script


function abcbox(stringtobox, boxtype, divchar)
{
	// get ascii value of first character 
	var intchar = stringtobox.toUpperCase().charCodeAt(0);

	// check for numbers
	if ( (intchar &gt;= 48) &amp;&amp; (intchar &lt;= 57) )
	{
		return divchar + '0-9' + divchar;
	}
	// check for other characters
	if ( !((intchar &gt;= 65) &amp;&amp; (intchar &lt;= 90)) )
	{
		return divchar + '^\&amp;#\'' + divchar;
	}
	// all other characters are letters

	// definition of box types, adjust to …</description>
    </item>
    <item rdf:about="http://mediatomb.cc/dokuwiki/scripting:previousimportscript?rev=1225656490&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-02T21:08:10+01:00</dc:date>
        <dc:creator>allart</dc:creator>
        <title>(Previous) File Name Structured Import Script - created</title>
        <link>http://mediatomb.cc/dokuwiki/scripting:previousimportscript?rev=1225656490&amp;do=diff</link>
        <description>(Previous) File Name Structured Import Script


Back to scripting

Videos

This is how you can organise your videos into folders that correspond to the first letter of the file name.  It looks like this:



-VIDEO-
        --
        -ABC-
        -ALL-
        -DEF-
        -GHI-
        -JKL-
        -MNO-
        -PQRS-
        -T-
        -UVW-
        -XYZ-</description>
    </item>
    <item rdf:about="http://mediatomb.cc/dokuwiki/playground:previous_code?rev=1225656245&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-02T21:04:05+01:00</dc:date>
        <dc:creator>allart</dc:creator>
        <title>This is the previous code</title>
        <link>http://mediatomb.cc/dokuwiki/playground:previous_code?rev=1225656245&amp;do=diff</link>
        <description>This is the previous code


Back to the Playground

The function is called: function alphabetbox(stringtobox, boxtype, divchar).

An example always works best, so let's say we want to add an album: Woodface by Crowded House. When added we want to achieve the following structure:</description>
    </item>
</rdf:RDF>
