感謝 @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