First you need to build your database in AMC and save it as a .xml
Then you need to setup MyFilms to work with your AMC xml file, a brief explanation of setup can be found here.
The key thing to setup is you select the right field you are using to identify where the file is located, I personally use the Source field but it is common that people have used the URL field (possibly from older versions)
Thanks for replying, but I can't even get this screen up.
I have put the MyFilms .dll in: Program Files/Team MediaPortal/MediaPortal/Plugins/Windows
I then tried to load it into MediaPortal and got this message:
Default Error loading MyFilms with MediaPortal
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.TypeLoadException: Could not load type 'MediaPortal.Util.Config' from assembly 'Core, Version=0.2.3.0, Culture=neutral, PublicKeyToken=null'.
at MesFilms.MesFilms.GetHome(String& strButtonText, String& strButtonImage, String& strButtonImageFocus, String& strPictureImage)
at MediaPortal.Configuration.Sections.PluginsNew.list ViewPlugins_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Mess age& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.