![]() |
[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
|
- andlinux - 2011-03-01 You need to press the button that will give you a content menu. On a keyboard "c" - toddwv - 2011-03-01 kruuth Wrote:Hey Malte, I just tried adding a second emu, but I can't seem to do it in .81. Is there some trick to it? Yeah, Press C and choose "add another rom collection" - toddwv - 2011-03-02 I should add that in order to get RCB working on Ubuntu 10.10, I had to chmod +x the applaunch.sh script because it was tossing up a permission denied message. So I've loaded my large rom folder, there's over 9,000 roms. It took about 14 hours to scrape artwork and wow does it bog browsing down a bit. I'm going to put more ram in the box because my HTPC is only running with 1gb and it gets eaten up pretty frequently so I'll drop 4gb in and see if that helps move things along. I've been meaning to do it anyways but it just kind slipped off my list. I REALLY need to do a rom check because many of the games are refusing to load... So with my 14 hour or so scrape I would like to suggest that the rom loading process be multithreaded to hit several databases at once to speed things along. Still enjoying the addon though and can't wait ot see the direction it takes. - malte - 2011-03-03 toddwv Wrote:So I've loaded my large rom folder, there's over 9,000 roms. It took about 14 hours to scrape artwork and wow does it bog browsing down a bit. I'm going to put more ram in the box because my HTPC is only running with 1gb and it gets eaten up pretty frequently so I'll drop 4gb in and see if that helps move things along. I've been meaning to do it anyways but it just kind slipped off my list.Displaying large rom sets is a lot of work for slow machines with little ram. Maybe one of these hints can help until your new ram arrives. Quote:So with my 14 hour or so scrape I would like to suggest that the rom loading process be multithreaded to hit several databases at once to speed things along.Maybe some day. We already discussed options to do this but it is a lot of work to get it done. Atm we are trying to get the scraping process done in the background, so that you can watch movies while it is scraping. But this is also a challenge ![]() OSX Help - dozy - 2011-03-04 Hello, Love your plugin, and it appears to work just fine on Mac OSX (10.6.6) for some emulators and all the scraping of metadata works like a charm. With many emulators on mac, however, it is impossible to turn off the first dialog box that opens with the emulator (asking which rom to open). However, by simply launching a rom file from finder (.smc, .nes, etc) the correct emulator will open the rom and run in full screen by default. The problem is that if I set up Rom Collection browser to point at my emulators (nestopia, bsnses, etc) it will open a new instance of that emulator (and the accompanying dialog box) without actually executing the selected rom. It seems logical that I could point Rom Collection Browser at finder or some other application launcher like quicksilver or aLaunch as my theoretical 'emulator' with the correct ROM directory in hopes of RCB simply opening the selected file (which would automatically open the correct emulator sans dialog box). However I have not been successful at getting this to work. Can anybody help find a way to make this process actually work? There does not seem to be a problem with the plugin whatsoever, just a matter of making it function with the proper paramaters. Maybe I am missing something? Can somebody please offer some advice? THANK YOU! - mhd143 - 2011-03-04 malte Wrote:@mhd: For some reason i had HTTP proxy checked in XBMC. How embarrising! Now one bit is working i can't get the games to load i get the following error:- C:\Windows\system32>call "C:\Games\mame\mame.exe" "S:\games\Testdata 0.7.x - onl ine scraping\Roms\Mame\invaders.zip" invaders.h NOT FOUND invaders.g NOT FOUND invaders.f NOT FOUND invaders.e NOT FOUND ERROR: required files are missing, the game cannot be run. However, these files do exist. Can anyone help please. Many thanks in advance - malte - 2011-03-05 dozy Wrote:Love your plugin, and it appears to work just fine on Mac OSX (10.6.6) for some emulators and all the scraping of metadata works like a charm.Good to hear that it works at all. There have been some Mac users in the past weeks that had problems with launching games from XBMC in general. dozy Wrote:With many emulators on mac, however, it is impossible to turn off the first dialog box that opens with the emulator (asking which rom to open). However, by simply launching a rom file from finder (.smc, .nes, etc) the correct emulator will open the rom and run in full screen by default.Is this problem related to certain roms or certain emulators? If it happens for certain roms then it also may be a problem with whitespaces and quotes in the rom name. Anyway, you can check the command line that RCB is trying to use in xbmc.log. Maybe you can try to launch this command from a shell and modify it until it works like expected. Then try to modify your emuCmd and params to the new command. You could also try to run the emulators in solo mode. Then you could add a separate launcher to the command in applaunch.sh. mhd143 Wrote:Now one bit is working i can't get the games to load i get the following error:-Seems to be a problem with your MAME config. Here is a post that explains how to set it up for MAME: link. Also check the link to Angelscrys wiki at the end of the post. - jimyx17 - 2011-03-05 mhd143 Wrote:For some reason i had HTTP proxy checked in XBMC. How embarrising! Great! glad to read you got working. As Malte said, it's better to follow those steps to get mame working - tyson171 - 2011-03-05 schorsches Wrote:Hey there, hope someone can help me. I'm running Windows 7 x64 with Dharma and RCB 0.8 First of all just wanted to say thanks for such a great add-on! This was exactly what I was looking for with my roms. Only problem is that I'm having the exact problem as schoresches, I read on how he fixed the issuse, but I'm not sure what files he was editing to fix the autobatch file and the default.py files? Can someone direct me in the right direction? Using his same exact environment and getting the crashes/black screen on rom/emu close as well! - TheCookieAddict - 2011-03-06 Hi everybody and malte in particular, This is KINGxMANIACx from YouTube, as I've said on there since the new update I haven't been able to import my games, I recently moved all my emulator roms to a PC that I use for storage, and I wanted to reconfigure RCB but now when I take the exact same steps as before and I select 'Import Games' after selecting "No" when RBC asks me if I want to add another Rom Library, it very briefly shows the importing game window (like 0.5 sec) and it goes into Library mode without displaying ANY games. Could it maybe be the fact that my roms are now on another PC? Because my movies are on there as well, and I don't have any problems with them, but I know it's hardly the same as RCB. - malte - 2011-03-06 tyson171 Wrote:First of all just wanted to say thanks for such a great add-on! This was exactly what I was looking for with my roms. Only problem is that I'm having the exact problem as schoresches, I read on how he fixed the issuse, but I'm not sure what files he was editing to fix the autobatch file and the default.py files? Can someone direct me in the right direction? Using his same exact environment and getting the crashes/black screen on rom/emu close as well!You have to edit the file "applaunch.bat". You will find it in RCBs install dir (XBMC\addons\script.games.rom.collection.browser). TheCookieAddict Wrote:I recently moved all my emulator roms to a PC that I use for storage, and I wanted to reconfigure RCB but now when I take the exact same steps as before and I select 'Import Games' after selecting "No" when RBC asks me if I want to add another Rom Library, it very briefly shows the importing game window (like 0.5 sec) and it goes into Library mode without displaying ANY games. Could it maybe be the fact that my roms are now on another PC?It is quite common to store the roms on a network share, so it should not be a general problem. I guess there is something wrong with the path or the access to your new rom location. Could you please post the content of your config.xml (at least the romPath) and the xbmc.log (after trying to import the games)? You should upload the files to pastebin and only post the link here. - tyson171 - 2011-03-06 Thanks, had the edit the helper.py as well, but finally got this to work! - tyson171 - 2011-03-07 Just one more quick question, i'm using a psx emulator called psxfin or the website...http://psxemulator.gazaxian.com/. (just the authors site no more). Anyways for the emulator to launch in full screen it needs a -f command ran before the program launches. (i can open up command prompt, put the -f command in front of the .exe, and launch it in full screen. This is the only way to get this to launch full screen other then alt + enter once it launches in windowed mode. Is there anyway through rom collection browser or any other idea that anyone has to force this emu into fullscreen on startup? - twotone8 - 2011-03-07 great plugin. having trouble getting it to work using local artwork and info. i go through all the steps, but when it comes time to import the games, nothing seems to happen. it just goes back to the empty browsing screen, which is a big wall of "all"s seeing as nothing has been imported. they import fine if scaped online, but i'd love to use my local artwork sets just to keep everything clean. i'm not exactly sure what's up. here's my log (heh) - malte - 2011-03-07 @tyson171: I guess you have to add the -f to the emuParams. Unfortunately you can only do this with directly editing in config.xml atm. But there will be a new version soon that allows editing the params via UI. @twotone8: Looks like there is something wrong with your config.xml. There are no RomCollections found during import. Could you please upload a log file after you have tried to add a rom collection? |