Forum archive
New DLNA media server patch
I have finally finished this patch for tkl-fileserver and tkl-torrent server which adds Serviio DLNA media server to these iso's .
Licence included in readme
Serviio is developed by Petr Nejedly who lives in London and works as a freelance Java consultant.
build notes
#!/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.0.1-linux.tar.gz
tar xzf serviio-0.6.0.1-linux.tar.gz
rm serviio-0.6.0.1-linux.tar.gz
#Clean up any leftovers cruft
apt-get -y autoremove
apt-get clean
looks simple I hope
I also added a simple overlay script to start Serviio
# serviio.conf
# used to start serviio after networking starts
# start on started networking
description "start on started networking"
start on runlevel [2345]
stop on runlevel [!2345]
exec /serviio-0.6.0.1/bin/serviio.sh
All default services stay un-touched as do usernames and passwords.
Included in the attached zip file is serviiopatch.tar.gz and a short read me which gives more details for the setup of the console in windows and linux , serviio console also works on Mac.
feed back is most welcome
Alex Bassett
updated patch is to be found here:
Little touches like that make TKL appliances just that little bit nicer IMO. BTW, hope you don't mind but I just added a couple of tags to your OP.