1#
2# Sample ~.map.conf file
3#
4# This file has two purposes:
5# 1) Map the channel ids used by the website into something more meaningful to your PVR, e.g.
6#     map==74==BBC 1
7#    will change '74' to 'BBC 1' in the output XML.
8#
9#    These lines are of the form " map=={channel id}=={my name} ".
10#
11#    Note: to pass tv_validate the "my name" portion must be a RFC2838 format name, e.g.
12#     map==74==bbc1.tvguide.co.uk
13#
14# 2) The second purpose is to likewise translate genre names.  So if your PVR doesn't have
15#    a category for 'Science Fiction' but uses 'Sci-fi' instead, then you can specify
16#     cat==Science Fiction==Sci-fi
17#    and the output XML will have 'Sci-fi'.
18#
19#    These lines are of the form " cat=={incoming genre}=={translated genre} "..
20#
21#
22# Some example lines follow - delete these and replace with your own requirements.
23#
24
25#
26# Translate the programme genres
27#
28cat==Environment==Nature
29cat==General Movie==Film
30cat==Advertisement==Shopping
31cat==Science Fiction==Sci-fi
32
33#
34# Convert incoming channel ids to names which are acceptable to tv_validate_grabber
35#  (but may be rejected by your pvr!)
36#
37map==74==bbc1.tvguide.co.uk
38map==89==bbc2.tvguide.co.uk
39map==172==itv1.tvguide.co.uk
40map==145==film4.tvguide.co.uk
41
42
43