
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 … Continue reading
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 … Continue reading
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 … Continue reading
If you want to convert a dictionary object to JSON you would use something like:
myJSON = json.dumps(myDict, indent=4, sort_keys=True)
Continue reading