Danke an @oweindl für dieses Skript
Dies ist ein PowerShell-Skript, um DVBViewer-EPG-Daten in MCEBuddy zu importieren (wandelt die .TXT aus DVBViewer-INI in ein mit NPVR kompatibles XML um)
Schritt 1
Lade die Datei convert.ps1 herunter und speichere sie im Ordner
c:\toolsalsc:\tools\convert.ps1
Schritt 2
Füge Folgendes zu deinem Profil hinzu
PreMetaCustomCommandPath=C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
PreMetaCustomCommandParameters=-executionpolicy unrestricted -file c:\tools\convert.-ps1 ""%sourcefile%""
PreMetaCustomCommandHangPeriod=0
PreMetaCustomCommandCritical=false
PreMetaCustomCommandUISession=false
PreMetaCustomCommandShowWindow=false
PreMetaCustomCommandExitCodeCheck=false