- Moderator
- #21
Need some help. After I rename and copy all the files, I get an unhandled exception error.
System.MissingFieldException: Field not found: 'DirectShowLib.MediaSubType.H264Video'.
at MediaPortal.Configuration.Sections.MoviePlayer.LoadSettings()
at MediaPortal.Configuration.SettingsForm.LoadSectionSettings(TreeNode currentNode)
at MediaPortal.Configuration.SettingsForm.LoadSectionSettings(TreeNode currentNode)
at MediaPortal.Configuration.SettingsForm.SettingsForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Any idea what the problem might be? Thanks.
Hey bobrap, I took a look at the source code posted above. Instead of using the modified Configuration.exe, use your old one but add this setting to enable IMDB in shares view in mediaportal.xml :
<entry name="useIMDBInShareView">yes</entry>
This should go in the section: <section name="movies">
Cheers,
Damien