How to import EPG Data from DVBViewer

Thanks to @oweindl for this script

This is a powershell script to Import DVBViewer EPG Data to MCEBuddy (converts the .TXT from DVBViewer INI to a NPVR compatible XML)

Step 1

Download the file convert.ps1 and save it in the folder c:\tools as c:\tools\convert.ps1

Step 2

Add the following to your profile

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

Just a note, as i just hit this issue. Whern upgrading (uninstall and re-instrall) profile configuration is beeing reset. So the PreMetaCustomCommands need to be re-edited…

1 Like