shoutcast_w3_c = { # SHOUTcast W3C # The name of the log format log.format.format_label = "SHOUTcast W3C Log Format" log.miscellaneous.log_data_type = "generic_w3c" log.miscellaneous.log_format_type = "media_server" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^#Software: SHOUTcast" statistics.miscellaneous.entry_name = "clips" # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'clips = 1;' } # mark_entry } # log.filters database.numerical_fields = { clips = { label = "$lang_stats.field_labels.clips" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # clips visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "hostname" type = "unique" display_format_type = "integer" } # visitors x_duration = { label = "$lang_stats.field_labels.x_duration" default = true requires_log_field = false type = "int" display_format_type = "duration_compact" } # x_duration avgbandwidth = { label = "$lang_stats.field_labels.avgbandwidth" default = false requires_log_field = false type = "float" display_format_type = "bandwidth" aggregation_method = "average" average_denominator_field = "clips" } # avgbandwidth sc_bytes = { label = "$lang_stats.field_labels.sc_bytes" default = false requires_log_field = false type = "float" display_format_type = "bandwidth" } # sc_bytes } # database.numerical_fields create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options not_supported = { sessions = true pageviews = true } # not_supported } # shoutcast_w3_c