Zeflash's modified myvideo dll's (1 Viewer)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    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
     

    BoelShit

    Portal Pro
    November 6, 2005
    235
    8
    43
    Home Country
    Netherlands Netherlands
    If I or somebody can get hold on the sourcecode Zeflash created I will be happy to compile and share it. Even compile on weekly base or something like that.

    Hi,

    I am not sure but Zeflash uploaded a patch for IMDB info (still open)
    SourceForge.net: Detail: 1872667 - IMDB information shown in the share views (supported skins)

    (Same thing for my bugfix on the GUIMultiImage Randomize)

    HTH,
    patrick


    Yes! That's it! Expect a newer release compiled against a recent SVN in a day or two :D
     

    bobrap

    MP Donator
  • Premium Supporter
  • May 22, 2006
    210
    3
    TN
    Home Country
    United States of America United States of America
    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

    Thanks, Damien. Worked great:) :D
     

    BoelShit

    Portal Pro
    November 6, 2005
    235
    8
    43
    Home Country
    Netherlands Netherlands
    I've been way to busy this past week to do anything on the recompiling the files to latest SVN. There seems to be some code changes in the SVN's compared to Zeflash's code and I need to find out if I can simply add ZeFlash's code so it doesnt break anything else.

    I'll keep you informed!
     

    BoelShit

    Portal Pro
    November 6, 2005
    235
    8
    43
    Home Country
    Netherlands Netherlands
    MediaPortal SVN-Snapshot: 02-23-2008 11-19h - Revision:17471

    Ok,

    Compiled against latest: MediaPortal SVN-Snapshot: 02-23-2008 11-19h - Revision:17471

    - Folder.jpg fix
    - Smart stretch/zoom
    - IMDB info in shares view

    Haven't tested much so let me know if it works ok!
     

    bobrap

    MP Donator
  • Premium Supporter
  • May 22, 2006
    210
    3
    TN
    Home Country
    United States of America United States of America
    Ok,

    Compiled against latest: MediaPortal SVN-Snapshot: 02-23-2008 11-19h - Revision:17471

    - Folder.jpg fix
    - Smart stretch/zoom
    - IMDB info in shares view

    Haven't tested much so let me know if it works ok!

    When changing the screen resolution, should I see an option "smart"?
     

    BoelShit

    Portal Pro
    November 6, 2005
    235
    8
    43
    Home Country
    Netherlands Netherlands
    Ok,

    Compiled against latest: MediaPortal SVN-Snapshot: 02-23-2008 11-19h - Revision:17471

    - Folder.jpg fix
    - Smart stretch/zoom
    - IMDB info in shares view

    Haven't tested much so let me know if it works ok!

    When changing the screen resolution, should I see an option "smart"?

    I think it replaced one of the zoom modes... dunno really as i have no need to use it. Just compiled it also cause some wanted it. There should some explanation in the original thread (link is somewhere in this one).
     

    Users who are viewing this thread

    Top Bottom