你這個檔案XML語法已經亂了!
我執行也是錯誤!
不過這次我大概看出端倪了!
原因在執行 Meedio Wizard 時,在選擇Music或Video來源時
選擇了中文的路徑例如 "D:\My Documents\抒情"
設定完成後,這時產生的 configuration.xml 的文件格式是UTF-8
如果用了記事本編輯 configuration.xml,然後直接存檔
檔案格式就會是UTF-8,執行Meedio就會出現
Switch from current encoding to specified encoding not supported
錯誤訊息
所以,現在請刪掉 configuration.xml
然後執行 Meedio Wizard 重新設定
記事本編輯 configuration.xml
加上 <?xml version="1.0" encoding="BIG5"?>
另存新檔 > 編碼選擇 ANSI
大概就這樣,試試吧! ^^