Alex Bassett's picture

Here is an updated patch for Tkl fileserver to add the latest serviio and webui .

#!/bin/bash -ex
# By Alex Bassett

install()
{
    DEBIAN_FRONTEND=noninteractive apt-get -y \
        -o DPkg::Options::=--force-confdef \
        -o DPkg::Options::=--force-confold \
        install $@
}


#Update package information
apt-get update

#Install Additional packages
install ffmpeg openjdk-6-jre-headless

#use wget for main package ( go to downloads page for new links )
wget http://download.serviio.org/releases/serviio-0.6.2-linux.tar.gz
tar xzf serviio-0.6.2-linux.tar.gz
rm serviio-0.6.2-linux.tar.gz


#Clean up any leftovers cruft
apt-get -y autoremove
apt-get clean

 

There is also an android app to control the server which works very well it can be found on android market.

I wish ps3mediaserver had this support!

Forum: 

Add new comment