![]() |
[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291) +---- Thread: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs (/showthread.php?tid=70115) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
- malte - 2011-05-16 micster Wrote:I created a folder called "My_Artwork" which includes folders for cabinet, title and marquee. Inside these folders I created images called Asteroids.png but when I try to import games using the nfo it does not work. I think I have a poorly formatted .nfo file and I'm not sure what I should name the images or if you support .png files.It should work with png without problems. Easiest way is to name the artwork files same as the rom files. But using the game name (that is scraped from the online source or read from the nfo) will work also. I think the error is still in your config file or in the nfo file. You can upload both and let me check them. Also you could try the MAME description listed at the bottom of this wiki page: link. - micster - 2011-05-17 @malte I replaced the <site> tag with the one below like you suggested: Quote:<Site descFilePerGame="true" name="maws.mameworld.info" searchGameByCRC="false">and the MAME online scraper seemed to get a little further, I had both revisions of asteroids added (problem for another day) and it scraped most of the information. However, it failed to download the images it found which kind of defeats a lot of the advantage of using the online scraper. Here is a link to my log file http://pastebin.com/SpQUSdQB I'm going to try and get the local scraping working instead since that's what I really want anyways. Thank you for the link to the MAME description and parser, I re-downloaded them. These are the files I tried before with no luck, but this time I'm determined! I'll let you know how it goes. - malte - 2011-05-17 The problem with the artwork looks like a bug. I will have a look at it and fix it with the next version. I am very close to release the new version, so I hope it will only last 1-2 days to have it ready. Sorry for the hassle. - micster - 2011-05-17 @malte No luck. I think there is a problem with selecting local file scraping.
Then I opened the xbmc.log to see what went wrong and this is when I noticed some oddness. The log file said it was loading my description file MAME.txt and the parserConfig.xml that goes with it and they both had the correct path information. But when it got to the part to do the scraping it said it was connecting to "maws.mameworld.info"! When I was telling Rom Collection Browser to import my games, I chose the first option for the scraper which was titled simply "MAME" and I left the other options blank. Unfortunately I did not save the xbmc.log file this first time I tried. I made the simple changes to my config.xml noted above and tried again. The second time running Rom Collection Browser still did not work and it appears to still be trying to use "maws.mameworld.info" instead of my local description file and parser. My log file was also different this time. Here is a link to the second log file: http://pastebin.com/P2rwe66V and here is the config file that I used for both attempts: http://pastebin.com/JJYfXkV6 This is a similar problem to what I was having earlier when I was on the older version of Rom Collection Browser 0.84. If I recall correctly this only happens when choosing MAME as your emulator and selecting the option to scrape locally for descriptions and artwork. I will try playing with this some more tomorrow and see if I can't find a combination that works. - malte - 2011-05-17 Thanks for the detailed report. I will check this before I build the new release. I hope it will be ready soon. I am afraid that the creation of config.xml in 0.8.5 was not completely reflecting all changes that I made to the config structure. This should all work with 0.8.6 again. So, don't spend too much time with tinkering around with the settings. You may run into one or the other issue with 0.8.5. - Batou - 2011-05-17 Hi Malte, Just wanted to say thanks for your wonderful work! I checked out your SVN a couple of days ago and all runs really well! I couldn't get 0.8.5 to scrape artwork on mobygames for some reason (only info) but this problem has gone with 0.8.6 SVN The only problem I can't seem to solve is when using the solo mode. I edited the "applauch.bat" to point to the right directory (C:\Program Files (x86)\XBMC\XBMC.exe) but I get an error pop-up saying: "CApplication:: create() failed - Check log file and that it is writeable" when the emulator has closed and XBMC tries to relaunch. I then click OK and relaunch XBMC. I tried with a TIMEOUT /T 5 command but that has had no effect. While I am here, here is a little list of websites to help people complete their local db with nice info and high-quality artwork. MobyGames can't always get good artwork (boxes especially) for classic games. I highly doubt all of them would accept to/can technically be scraped but some just might! Anyone up to the task? ATARI: http://www.atarimania.com/index.html NES/SNES/N64/Wii http://nesguide.com/ http://super.nesguide.com/ http://superfamicom.org/ http://n64.nesguide.com/ http://wiitdb.com http://64dd.net TG-16/PC-Engine http://tg16guide.com/ http://www.pcengine.co.uk http://www.necstasy.net/ All things SEGA: http://www.smspower.org/ http://www.guardiana.net/ GBA: http://www.pocketheaven.com/ph/jdb/index.php PSX: http://psxdata.snesorama.us/ Thanks you very much again Malte for your add-on, it is just what XBMC needed to be the complete and definitive HTPC experience! - DigiTech - 2011-05-17 Batou Wrote:Hi Malte, Maybe this can help you batou? Digitech Wrote:Thanks to Schorsches and you Malte, had to edit applaunch.bat and add -explorer- before the XBMC path, - Invincer - 2011-05-18 Looks like this could be a great add-on; but am I correct in guessing it only works on Dharma? Tried it on a pre-eden nightly build from earlier this month and also a PVR build. Both give me script failed errors and no config window... Is there another add-on that could work for launching MAME and emulators on the nightly builds if this one doesn't? - Batou - 2011-05-18 DigiTech Wrote:Maybe this can help you batou? Hi DigiTech, That did the trick! And sorry for asking something that was already answered ![]() Thanks for your help! - Captain_C - 2011-05-18 Sorry, been a few days since i posted, but wanted to come in and say thank you. The advise given fixed my issue. Program is working great now. - malte - 2011-05-18 @Batou: No problem. This thread has become quite long. And thank you for the links. Most are system specific, that is a bit more difficult to implement than general sites like mobygames. But I will check them when I enter the next scraper round (next on my list is full support for emumovies download service). @Invincer: I just downloaded a nightly build some days ago and it worked for me out of the box (Windows 7). What does it say in xbmc.log? But I did not really look deep into this. Just started the addon and did some navigation tests (mainly wanted to check that fullscreen video works again with Eden - and it does ![]() In the meantime you could check Advanced Launcher. AFAIK it is already converted to fully work with Eden. Solo mode problem - cewlout - 2011-05-18 My Configuration: Ubuntu 10.04 XBMC: Xbmc Live/Standalone (no gnome etc present) Hello, When I set the plugin to launch an emulator in solo mode and start a game xbmc seems to be killed, then I see a black screen and after about 1 second it immediately returns into XBMC and right then after in the RCB script again. But the game (and emulator?) is not launched at all. applaunch.sh is executable (modded 755). When solo mode is disabled everything works as expected (emau launches the game). I would leave it that way since I dont care if xbmc is still running or not the problem which occurs then is that if I use the joypad I can hear the rcb script klicking in the background since when I steer the game in the background the rom-selection takes place. Is there a way to fix this issue somehow? - malte - 2011-05-18 @cewlout: Launching games in solo mode won't work without an additional window manager. XBMC acts as a window manager, so if you close XBMC and you don't have another wm, it won't work anymore. To get it working with XBMC and emulator side-by-side, you could try to use a script that disables LIRC while the emu is running (a user provided this script, I did not test it myself): Code: #Stop XBMC from listening to LIRC I am not sure if you really need the lirc_mode commands. I just copy/pasted the script as is. - cewlout - 2011-05-18 malte Wrote:@cewlout: Thanks malte for the tip. It does not work for me since not my remote is disturbing the backend but the joypad and I can't switch it off :-) Well, no really I tried the script; doe not work for me I steer both, RCB and the game simultaneously. Since this is very important for me I plan switch to Windows 7 instead Ubuntu :-( - very annoying. - malte - 2011-05-18 cewlout Wrote:Well, no really I tried the script; doe not work for me I steer both, RCB and the game simultaneously. Since this is very important for me I plan switch to Windows 7 instead Ubuntu :-( - very annoying. You could also just try to install a window manager instead of moving to windows. |