https://discussion.mcebuddy2x.com/t/how-to-import-epg-data-from-dvbviewer/225 A powershell script to Import DVBViewer EPG Data to MCEBuddy (actually convert the .TXT from DVBViewer INI to a NPVR compatible XML) instructions below. Copy convert.ps1 to c:\tools\convert.ps1 Modify a Profile to use the conversion in profiles.conf (mcebuddy config Directory, C:\Program Files\MCEBuddy2x\config) 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