OFBD Scraper (8 Viewers)

buddman

MP Donator
  • Premium Supporter
  • October 9, 2008
    163
    12
    TX
    Home Country
    United States of America United States of America
    The only solution I've found thus far is to copy my db file to a thumb drive, copy it to a 32-bit Windows installation from that, and run the tool from there. Not the most elegant solution, but it works.

    EDIT: Forgot to add (not sure if it was already mentioned), if there is no box art for a game and you apply it, it will duplicate the last box-art image that was used for a previous game. This is causing me to have to delete the image file and go search for it on my own, which I guess is a blessing in disguise since it is forcing me to find a box art image for all games.
     

    bonkers

    MP Donator
  • Premium Supporter
  • February 13, 2007
    38
    5
    Hi the Project ist not dead. I redesign it, so that schould work at windows vista x64.
    With a new searchlist with automatic assign when search result is only one.
    Because of whishes from users that have tons of roms and games. I understand assign it manually is uncomfortable.

    I think i need 2 weeks for this, because my job is hard at moment :mad:


    I have added a few screens of the Plugin. But its in development.
    Its not finished. This is a preview.
    (But the functions on screens are working, currently no games and rom inforamtion are saved)

    In the first screen you see the romlist with search results.
    Obove you can select your emulator. In the list you will see only roms from the selected emulator.


    On screen 2 is the platform settings tab. Where should my plugin know what kind from platform your emualtor is.
    Here you can associate your emu with the the platform name from the databse site.

    On screen 3 you can define the list which browse the database first. If no reults found it browse the secondary defined database.

    Bye
     

    Attachments

    • screen1.PNG
      screen1.PNG
      56.6 KB
    • screen2.PNG
      screen2.PNG
      59 KB
    • screen3.PNG
      screen3.PNG
      13.5 KB

    Atreides

    Portal Pro
    June 28, 2008
    213
    16
    Home Country
    United States of America United States of America
    Hey Bonkers
    I thought I would give you a suggestion while you were working on the OFDB scrapper. Have you ever used Moving Pictures before? If you haven't it basically scans the files you tell it to and automatically looks up and matches the movie and then if it doesn't have the correct movie then you have a drop down box to pick the correct movie, and rescan it if the drop down box doesn't have the correct movie. I thought that would be really cool and fast for people who have a big rom list with the OFDB scrapper. I thought I would suggest that to you. Can't wait till you get the new version out.
     

    buddman

    MP Donator
  • Premium Supporter
  • October 9, 2008
    163
    12
    TX
    Home Country
    United States of America United States of America
    Hi the Project ist not dead. I redesign it, so that schould work at windows vista x64.
    With a new searchlist with automatic assign when search result is only one.
    Because of whishes from users that have tons of roms and games. I understand assign it manually is uncomfortable.

    I think i need 2 weeks for this, because my job is hard at moment :mad:


    I have added a few screens of the Plugin. But its in development.
    Its not finished. This is a preview.
    (But the functions on screens are working, currently no games and rom inforamtion are saved)

    In the first screen you see the romlist with search results.
    Obove you can select your emulator. In the list you will see only roms from the selected emulator.


    On screen 2 is the platform settings tab. Where should my plugin know what kind from platform your emualtor is.
    Here you can associate your emu with the the platform name from the databse site.

    On screen 3 you can define the list which browse the database first. If no reults found it browse the secondary defined database.

    Bye

    Ah, good to know. So many MyEmulator projects have become dead it seems. I look forward to the new release. :D
     

    bonkers

    MP Donator
  • Premium Supporter
  • February 13, 2007
    38
    5
    Hi Atreides

    Thank you, i will try to design it like the moving pictures plugin. I hope it will be susccefull.
    I thought i finished up in 2 weeks... The time was not enough... :sorry:
    I think the first realese comes out at this sunday.

    Good night!

    Bye
     

    Atreides

    Portal Pro
    June 28, 2008
    213
    16
    Home Country
    United States of America United States of America
    This sunday is still soon, and I can't wait for it. MyEmulators is the last thing I am working on for my MP. Thanks again for this tool it will really help.
     

    buddman

    MP Donator
  • Premium Supporter
  • October 9, 2008
    163
    12
    TX
    Home Country
    United States of America United States of America
    Looking forward to it as well bonkers. Glad to know we still have some dedicated to this great plugin. :D
     

    bonkers

    MP Donator
  • Premium Supporter
  • February 13, 2007
    38
    5
    Hi


    The Alpha Version from the OGDB Scraper 1.4 is released. Please view in the first post.
    There is also a quickstart guide in the first post.



    Have fun!

    Bye
     

    Atreides

    Portal Pro
    June 28, 2008
    213
    16
    Home Country
    United States of America United States of America
    Hey Bonkers
    I tried the release and I get an error message when I try to load the database. I installed SQlite that you have on this forum and I also tried to move around the system.data.sql.dll that comes in the OFDB folder. I did not delete the old system.data.sql.dlls in the folders (of sql lite) so now SQL is back to normal with its original dlls. Here is the error I hope this helps.

    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.BadImageFormatException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    File name: 'System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
       at OFDBScraper_1._4.Main.GetEmulatorIDList()
       at OFDBScraper_1._4.Main.OpenDatabaseToolStripMenuItem_Click(Object sender, EventArgs e) in C:\OFDBScraper 1.4\OFDBScraper 1.4\Main.vb:line 40
       at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
       at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
       at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
       at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ToolStrip.WndProc(Message& m)
       at System.Windows.Forms.ToolStripDropDown.WndProc(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)
    
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    
    
    
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    OFDBScraper 1.4
        Assembly Version: 1.4.0.0
        Win32 Version: 1.4.0.0
        CodeBase: file:///H:/Arcade/emulatorfanartfinder/OFDBScraper%201.4.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    
    ************** 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.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    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.
     

    Users who are viewing this thread

    Top Bottom