[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
|
RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2015-12-15 Im using thegamedb..net as scrapper and let the other two entries empty. That way works fine. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tironimo - 2015-12-15 Hey hope someone can help me out. I recently successfully scraped my Nes and Snes collection with the offline scraper method, using the _parserConfig.xml and the discription files from the wiki. Now i wanted to do the same with my N64 Collection. The N64 description file in the wiki was missing many games so I searched online for a more complete synopsis. I uploaded it here : updated N64 synopsis I made sure the roms have the exact same name as in the description file, but it always fails to scrape the same ones. What's weird is, that it misses all in alphabetical order from Mario Golf to Pilotwings 64. So it fails to scrape the whole M , N, O and some of the P section(alphabetically), with "Lego Racers" being the last properly scraped one and "Pokemon Puzzle League" the first game that gets scraped properly again, all fine after that one. If "search by crc" is checked the RCB is building the file list and is stuck for a while at 98%, nothing is scraped then. If I uncheck all the crc options in the scraper it scrapes all titles by name without those mentioned above. I already checked the synopsis, it seems fine to me. Maybe someone has an idea. Thanks in advance. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tironimo - 2015-12-15 I gave it a few more tries in the evening and got it working. I deleted the crc values of Mario Golf in the description file, went perfectly after that. RCB didn't seem to like them. Maybe you want to cleanup and add the N64 description file I uploaded above to the wiki for others to use RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - McButton - 2015-12-16 I'm using OpenElec 6.0 w/ Isengard. I just got 1 SNES rom to scrape successfully for cover art. When I try the player, I get nothing. It just sits. I tried the .exe to no avail so I went to a direct linux version of SNES9x with the path pointed to snes9x-gtk. What am I doing wrong that this won't launch? --- I also don't appear to get a context menu after adding a game. The vid on page 1 shows a context over the game, but mine just hangs. LOG http://pastebin.com/XEet6pPH RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - NewYears1978 - 2015-12-17 A long time ago I used RCB with my XBMC and I had it fully custom, but I remember there were many skins available. I am back now with Kodi working on it again and I notice that there are only 3 default skins and all three look bad (to me) Has something changed? How to go about finding more themes..been on google for hours but no luck. Thanks (2013-06-13, 03:17)NewYears1978 Wrote: Any time. I too was using Hyperspin and I had made a custom theme that looked more like classy XBMC instead of an arcade. But in the end I found that I liked using RCB better so that's why I now download the art from those places..stick them where they go, then scrape with text files. Works great, here's how my XBMC and RCB collection looks so far: Ha I found my old posts, unfortunately I lost my scraper dat files, files, art, PSD files, customization..everything..and I have no clue how I ever made what I had made lol..when I look at RCB now there is no theme that looks anything like what I had above.. I am also having the same problem I had way back when, when I import (and yes doing it correctly) it imports.but the menu is completely blank. I remember having this same problem before..and I can't figure out how to fix it (Seems when it happens I have to delete all config files and start over and it fixes..until it breaks again) Also, when I add a media path in edit collection, hit save, exit out and back..the new media is not there..? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - NewYears1978 - 2015-12-18 I remember using this years ago, getting the stupid blank screen bug, now one day of fiddling with Kodi and RCB and blank screen bug again. Was it ever determined a fix for this? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Reb313 - 2015-12-19 Any plans for some RCB update love? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - DjDiabolik - 2015-12-20 I never understand how it's working this addons........... i can install on my OSMC (Rpi2) and i can play roms (like mame... nes...) whitout installing nothings ?? This addons contain an inside emulator ? Or i need to found (i don't thinks exist) the exact emulators whit osmc and after i can lauch directly from this addons ? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ryu4000 - 2015-12-20 I can't get lunar to scrape at all keeps telling me to check my xbmc log here my xbmc log http://xbmclogs.com/paffenrzy#line-9183 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Soujirou Seta - 2015-12-20 (2015-12-20, 00:27)DjDiabolik Wrote: I never understand how it's working this addons........... i can install on my OSMC (Rpi2) and i can play roms (like mame... nes...) whitout installing nothings ?? This addons contain an inside emulator ? Or i need to found (i don't thinks exist) the exact emulators whit osmc and after i can lauch directly from this addons ? This addon launch your disired game aside kodi, with a grafic interface. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - McButton - 2015-12-23 Can someone point me to how to run roms in OpenElec? I can run this in Windows in seconds, but I haven't a clue in Linux. I've tried dozens of times for hours. No clue. Any help would be awesome! When I scan, I can get 1 of several items to scan. I get no artwork. When I select the item that did scan, I get a notice saying it will launch, then nothing happens. I've done tutorials with Advance Launcher, with Retroarch, and other addons. No dice. I also get no context menu. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - jflash21 - 2015-12-24 Hi guys. I'm new to this forum so please bear with me. I am running Kodi on a Fire TV setup. I was able to install Rom Collection Browser and import all the games I had with artwork and descriptions. The problem I am having is that no matter which emulator I choose (currently NES.emu or Nestopia (Retroarch), whenever I select a game to play, it brings me to the emulator setup screen instead of launching the game directly. From the emulator page I then have to select the game I want from the list directory and it plays just fine. However I am trying to skip that step completely. I'm just not sure if it's a setting in the emulator or on RCB. Can anybody point me in the right direction? Also please let me know if I should post this in a different location. Thanks- RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - McButton - 2015-12-24 Welcome to the forum. First, you'll want to post some info. Like, what system are you using? Windows, Linux, etc. I'm going to say you're in the right area, but the responses are a bit slow here. Doesn't seem like a hugely popping topic lately. I've been messing with getting this set for weeks and still have about the same issues as you do. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Slipass - 2015-12-24 (2015-12-24, 04:59)jflash21 Wrote: Hi guys. I'm new to this forum so please bear with me. I am running Kodi on a Fire TV setup. I was able to install Rom Collection Browser and import all the games I had with artwork and descriptions. The problem I am having is that no matter which emulator I choose (currently NES.emu or Nestopia (Retroarch), whenever I select a game to play, it brings me to the emulator setup screen instead of launching the game directly. From the emulator page I then have to select the game I want from the list directory and it plays just fine. However I am trying to skip that step completely. I'm just not sure if it's a setting in the emulator or on RCB. Can anybody point me in the right direction? Also please let me know if I should post this in a different location. Thanks- You must config the Retroarch parameters correct. Try this for the .exe Your location\RetroArch\RetroArch\retroarch.exe And try this when you setup the ROM location in RCB. -f -L "Your location\RetroArch\Core\snes9x_next_libretro" "%ROM%" RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - elementalwindx - 2015-12-27 Question. We are using XBMC (ver 13.2 May 11 2015) and you're browser addon. When importing games, it will not import any types of nintendo games. NES/SNES/N64. Any idea why this is happening? Is there a fix? I've verified in the "edit rom collection" settings area that the correct file path and types are listed. I'm using OGST with an ODroid XU4 and others apparently don't have this problem. I'm on a fresh install fully updated though. |