From 97c567b28443e1ca9a9aa468b0a38f70d1468d28 Mon Sep 17 00:00:00 2001 From: Markus Lindenberg and others Date: Sat, 21 Aug 2010 17:41:19 +0200 Subject: [PATCH] added some documentation --- plugins/other/icecast_ | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/plugins/other/icecast_ b/plugins/other/icecast_ index 73e00c50..29af17f8 100755 --- a/plugins/other/icecast_ +++ b/plugins/other/icecast_ @@ -3,6 +3,7 @@ Plugin to monitor icecast2 streaming servers. Author: Markus Lindenberg +COntributors: Julien 'Lta' BALLET Version: 2009111101 This program is free software: you can redistribute it and/or modify @@ -29,6 +30,7 @@ Configuration: (The plugin does not need to run on the same host as your icecast2 server) - Optionally provide hosts to exclude. + - Optionally provide sources to exclude. Possible TODOs: - use autoconf @@ -39,16 +41,17 @@ Possible TODOs: # CONFIGURATION -server = "radio.schlag.fr:2342" -user = "lta-admin" -pw = "suckm3g00dyaoldbitch" +server = "localhost:8000" +user = "admin" +pw = "yourpassword" # Exclude these hosts when calculating listening duration / listeners count # (we use this to prevent our aircheck recording system from appearing in the stats) #exclude = ("123.123.123.123",) exclude = () -# Exclude these sources from calcultation +# Exclude these sources from calculation. This is usefull to excluse special sources like +# fallback sources which doesn't expose the same informations and then break this script # Ever add fallback sources to this list #source_exclude = ["/fallback.mp3", "/fallback.ogg"] source_exclude = ("/fallback.mp3", "/fallback.ogg")