Stardust342 - 2015-04-25

I want MediaTomb to sort my videos properly (IDK why it doesn't do this by default...) so I changed my import.js following this guide: http://mediatomb.cc/dokuwiki/scripting:scripting

I also changed my config.xml to this:
<virtual-layout type="js">
<import-script>/etc/mediatomb/import.js</import-script>
</virtual-layout>

And yes, that is where my import.js is.
When I restart the MediaTomb server after completing said changes, it refuses to start.
After changing <virtual-layout type="js"> back to <virtual-layout type="builtin"> it works again.

What could be causing this?