#!/bin/bash

#################### MANUAL CONFIG ###############################
# Location
mythtv=/data/tv
mythwebfolder=/var/www/localhost/htdocs/mythweb

# Options
transcodeoptions='' # if blue Cb/Cr and flip

# User and Group
mythtvuser=mythtv
mythtvgroup=apache

mythwebuser=apache
mythwebgroup=apache

mysqluser=mythtv
mysqlpass=mythtv
##################################################################

# folder of mythburn
myfolder=/tmp/mythburn
mythtvlocation=/myth/tv

# location command
mythtvosd=/usr/bin/mythtvosd
avidemux2=/usr/bin/avidemux2
tcdemux=/usr/bin/tcdemux
transcode=/usr/bin/transcode

# PLEASE COMMENT NEXT LINE AFTER CONFIGURE
echo "PLEASE CONFIGURE config.sh file"
exit
