Date

(tag)

  • Display MythTV filename in Kodi

    I use MythTV as my media center and PVR and Kodi on Windows as my frontend. In an effort to organize my recordings and utilize subtitles, I needed to update the MythTV recordings metadata. For my situation the only practical and “supported” way to update metadata is via the MythTV frontend. My plan of attack… read more…

    Display MythTV filename in Kodi
  • Restored OKD Cluster Not Starting

    I run my OKD cluster on a set of VMs in VMware ESXi. My backups consist of shutting down all VMs and then copying them somewhere else – so full shutdown and backup. The cluster setup was done using the steps outlined in OKD 4.5 small cluster on ESX. This has worked well and I… read more…

    Restored OKD Cluster Not Starting
  • Date Problems Converting A Dictionary To JSON

    If you want to convert a dictionary object to JSON you would use something like: myJSON = json.dumps(myDict, indent=4, sort_keys=True) read more…

    Date Problems Converting A Dictionary To JSON