<div dir="ltr"><div><div><div>I figured out that part of the issue is in what mythpython --version returns.<br><br></div>On my system, I get this output:<br>MythTV Python Bindings<br>  local versions<br>    bindings version:         29.0.-1.0<br>    ttvdb version:            2.0-dev<br>    tmdb version:             v0.7.0<br>  external versions<br>    lxml version:             3.5.0<br>    MySQLdb version:          1.3.7.final.1<br>  protocol versions<br>    backend:                  91<br>    schema:                   1348<br>    music schema:             1024<br>    netvision schema:         1007<br><br></div>It took me a bit to realize that its version is listed as 29.0 versus previous versions listing like 0.28 or 0.27.<br><br></div>So I tweaked the Python script to reference different parts of the array for OWN_VERSION in order for it to poll the version correctly.<br></div>