[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 - Kupo91 - 2020-02-05 (2020-01-27, 12:30)malte Wrote: Current git version should work with thegamesdb again. (See here how to grab latest git version) I didn't test the current git version and I also didn't scrape anything recently. But there is news from thegamesdb which might affect your fix: Quote:Hi everyone Source: https://forums.thegamesdb.net/viewtopic.php?f=5&t=1652 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - juniors.paulo - 2020-02-19 (2019-10-11, 04:13)trihy Wrote:(2019-10-10, 20:55)popeye2468 Wrote: Hi guys please can someone help got this all setup with latest Kodi 18 Does it work on Android? I have a rcb 2.23 kodi 18. It is not possible to play anything with an external emulator on Android, it always gives an error, I am desperate: / RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2020-02-23 (2020-02-19, 11:00)juniors.paulo Wrote:(2019-10-11, 04:13)trihy Wrote:(2019-10-10, 20:55)popeye2468 Wrote: Hi guys please can someone help got this all setup with latest Kodi 18 No. They are not for android. On android I think you will need to download retroarch and config should be automatic. Not sure if you can use 32 or 64 bit retroarch. Maybe RCB is prepared for 32bit retroarch only. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-03-02 Hi all, there is a feature which I badly want to have in RCB. Since malte is busy with rl I hoped to find somebody else who can do this. I have games in my native language and games, which are available only in english and I'd love to see the games language in RCB. This information could be given as text in the description (another line besides developer, year and genre) or as image within the fanarts/screenshots. hrydgard recently made something similar for his emulator ppsspp: https://github.com/hrydgard/ppsspp/issues/12636 Best would be if RCB could read the language out of the rom file name. For example the games language is english if there is (E) or [E] at the end of the file name. In case of my native language a (G) or (D) means German/Deutsch. However for the beginning I would also be happy if there was just an option to write the language into the *.nfo file and RCB shows this one. So if someone is a programmer and knows how to do this please let me know. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-03-03 (2020-03-02, 08:43)Kupo91 Wrote: Hi all,Hi Kupo, this feature is already on my list but as you said I am quite busy atm. So no promise when I will have time to look into it. I am still working on python 3 migration to make RCB Kodi 19 compatible. Maybe I can look into it when this is done. Regards Malte RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-03-03 Hi malte, thanks for your reply. We already talked about this like a year ago. You also showed me that this is already planned https://github.com/maloep/romcollectionbrowser/issues/362 But since it is planned for v2.6+ and things are going slowly atm I thought why not ask the community. Would be great if you could take a look into it after python 3 migration. Btw in the kondinerds forum someone said he can not start RCB because of this python topic. But according to his signature he uses Kodi 18 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Hudson_Hawk04 - 2020-03-06 not sure if its just me but my sega rom *.bin files are not grabbing art only game info at this time on the gamedb scrapper, others appear to be working but there is a limit on the number of downloads RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - slinkygn - 2020-03-26 Kodi 18 repo should be showing version 2.2.3, right? Or is it behind? I don't know why, but my install (Linux/Arch) is showing 2.1.3 as the current installable version, and I can't find a way to update or refresh that to be 2.2.3. So I'm hoping it's the repo and not my system, because if not I don't know how to fix it :/ RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-03-29 (2020-03-26, 22:48)slinkygn Wrote: Kodi 18 repo should be showing version 2.2.3, right? Or is it behind? I don't know why, but my install (Linux/Arch) is showing 2.1.3 as the current installable version, and I can't find a way to update or refresh that to be 2.2.3. So I'm hoping it's the repo and not my system, because if not I don't know how to fix it :/ No its not your system. I dont know why but the repo shows an old version. Malte explained how to update RCB just some posts above. https://forum.kodi.tv/showthread.php?tid=70115&pid=2919638#pid2919638 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - slinkygn - 2020-03-30 (2020-03-29, 01:05)Kupo91 Wrote:(2020-03-26, 22:48)slinkygn Wrote: Kodi 18 repo should be showing version 2.2.3, right? Or is it behind? I don't know why, but my install (Linux/Arch) is showing 2.1.3 as the current installable version, and I can't find a way to update or refresh that to be 2.2.3. So I'm hoping it's the repo and not my system, because if not I don't know how to fix it :/ Thanks. I did see that, but was hoping to run a release version thinking it'd be more stable. After some thought I went ahead and just installed the Git version. I wonder why the official repo is so far behind. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - juniors.paulo - 2020-03-30 I tried several to make the RCB work on Android with external emulator ( Retroarch) and managed to just manually insert the settings, the forecast to work automatically with the autoconfig file? I love this addon but doing everything manually is very laborious, I have been waiting for correction for a long time and many people have already reported this problem here on Android, if I had knowledge I would help but I don't know and it drives me crazy. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-03-30 (2020-03-30, 06:47)slinkygn Wrote:(2020-03-29, 01:05)Kupo91 Wrote:(2020-03-26, 22:48)slinkygn Wrote: Kodi 18 repo should be showing version 2.2.3, right? Or is it behind? I don't know why, but my install (Linux/Arch) is showing 2.1.3 as the current installable version, and I can't find a way to update or refresh that to be 2.2.3. So I'm hoping it's the repo and not my system, because if not I don't know how to fix it :/ The latest release is linked in the very first post in this thread RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - splooff - 2020-03-31 hello i am testing the addon from two days but i am not able to use it i use kodi 18, the latest versione of the addon (2.2.39) i have installed also rom collection browser service and nothing my configuration and installation is correct, i have tried with 2 different emulators but the result is always the same.. it appears a blue background with the only game name and no more additional information, no artwork, no picture and no data games.. the addon works properly? can i use it with another kodi version may be using another addon version? thanks.. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-03-31 Showing game names but nothing else means it has imported your games but didn't scrape them. Which scraper do you use? Did you also try other scrapers? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - splooff - 2020-03-31 (2020-03-31, 21:41)Kupo91 Wrote: Showing game names but nothing else means it has imported your games but didn't scrape them. Which scraper do you use? Did you also try other scrapers? Yes, i think so..it doesn't scapre anything. i use the scrapers in the addon..: legacy.thegamesdb.net, the games db, giantbomb and themobygames with the accurate research really i am not able to add other scapers kopo91 are you able to use it? |