====Custom import scripts====
Mediatomb has the possibility to display your imported media files with a customized directory view. Some examples and descriptions of how to make your own scripts can be found [http://mediatomb.cc/dokuwiki/scripting:scripting HERE]
To use the custom script you'll need to do the following:
As root-user:<br>* Create a custom .js script in <small>/usr/share/mediatomb/js/</small>
* On line 60 of <small>/etc/mediatomb/config.xml</small> change
<small><virtual-layout type="builtin"></small><br>
<small><import-script>/usr/share/mediatomb/js/<yourscriptname>.js</import-script></small>
* restart mediatomb: <small>service mediatomb restart</small>
=== Troubleshooting: ===