Skip to content

Instantly share code, notes, and snippets.

View HEnquist's full-sized avatar

Henrik Enquist HEnquist

  • Novo Nordisk
  • Denmark
View GitHub Profile
@HEnquist
HEnquist / xmltranslate.py
Last active August 19, 2022 12:58
Translate REW xml filter config
import xml.etree.ElementTree as ET
import sys
import yaml
fname = sys.argv[1]
shortname = fname.rsplit('/')[-1].split('.')[0]
tree = ET.parse(fname)
root = tree.getroot()
@HEnquist
HEnquist / player.md
Last active October 4, 2023 19:10
readme

CamillaDSP / Squeezelite /pCP DSP_Engine

Extend filesystem as instructed for piCorePlayer. [Main page, Resize FS]

SSH into the pCP/RPI ssh tc@192.168.1.95 (with the right ip number ofcause) or with Putty

Default password is: piCore

Install needed editor: