Results 1 to 15 of 54

Thread: [HowTo] Setup MediaTomb (mediaserver) on WL-500gP and WL-500W

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Problem is that with the ipkg package you have two problems:

    - you WILL get that database error, requiring you manually recreate it via cat, and it's likely it will happen again
    - you WONT be able to autostart mediatomb when the router reboots (the -d command fails)

    The static package includes it's own config.xml file etc...the ipkg package should be pulled from the optware list as it is problematic for our router.

    This is my mediatomb.sh file:
    #!/bin/sh

    # if you want to launch this script from a different directory (for example
    # from an another init script or similar, set the LAUNCHDIR variable below
    # to the absolute path of the mediatomb.sh script

    LAUNCHDIR=`pwd`
    export MEDIATOMB_DATADIR="$LAUNCHDIR/usr/share/mediatomb"
    export MEDIATOMB_MAGIC_FILE="usr/share/file/magic"
    $LAUNCHDIR/usr/bin/mediatomb -m $LAUNCHDIR -f config -d

    This is my post-mount file
    #! /bin/sh

    /opt/etc/init.d/rc.unslung start
    cd /opt/share/mediatomb
    ./mediatomb.sh

    Link to static build : http://downloads.sourceforge.net/med...ips32el.tar.gz

    Hope this helps
    Last edited by rathalian; 23-03-2009 at 06:13.

Similar Threads

  1. Replies: 113
    Last Post: 25-07-2012, 11:31
  2. [HowTo] Get a HeadStart on a WL-500gP
    By raas in forum WL-500gP Tutorials
    Replies: 187
    Last Post: 11-01-2012, 08:19
  3. WL-500gP + Mediaserver + XBOX360
    By LeChuck in forum German Discussion - Deutsch (DE)
    Replies: 50
    Last Post: 01-02-2010, 15:20
  4. HowTo: Use Palm as 500gP LCD
    By Tamadite in forum WL-500gP Tutorials
    Replies: 1
    Last Post: 08-02-2009, 21:18
  5. Howto setup WinSCP to connect to my wl500g?
    By ikerstges in forum WL-500g Q&A
    Replies: 1
    Last Post: 21-02-2006, 12:20

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •