home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
(Old) My Emulators
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Chreekar" data-source="post: 348881" data-attributes="member: 26713"><p>The SVN versions definitely have bugs, and that's why I'm not calling them releases. The releases are the ones I put up on the web page, and they should be stable.</p><p></p><p>Anyway, I've made a major upgrade and uploaded it to the SVN. The things I've done since last time are:</p><p></p><p>- Fixed the problem with not allowing switches for emulators, it should not complain about it any more.</p><p></p><p>- If the working folder box is left empty in the configuration of an emulator, it will use the folder of the emulator as the working folder.</p><p></p><p>- PC Games! They now have their own category on the main screen.</p><p></p><p>- Importing and exporting of game meta data, done from a new tab in the configuration. This is an example of a file I generated from the plugin:</p><p></p><p>[code]</p><p><?xml version="1.0" encoding="UTF-8"?></p><p><games></p><p> <game></p><p> <title>Banjo-Kazooie (E) (M3) [!]</title></p><p> <yearmade>1998</yearmade></p><p> <description>test</description></p><p> </game></p><p> <game></p><p> <title>Legend of Zelda, The - Ocarina of Time (E) (V1.1) [!]</title></p><p> <grade>5</grade></p><p> <description>test</description></p><p> </game></p><p> <game></p><p> <title>Paper Mario</title></p><p> <grade>4</grade></p><p> <yearmade>2000</yearmade></p><p> <description>Platt som en pannkaka!</description></p><p> <genre>Äventyr</genre></p><p> <company>Nintendo</company></p><p> </game></p><p></games></p><p>[/code]</p><p></p><p>The matching is done entirely on the title of a game. That means we run into problems if a game has several names (ie a translated title) but right now I think it's the best way. With a little hacking, someone should be able to make a tool for importing .dat files from MAME for example. If we together build up a big enough database, I will in the future put the big xml file on my web server and let the plugin sync with it.</p><p></p><p>I still have two things left to do: fix bugs and put in what ajp8164 did, but after that I think I'm ready for release <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Chreekar, post: 348881, member: 26713"] The SVN versions definitely have bugs, and that's why I'm not calling them releases. The releases are the ones I put up on the web page, and they should be stable. Anyway, I've made a major upgrade and uploaded it to the SVN. The things I've done since last time are: - Fixed the problem with not allowing switches for emulators, it should not complain about it any more. - If the working folder box is left empty in the configuration of an emulator, it will use the folder of the emulator as the working folder. - PC Games! They now have their own category on the main screen. - Importing and exporting of game meta data, done from a new tab in the configuration. This is an example of a file I generated from the plugin: [code] <?xml version="1.0" encoding="UTF-8"?> <games> <game> <title>Banjo-Kazooie (E) (M3) [!]</title> <yearmade>1998</yearmade> <description>test</description> </game> <game> <title>Legend of Zelda, The - Ocarina of Time (E) (V1.1) [!]</title> <grade>5</grade> <description>test</description> </game> <game> <title>Paper Mario</title> <grade>4</grade> <yearmade>2000</yearmade> <description>Platt som en pannkaka!</description> <genre>Äventyr</genre> <company>Nintendo</company> </game> </games> [/code] The matching is done entirely on the title of a game. That means we run into problems if a game has several names (ie a translated title) but right now I think it's the best way. With a little hacking, someone should be able to make a tool for importing .dat files from MAME for example. If we together build up a big enough database, I will in the future put the big xml file on my web server and let the plugin sync with it. I still have two things left to do: fix bugs and put in what ajp8164 did, but after that I think I'm ready for release :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
(Old) My Emulators
Contact us
RSS
Top
Bottom