We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

view media-tv/emby-server/files/emby-server @ 220:5fc6acd937e1

dev-vcs/kallithea: version bump to 0.3.6 (security update), masking <0.3.6
author Daniel Neugebauer <dneuge@energiequant.de>
date Sat, 29 Dec 2018 16:31:18 +0100
parents 69bf0e308425
children
line wrap: on
line source

#!/bin/sh

if [ -z $PROGRAMDATA ]; then
    export PROGRAMDATA=/var/lib/emby-server
fi

mono /opt/emby-server/MediaBrowser.Server.Mono.exe \
    -programdata $PROGRAMDATA \
    -ffmpeg /usr/bin/ffmpeg \
    -ffprobe /usr/bin/ffprobe \
    -restartexitcode 3