The skin .ini will be encoded as UTF-16 LE, which is what you always want. Now by default, Powershell will output in ANSI / UTF-8, so just set OutputType=UTF8 on the RunCommand measure, and it should be fine with song titles with umlauts and accents and such.In my VLC project I query the window title using terminal command to get the currently playing title. I tested it for now, but without luck.Code:
Parameter="$windowTitle = (Get-Process -Name "vlc").MainWindowTitle; Write-Host $windowTitle; exit"
https://docs.rainmeter.net/manual/plugins/runcommand/#OutputType
Statistics: Posted by jsmorley — Today, 3:46 pm