MythTV master
xbmc.py
Go to the documentation of this file.
1# Tiny portion of Kodistubs to translate CU LRC to MythTV. If CU LRC
2# ever refers to other functions, simply copy them in here from
3# original Kodistubs and update where needed like below.
4
5import sys
6
7LOGDEBUG = 0
8
9def log(msg: str, level: int = LOGDEBUG) -> None:
10 print(msg, file=sys.stderr)
None log(str msg, int level=LOGDEBUG)
Definition: xbmc.py:9
static void print(const QList< uint > &raw_minimas, const QList< uint > &raw_maximas, const QList< float > &minimas, const QList< float > &maximas)