*UPDATED 18-9-2011* Yet another new version :-) (1 Viewer)

Status
Not open for further replies.

Brownard

Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    First off I know there are too many unofficial releases already but I have been intending to release this for a while. I am happy to merge this with the original project or create a 'myEmulators2' and collaborate with whoever wants to contribute so we can try and get some continuity with this great plugin :)

    This release is based on BadMrFrosty's 'innoficial' version, there has been NO database changes so a database from that release 'should' just work.
    I have retained and fixed a few issues with the update logic from previous versions so you should be able to update an existing database - however I would recommend a clean install.

    This plugin is for MP 1.2 only

    Project/SVN

    Download for MP 1.2

    Download for MP 1.2 Beta

    Changes include
    • GUI completely re-written, fixing various bugs and improving performance but probably breaking most old skins
    • Added Coverflow support
    • Updated search to use latest Mobygames search
    • Details/Thumb downloads now asynchronous, added info on progress
    • Basic auto-import implemented - when clicking 'Update New/All from Web' you will be asked whether you want the import to be unattended
    • Option to background import games and get details/thumbs from within MP GUI
    • Improved thumb selection logic
    • Cover art can be converted to correct aspect ratio based on platform - currently the aspect ratio is determined by matching the emulator title against an entry in 'myEmulatorsAspectRatios.xml'
    • Added option to clean Database of files that no longer exist or don't have a valid rom extension
    • Fixed various bugs with thumb saving, images are now converted if necessary
    • Fixed PC games - PC 'emulator' will be shown when at least 1 PC Game has been configured
    • Added ability to define thumb save location
    • Fanart and image loading improved, added option to disable fanart/gameart and set delay
    • **EXPERIMENTAL** - Added ability to map a key to stop emulation, tested with Project64 and ePSXe
    and probably a lot more that I have forgot!

    Update 30-6-2011

    • Fixed issues with image selection/saving
    • Fixed localisation issues when parsing aspect ratios
    • Fixed bug where PC Emulator list position could be incorrect

    Update 18-9-2011

    • Fixed exception caused by files with no extension

    There have been significant skin changes so any old skin files will probably no longer work. The installer includes Default/Wide and StreamedMP skin files - I have done my best but could use some help with these :D

    I have started to implement auto-resizing of coverart based on emulator but I need help gathering correct aspect ratios - by default the plugin includes a few predefined ratios in 'myEmulatorsAspectRatios.xml' in the MP config directory - you will need to add your own entries there with the name parameter matching the name of a configured emulator - and obviously enable the resize thumbs option within the Config.

    coverflow.jpg

    I'm sure I've left some monumental bugs in there somewhere so I look forward to your feedback :D

    Have fun!!
     

    drealit

    Portal Pro
    March 15, 2008
    190
    17
    Re: Yet another new version :) - Major changes PLEASE TEST

    At work now so I can't test for myself (yet), but did you include the GoodMerge support (7zip) that frosty's build had? That would be wonderful if yes since that is exactly how my collection is organized.

    And thank you very much for throwing in your efforts!
     

    Brownard

    Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #3
    Re: Yet another new version :) - Major changes PLEASE TEST

    At work now so I can't test for myself (yet), but did you include the GoodMerge support (7zip) that frosty's build had? That would be wonderful if yes since that is exactly how my collection is organized.

    And thank you very much for throwing in your efforts!

    Yes, this version is built from Frosty's so contains every feature that that build had (plus more), I have fixed a few bugs with Goodmerge too :)
     

    bodiroga

    Portal Pro
    January 1, 2008
    241
    46
    Home Country
    Spain Spain
    Re: Yet another new version :) - Major changes PLEASE TEST

    Hi Brownard!

    Many thanks for the update of the plugin, I hope that you can talk to Chreekar and deliver this version as the official one adding the source code to svn ;-)

    I have installed it (everything went fine), added two games (from my Steam collection) to the database and grab the info (the autograbber works great, Crysis and L4D2 were detected perfectly and the info was downloaded), but after pressing Apply and then Save, I tried to enter again the plugin and get this error:

    ************** Texto de la excepción **************
    System.ArgumentOutOfRangeException: El índice debe estar dentro de los límites de la lista.
    Nombre del parámetro: index
    en System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
    en System.Collections.Generic.List`1.Insert(Int32 index, T item)
    en myEmulators.DB.getEmulatorsAndPC()
    en myEmulators.Conf_Emulators..ctor()
    en myEmulators.Configuration.Configuration_Load(Object sender, EventArgs e)
    en System.Windows.Forms.Form.OnLoad(EventArgs e)
    en System.Windows.Forms.Form.OnCreateControl()
    en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    en System.Windows.Forms.Control.CreateControl()
    en System.Windows.Forms.Control.WmShowWindow(Message& m)
    en System.Windows.Forms.Control.WndProc(Message& m)
    en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    en System.Windows.Forms.ContainerControl.WndProc(Message& m)
    en System.Windows.Forms.Form.WmShowWindow(Message& m)
    en System.Windows.Forms.Form.WndProc(Message& m)
    en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Ensamblados cargados **************
    mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Configuration
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Configuration.exe
    ----------------------------------------
    System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    Utils
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Utils.DLL
    ----------------------------------------
    Core
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Core.DLL
    ----------------------------------------
    System.Xml
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Core
    Versión del ensamblado: 3.5.0.0
    Versión Win32: 3.5.30729.5420 built by: Win7SP1
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Configuration
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    BassRegistration
    Versión del ensamblado: 1.0.0.0
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/BassRegistration.DLL
    ----------------------------------------
    kibkg84k
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Microsoft.DirectX.Direct3D
    Versión del ensamblado: 1.0.2902.0
    Versión Win32: 9.05.132.0000
    Código base: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
    ----------------------------------------
    Microsoft.DirectX
    Versión del ensamblado: 1.0.2902.0
    Versión Win32: 5.04.00.2904
    Código base: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
    ----------------------------------------
    Bass.Net
    Versión del ensamblado: 2.4.7.0
    Versión Win32: 2.4.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Bass.Net.DLL
    ----------------------------------------
    System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    Databases
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Databases.DLL
    ----------------------------------------
    System.Data
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    RemotePlugins
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/RemotePlugins.DLL
    ----------------------------------------
    Microsoft.DirectX.DirectInput
    Versión del ensamblado: 1.0.2902.0
    Versión Win32: 5.04.00.2904
    Código base: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
    ----------------------------------------
    DirectShowLib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL
    ----------------------------------------
    Accessibility
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.Runtime.Serialization.Formatters.Soap
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll
    ----------------------------------------
    TvLibrary.Interfaces
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/TvLibrary.Interfaces.DLL
    ----------------------------------------
    x8fziskj
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Interop.X10
    Versión del ensamblado: 1.0.0.0
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Interop.X10.DLL
    ----------------------------------------
    mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Common.Utils
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Common.Utils.DLL
    ----------------------------------------
    Cornerstone
    Versión del ensamblado: 1.2.1.1264
    Versión Win32: 1.2.1.1264
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/Cornerstone.DLL
    ----------------------------------------
    Cornerstone.MP
    Versión del ensamblado: 1.2.1.1264
    Versión Win32: 1.2.1.1264
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/Cornerstone.MP.DLL
    ----------------------------------------
    Dialogs
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/Dialogs.DLL
    ----------------------------------------
    NLog
    Versión del ensamblado: 1.0.0.505
    Versión Win32: 1.0.0.505
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/NLog.DLL
    ----------------------------------------
    GUIGlobalSearch
    Versión del ensamblado: 1.7.0.8
    Versión Win32: 1.7.0.8
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/GUIGlobalSearch.DLL
    ----------------------------------------
    InfoService
    Versión del ensamblado: 1.6.5.210
    Versión Win32: 1.6.5.210
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/InfoService.DLL
    ----------------------------------------
    MovingPictures
    Versión del ensamblado: 1.2.1.1264
    Versión Win32: 1.2.1.1264
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/MovingPictures.DLL
    ----------------------------------------
    System.Web
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    MP-TVSeries
    Versión del ensamblado: 3.0.3.1747
    Versión Win32: 3.0.3.1747
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/MP-TVSeries.DLL
    ----------------------------------------
    MustayalucaConfig
    Versión del ensamblado: 0.2.1.129
    Versión Win32: 0.2.1.129
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/MustayalucaConfig.DLL
    ----------------------------------------
    myEmulators
    Versión del ensamblado: 3.5.0.0
    Versión Win32: 3.5.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/myEmulators.DLL
    ----------------------------------------
    MyLyrics
    Versión del ensamblado: 1.6.0.0
    Versión Win32: 1.6.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/MyLyrics.DLL
    ----------------------------------------
    LyricsEngine
    Versión del ensamblado: 1.6.0.0
    Versión Win32: 1.6.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/LyricsEngine.DLL
    ----------------------------------------
    Rockstar
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/Rockstar.DLL
    ----------------------------------------
    CookComputing.XmlRpcV2
    Versión del ensamblado: 2.5.0.0
    Versión Win32: 2.5.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/CookComputing.XmlRpcV2.DLL
    ----------------------------------------
    Microsoft.VisualBasic
    Versión del ensamblado: 8.0.0.0
    Versión Win32: 8.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    SevenZipSharp
    Versión del ensamblado: 1.0.3502.22469
    Versión Win32: 1.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/SevenZipSharp.DLL
    ----------------------------------------
    StreamedMPConfig
    Versión del ensamblado: 1.6.4.2739
    Versión Win32: 1.6.4.2739
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/StreamedMPConfig.DLL
    ----------------------------------------
    SubCentral
    Versión del ensamblado: 1.0.0.175
    Versión Win32: 1.0.0.175
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/SubCentral.DLL
    ----------------------------------------
    TvPlugin
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/TvPlugin.DLL
    ----------------------------------------
    WindowPlugins
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/WindowPlugins.DLL
    ----------------------------------------
    TVDatabase
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/TVDatabase.DLL
    ----------------------------------------
    Gentle.Framework
    Versión del ensamblado: 1.5.0.29111
    Versión Win32: 1.5.0.29111
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Gentle.Framework.DLL
    ----------------------------------------
    Gentle.Common
    Versión del ensamblado: 1.5.0.29111
    Versión Win32: 1.5.0.29111
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Gentle.Common.DLL
    ----------------------------------------
    TvControl
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/TvControl.DLL
    ----------------------------------------
    log4net
    Versión del ensamblado: 1.2.10.0
    Versión Win32: 1.2.10.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/log4net.DLL
    ----------------------------------------
    TvBusinessLayer
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/TvBusinessLayer.DLL
    ----------------------------------------
    WebBrowser
    Versión del ensamblado: 0.6.0.0
    Versión Win32: 0.6.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/WebBrowser.DLL
    ----------------------------------------
    MiniDisplayLibrary
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/MiniDisplayLibrary.DLL
    ----------------------------------------
    SubtitlePlugins
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/subtitle/SubtitlePlugins.DLL
    ----------------------------------------
    ExternalPlayers
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/ExternalPlayers/ExternalPlayers.DLL
    ----------------------------------------
    Interop.iTunesLib
    Versión del ensamblado: 1.7.0.0
    Versión Win32: 1.7.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/Interop.iTunesLib.DLL
    ----------------------------------------
    eventTrigger
    Versión del ensamblado: 0.0.0.0
    Versión Win32: 0.0.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/eventTrigger.DLL
    ----------------------------------------
    FanartHandler
    Versión del ensamblado: 2.2.4.501
    Versión Win32: 2.2.4.501
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/FanartHandler.DLL
    ----------------------------------------
    System.Messaging
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll
    ----------------------------------------
    Maya BasicHome plugin
    Versión del ensamblado: 1.1.0.737
    Versión Win32: 1.1.0.737
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/Maya%20BasicHome%20plugin.DLL
    ----------------------------------------
    MustayalucaEditor
    Versión del ensamblado: 0.2.1.129
    Versión Win32: 0.2.1.129
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/MustayalucaEditor.DLL
    ----------------------------------------
    SMPCheckSum
    Versión del ensamblado: 1.6.4.2739
    Versión Win32: 1.6.4.2739
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/SMPCheckSum.DLL
    ----------------------------------------
    PowerSchedulerClientPlugin
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/PowerSchedulerClientPlugin.DLL
    ----------------------------------------
    PowerScheduler.Interfaces
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/PowerScheduler.Interfaces.DLL
    ----------------------------------------
    ProcessPlugins
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/ProcessPlugins.DLL
    ----------------------------------------
    MusicShareWatcherHelper
    Versión del ensamblado: 1.1.7.0
    Versión Win32: 1.1.7.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/MusicShareWatcherHelper.DLL
    ----------------------------------------
    SkinTranslations
    Versión del ensamblado: 0.7.0.0
    Versión Win32: 0.7.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/SkinTranslations.DLL
    ----------------------------------------
    StreamedMPEditor
    Versión del ensamblado: 1.6.4.2739
    Versión Win32: 1.6.4.2739
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/StreamedMPEditor.DLL
    ----------------------------------------
    TraktPlugin
    Versión del ensamblado: 0.9.5.0
    Versión Win32: 0.9.5.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/TraktPlugin.DLL
    ----------------------------------------
    System.Runtime.Serialization
    Versión del ensamblado: 3.0.0.0
    Versión Win32: 3.0.4506.5420 (Win7SP1.030729-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
    ----------------------------------------
    WifiRemote
    Versión del ensamblado: 0.1.0.0
    Versión Win32: 0.1.0.0
    Código base: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/process/WifiRemote.DLL
    ----------------------------------------

    ************** Depuración JIT **************
    Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
    aplicación o equipo (machine.config) debe tener el
    valor jitDebugging establecido en la sección system.windows.forms.
    La aplicación también se debe compilar con la depuración
    habilitada

    Por ejemplo:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    Do you know what's happening? My database is corrupted? If I delete the database and try again from the beginning I get the same error.

    Many thanks again for your work and best regards,

    Aitor
     

    Brownard

    Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #5
    Re: Yet another new version :) - Major changes PLEASE TEST

    Lol, first monumental bug.

    I've updated my original post with a new version give that a go.

    Thanks
     

    bodiroga

    Portal Pro
    January 1, 2008
    241
    46
    Home Country
    Spain Spain
    Re: Yet another new version :) - Major changes PLEASE TEST

    Lol, first monumental bug.

    I've updated my original post with a new version give that a go.

    Thanks

    Great Brownard, now it works fine!

    However, I'm getting corrupted images for front and back covers in PC Games (I haven't test it yet with emulators). I have done the test with Crysis, Crysis 2 and L4D2. Here you have the file that I get for Crysis.

    Can you test adding those games to your database and see what happens? Perhaps it's only a problem with my configuration/internet connection, don't know.

    Thanks again for your work and best regards,

    Aitor
     

    Attachments

    • BoxFront.jpg
      BoxFront.jpg
      1.2 MB

    Brownard

    Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #7
    Re: Yet another new version :) - Major changes PLEASE TEST

    I don't have that problem here - do you have the resize thumbs option selected? have you edited the aspectratios? Looks like it's setting the ratio to 71 instead of 0.71
     

    craige1

    Portal Pro
    February 1, 2008
    187
    48
    Alice Springs
    Home Country
    Australia Australia
    Re: Yet another new version :) - Major changes PLEASE TEST

    Hello brownard,

    I've been trying to get in contact with badmrfrosty and checkars, but I'm not having any luck. I want to talk about getting us together as a team to work on the my emulators plugin. Making one release rather then all these un official ones.

    I was hoping to get us all on the sourceforge svn the official release already uses, but since I can't get in contact, its making that rather difficult.

    I would like to talk to you about this and seeing what we can do. Pm me some contact details if your interested .
     

    yoavain

    Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    Re: Yet another new version :) - Major changes PLEASE TEST

    Hi Brownard,

    The MPE installer messed up my InstalledExtensions.xml and all installed extensions were deleted from it.
    You should probably fix this...

    Thanks,
    Yoav
     

    Brownard

    Development Group
  • Team MediaPortal
  • March 21, 2007
    2,290
    1,872
    Home Country
    United Kingdom United Kingdom
    • Thread starter
    • Moderator
    • #10
    Re: Yet another new version :) - Major changes PLEASE TEST

    As far as I know I'm not doing anything silly with the MPEI - sorry if it is me but is anyone else having that problem??

    Attached is the xmp2 used to generate the MPEI, anyone see any issues with it?
     

    Attachments

    • myEmulatorsX.xmp2
      24.3 KB
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom