From 1cf955a715830130b7add8c1183d65b0f442fd23 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Sat, 24 Oct 2009 14:24:17 +0200 Subject: Initial commit --- channelmap.conf.example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 channelmap.conf.example (limited to 'channelmap.conf.example') diff --git a/channelmap.conf.example b/channelmap.conf.example new file mode 100644 index 0000000..6e541d5 --- /dev/null +++ b/channelmap.conf.example @@ -0,0 +1,30 @@ +##################################################### +# # +# VDR UPnP/DLNA Plugin # +# # +# Channel mapping # +# # +##################################################### +# +# Default behavior of the plugin is that it will load +# all channels from VDRs channels.conf and creates +# a Video Broadcast item for every single channel +# +# It can be controlled by combining or excluding +# certain channels in this configuration file +# +# Syntax: +# +# Each rule must be written on a separate line +# +# Combine multiple channels (at least 2) +# :[:] +# +# Example: T-8468-514-516:C-8468-514-516:S-8468-514-516 +# This will combine three channels to one metadata item +# +# Exclude a channel from list +# - +# +# Example: -T-8468-514-516 +# This will exclude that channel from loading -- cgit v1.2.3