[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 - malte - 2020-04-09 (2020-04-09, 18:03)trihy Wrote: BTW, downloaded leia rcb branch, tried to install on leia and got installation failed with no further details.Strange. You also could have used the 2.2.4 zip file linked some posts above. This is the same code state as the Leia branch, it just includes less files that are irrelevant for the user (unit tests etc.). RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2020-04-09 (2020-04-09, 21:14)malte Wrote:(2020-04-09, 18:03)trihy Wrote: BTW, downloaded leia rcb branch, tried to install on leia and got installation failed with no further details.Strange. You also could have used the 2.2.4 zip file linked some posts above. This is the same code state as the Leia branch, it just includes less files that are irrelevant for the user (unit tests etc.). Hi. Probably some kodi bug. Just opened kodi again to get the log while installing rcb but this time installed fine. With the same zip, didnt re downloaded the file. Also added the launcher.py mod to make lcdsmartie screen works. And everything went fine. If you need testing stuff on leia let me know. Not sure if the ability to edit single games on the list is on to do list. Would be nice. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2020-04-10 Noticed a problem on matrix branch. RCB language is always english. Tried to change kodi language from every spanish option and all of them wont change rcb langguage. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-04-10 (2020-04-09, 21:24)trihy Wrote: Not sure if the ability to edit single games on the list is on to do list. Would be nice.Yes, it is. But not for one of the next releases. (2020-04-10, 07:10)trihy Wrote: Noticed a problem on matrix branch.Oh, I see. The language conversion tool somehow ignored all the spanish files. I need to check that. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2020-04-10 Thanks @malte BTW, RCB is on its 10 anniversary RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-04-10 (2020-04-10, 14:38)trihy Wrote: Thanks @malte I realized this yesterday as I edited the changelog on github. First release was 02/2010. Long time ago RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2020-04-10 It was fun. Congrats About this: I noticed that if you are on a game with video playing and hold LT or RT on a 360 controller, sound from the video keep playing. its a little annoying if you keep scrolling for a long time to still hear the audio. Quote:Browse Games: RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-04-10 On github in leia tree still stands current version 2.2.3 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - juniors.paulo - 2020-04-10 I have all my Arcade games running on FBA (Retroarch), but only one game for example Killer Instic (Kint.zip) do I want to work on mame2010 (Retroarch), how do I do it manually? Use external emulators. @malte are you able to help me? <config version="2.2.0"> <RomCollections> <RomCollection id="1" name="Fliperama"> <gameclient /> <emulatorCmd>/system/bin/am</emulatorCmd> <emulatorParams>start --user 0 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -e ROM "%rom%" -e LIBRETRO /data/data/com.retroarch/cores/fbneo_libretro_android.so -e CONFIGFILE /data/data/com.retroarch/retroarch.cfg -e IME com.android.inputmethod.latin/.LatinIME -n com.retroarch/.browser.retroactivity.RetroActivityFuture</emulatorParams> <preCmd /> <postCmd /> <saveStatePath /> <saveStateParams /> <useBuiltinEmulator>False</useBuiltinEmulator> <useEmuSolo>False</useEmuSolo> <usePopen>False</usePopen> <ignoreOnScan>False</ignoreOnScan> <allowUpdate>True</allowUpdate> <autoplayVideoMain>True</autoplayVideoMain> <autoplayVideoInfo>True</autoplayVideoInfo> <useFoldernameAsGamename>False</useFoldernameAsGamename> <maxFolderDepth>99</maxFolderDepth> <doNotExtractZipFiles>True</doNotExtractZipFiles> <makeLocalCopy>False</makeLocalCopy> <diskPrefix>_Disk.*</diskPrefix> RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-04-11 @malte From your changelog: Quote:fixed issue with games which have dots in its name I'm still not able to scrape Super Smash Bros. Brawl . It ignores everything behind a dot.Code: 2020-04-11 01:16:59.821 T:1900 DEBUG: RCB_INFO Scraping for Z:\Spiele\Roms (Emulatoren)\Wii\Roms\Super Smash Bros. Brawl\Super Smash Bros. Brawl [D][RSBP01].iso Here's my logfile: https://paste.kodi.tv/kehoboziki.kodi RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-04-11 (2020-04-10, 18:45)trihy Wrote: It was fun. CongratsI will look into it. (2020-04-10, 19:17)Kupo91 Wrote: On github in leia tree still stands current version 2.2.3When I look at it, its 2.2.4: https://github.com/maloep/romcollectionbrowser/blob/Leia/addon.xml (2020-04-10, 21:39)juniors.paulo Wrote: I have all my Arcade games running on FBA (Retroarch), but only one game for example Killer Instic (Kint.zip) do I want to work on mame2010 (Retroarch), how do I do it manually? Use external emulators.Yes and no. There is an option to support different params for different games. You could use the placeholder %GAMECMD% in your emulator params. In RCB you can select "Edit Game Command" from Context Menu. The string %GAMECMD% will be replaced with the text that you enter as Game Command. This way you can set specific game commands per game. But I am not sure if this will help you here. This feature only works if you want to add a specific parameter. In your case you want to replace the -L parameter of retroarch, that is not possible atm. Only if you specify a game command for EVERY game in your collection. That would be very uncomfortable. I started to refactor the launcher part of the program. Maybe I can look into this in the process. But I can't promise anything. (2020-04-11, 01:27)Kupo91 Wrote: I'm still not able to scrape Tbh, I just added all issues to the changelog that were closed since last release without testing them again. I could not reproduce this issue as you reported it last year. But I will check again.
RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-04-11 (2020-04-11, 13:58)malte Wrote: When I look at it, its 2.2.4: https://github.com/maloep/romcollectionb.../addon.xml I've meant this: (2020-04-11, 13:58)malte Wrote: Tbh, I just added all issues to the changelog that were closed since last release without testing them again. I could not reproduce this issue as you reported it last year. But I will check again. Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - juniors.paulo - 2020-04-11 (2020-04-11, 13:58)malte Wrote:(2020-04-10, 18:45)trihy Wrote: It was fun. CongratsI will look into it. @malte Thanks, I will try something different in building my collection One more help, because when I try to delete an entire collection it still keeps showing up, it seems to be an error in the RCB on Android. I can only delete it in addon_data and delete the lines in config.xml Remove Collection button does not save when I delete the collection RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-04-12 (2020-04-11, 16:03)juniors.paulo Wrote: One more help, because when I try to delete an entire collection it still keeps showing up, it seems to be an error in the RCB on Android. I can only delete it in addon_data and delete the lines in config.xmlThis is a known issue. Atm you must just delete the rom collection without saving the config. If you save the config rcb will just reload your old config. I will try to fix this with next release. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - loggin - 2020-04-12 Looking for themes that support RCB, customisable menus, panel/wall layouts that display 12+ items at a time with page skipping capabilities. I'm currently using Aeon MQ8 but have had to remove them theme xmls to get RCB to work, can anyone make any recommendations ?? |