From b5f7004080f2ddf89e672aaa8ddb197703f8cf74 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 2 Oct 2014 16:19:15 +0200 Subject: player setup --- config.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index efcae3a..0837b84 100644 --- a/config.php +++ b/config.php @@ -12,4 +12,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'sendezentrum' => 'Sendezentrum', ); +$GLOBALS['CONFIG']['FORMATS'] = array( + 'hd' => 'FullHD', + 'hq' => 'High Quality', + 'lq' => 'Low Quality', + 'audio' => 'Audio-Only', + 'slides' => 'Slide-Images + Audio', +); + ?> -- cgit v1.2.3