source: ipk/source/emus_incubuscamd_0_55/var/keys/incubusCamd.prio.incubus@ 2729

Last change on this file since 2729 was 521, checked in by civer, 17 years ago

-added all latest ipk sources

File size: 960 bytes
Line 
1#
2# This file use the same sintax as CCcam.prio file.
3#
4# In this file you can configure what CAIDs/PIDs incubusCamd should prefer or ignore
5# file content can have ignores (I) and prio lists (P)
6#
7# situation 1: ignore allways this caid, all idents, on all channels
8# I: caid
9#
10# situation 2: ignore allways this caid/ident pair
11# I: caid:ident
12#
13# situation 3: ignore this caid/ident pair, on channel 'sid'
14# I: caid:ident:sid
15#
16# situation 4: when both caid1 and caid2 exist for a channel, prefer caid1 over caid2
17# P: caid1, caid2
18#
19# situation 5: when caid1:ident1 till caidN:identN exist for a channel, use them in order of this list.
20# P: caid1:ident1, caid2:ident2, .., caidN:identN
21#
22# situation 6: when caid1:ident1 till caidN:identN exist for channel 'sid', use them in order of this list.
23# Sid on first caid/ident pair identifies sid for which list is used. All other sids ignore this list.
24# P: caid1:ident1:sid, caid2:ident2, .., caidN:identN
25#
Note: See TracBrowser for help on using the repository browser.