如何從 DVBViewer 匯入 EPG 資料

感謝 @oweindl 提供此腳本

這是一個 PowerShell 腳本,可將 DVBViewer 的 EPG 資料匯入 MCEBuddy(將 DVBViewer INI 中的 .TXT 轉換為與 NPVR 相容的 XML)

步驟 1

下載檔案 convert.ps1 並儲存到資料夾 c:\\tools,路徑為 c:\\tools\\convert.ps1

步驟 2

將下列內容加入您的設定檔

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

请注意,我刚刚遇到了这个问题。在升级(卸载并重新安装)时,配置文件会被重置。因此需要重新编辑 PreMetaCustomCommands……

1 个赞