You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ END
113
113
limit maximum number of tuners to <num>
114
114
avoid that LCARS skin shows 8 tuners in a 3 tuner system
115
115
116
-
--debugmask <mask> (NEW since 0.9.5)
116
+
--debugmask <mask> (NEW since 0.9.5, see logging.h)
117
117
<mask> can be hexadecimal (0x..) or decimal
118
118
conditionally enable debug messages
119
119
PIDS 0x01
@@ -125,6 +125,13 @@ END
125
125
FILTER 0x80
126
126
127
127
128
+
--logskipmask <mask> (NEW since 0.9.6, see logging.h)
129
+
<mask> can be hexadecimal (0x..) or decimal
130
+
conditionally disable log messages
131
+
recv_ts_func/Data PIDs 0x01 // skip log of issues with Data pids (0 or 16-18) like Mcli::recv_ts_func: Discontinuity on receiver 0x559f735c7e00 for pid 18: 5->7 at pos 0/7
132
+
SetChannelDevice/Reject 0x02 // skip log of Mcli::SetChannelDevice: Reject tuning on DVB (interesting if cam-disable is active)
0 commit comments