Difference between revisions of "Mediatomb"

From Amahi Wiki
Jump to: navigation, search
(Added custom import description)
m
Line 18: Line 18:
  
 
====Custom import scripts====
 
====Custom import scripts====
Mediatomb has the possibility to display your imported media files with a customized directory view. Some examples can be found [http://mediatomb.cc/dokuwiki/scripting:scripting HERE]
+
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:
 
To use the custom script you'll need to do the following:
  
As root-user:
+
As root-user:<br>
Create a custom .js script in <small>/usr/share/mediatomb/js/</small>
+
* Create a custom .js script in <small>/usr/share/mediatomb/js/</small>
  
On line 60 of <small>/etc/mediatomb/config.xml</small> change  
+
* On line 60 of <small>/etc/mediatomb/config.xml</small> change  
  
 
<small><virtual-layout type="builtin"></small><br>
 
<small><virtual-layout type="builtin"></small><br>
Line 35: Line 35:
 
<small><import-script>/usr/share/mediatomb/js/<yourscriptname>.js</import-script></small>
 
<small><import-script>/usr/share/mediatomb/js/<yourscriptname>.js</import-script></small>
  
restart mediatomb: <small>service mediatomb restart</small>
+
* restart mediatomb: <small>service mediatomb restart</small>
  
 
=== Troubleshooting: ===
 
=== Troubleshooting: ===

Revision as of 00:02, 12 December 2010

MediaTomb is an UPnP MediaServer with an easy web user interface. It allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices.


Configuration Options:

Directory scanning

By default, there are no directory's scanned. To automatically scan a directory:

  • click on "Filesystem"
  • navigate to the directory you want to scan
  • click on the Add as autoscan.png
  • select "Timed" and "Recursive"
  • set the time between scans to your liking
  • click on "Set" when done

The media in the share will now be automatically added to the database and will be available on your UPnP-ready device.

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 HERE

To use the custom script you'll need to do the following:

As root-user:

  • Create a custom .js script in /usr/share/mediatomb/js/
  • On line 60 of /etc/mediatomb/config.xml change

<virtual-layout type="builtin">
<import-script>/usr/share/mediatomb/js/import.js</import-script>

into

<virtual-layout type="js">
<import-script>/usr/share/mediatomb/js/<yourscriptname>.js</import-script>

  • restart mediatomb: service mediatomb restart

Troubleshooting:

  • Transcoding of MKV-files isn't working.

Check the logfile of the transcoding process (/var/log/mediatomb-transcode.log) and look for errors. If you can't figure out what's wrong, fpaste the last 100 lines of the logfile (using tail 100 /var/log/mediatomb-transcode.log | fpaste) and paste the returned URL in the forums or on the IRC-channel.