[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 - 2018-11-13 Ok, got nes emulator working using this -f -L cores/nestopia_libretro.dll "%ROM%" Any ideas where I can find parameters for other emulators? Tried using "-f -L cores/mednafen_supergrafx_libretro.dll "%ROM%"" And also worked, but maybe it need another parameters. Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Wintermute0110 - 2018-11-13 (2018-11-13, 18:47)trihy Wrote: Hi. Thanks. You can check the cores Kodi Leia supports in this link. Search for the game.libretro.core_name addons. Basically, Retroplayer supports most addons that do not use OpenGL/Vulkan. For example, beetle_psx core is supported (software renderer) but not beetle_psx_hw (Vulkan renderer). You can check all the Libretro cores here. If you click in the info files you get information about the core like extensions supported and BIOSes. You can use both external Retroarch and Kodi Retroplayer and share the ROMs and assets directories. Retroplayer requires uncompressed ROMs, which is a big annoyance especially for "professional" retrogamers that usually have all the ROMs zipped, but there are tools to automatise the decompressing. If by "robust" you mean stable and do not crash, Retroplayer is robust enough, at least with the cores I've tried. @garbear By the way, the cores beetle_* have been renamed to mednafen_* RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Wintermute0110 - 2018-11-13 (2018-11-13, 19:07)trihy Wrote: Ok, got nes emulator working using this Here you have parameters for over 50 emulators. In order to know which cores support each platform you need to look at the info files I linked in the previous post. Or, in Retroarch go to "Download cores", there the cores are sorted by platform more or less. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-13 Hi again. Thanks. Looks like useful info there So, when retroplayer evolves, should be the same than using retroarch but built in in kodi, right? I tested the retroplayer kodi builds from the very beginning and were amazing, but still a little confusing, and kodi ui sometimes interferes when using a control pad. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-14 (2018-11-13, 19:09)Wintermute0110 Wrote:Hi thanks.(2018-11-13, 18:47)trihy Wrote: Hi. Thanks. By robust, I mean inconsistences when using a control pad. Last time I tried, some buttons were mapped to kodi ui while gaming, which makes things a little complicated. Also the lack of zip support. And the core selection screen can be confusing too. Not sure how to set permanent core/collection and avoid the dialog box. I tested lot of builds from @garbear thread some time ago. Also reported many things like the lack of a home button on xbox 360 controller since v18 builds. But this never changed. On kodi v17 you press BACK button and will take you to home screen no matter where you are. On v18 BACK button will take you nowhere. If you are navigating through subfolders, you will have to press B (not back) several times to go to home screen. Maybe they decided to map it to guide button, but guide button on windows is not usable without mods/hacks. Many of us use kodi only with a control pad and we need everything there. I have no keyboard at all on my emulator pc. Im not against this decisions, maybe they have a good reason, but they are not what Im looking for. Thats why I stopped testing retroplayer builds to see how they evolve. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - garbear - 2018-11-14 Joystick controls in Kodi are determined by joystick.xml. I'm open if you have any suggestions. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - dafunkyfire - 2018-11-14 Quote:As i assume, even when Retroplayer is fully integrated, Ppl may want to use different Emulators, there should be a Way to do so. What am i missing? Quote:Give it a try We have an emulator selection dialog. Hey Garbear, Thanks for your Reply! And, dont get me wrong - im really excited and looking forward to see how Retroplayer will perform in RC and Stable! (Btw. it looks like you put of lot of effort into RP - i really do appreciate that, awesome work!) But nevertheless, there seems something to broken in RCB (at least on Kodi 18 Beta, Android), when its somehow impossible to use external Emulators. And as it was working on earlier Version, it still should be, right? ;-) On Top, i think there will always be Reasons, why Ppl would want to use external Emulators, even when Retroplayer is fully integrated and Stuff. So, im hoping to get completely rid of external Emulators some Day. But by now it isnt like that, and RCB used to flawlessly integrate them. Now (at least it seems) it is broken, and im looking for a Solution for that ;-) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-14 (2018-11-14, 19:31)garbear Wrote: Joystick controls in Kodi are determined by joystick.xml. I'm open if you have any suggestions. Hi. Thanks. Kodi v18 has some problems with xbox 360 xontroller (and probably xbox one controller too) Play a song, press Y button and you are stuck forever there. Only way out is pressing B button but will stop the music too. Probably Y button should be mapped the same as TAB even when on fulllscreen visualization. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - garbear - 2018-11-15 (2018-11-14, 22:10)trihy Wrote: Play a song, press Y button and you are stuck forever there. Thanks for highlighting this issue. I recently started a new job and I'm 600 miles away from my development hardware, so I can't submit a patch myself. Do you know XML? Using keyboard.xml as a reference, could you modify joystick.xml to how it should be? The next best thing would be to create an account on GitHub an open a bug report issue at http://github.com/xbmc/xbmc . That way I can track your problem and assign other developers to fix it. Thanks! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-15 Hi @garbear Will take a look into joystick.xml. But dont want to break other things when changing mapping. This was working fine even on the old xbox xbmc. So I try to think there is a reason. Will double check if dont break other actions. Good luck with your new job! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-16 @garbear Here is the first fix to joystick xml It solves the problem when listening to music and going fullscreen visualisation, then there is no way to get out without stopping music. Visualisation preset was remapped to hold Y instead of Y. Now Y just goes back from fullscreen to kodi ui. Quote:<Visualisation> Please let me know if you read this. Thanks Fixed file here https://www.mediafire.com/file/u6leld4xdyf7vnd/joystick.xml/file I used a kodi nightly build from today to apply the changes. So file is up to date. And a suggestion. On windows guide button doesnt work unless you made some hacks. So probably this (on global settings): <guide>ActivateWindow(Home)</guide> Could be added to back button too. Like this: <back>ActivateWindow(Home)</back> Not sure if we can make a conditional only for windows. But seems back isnt mapped at all for "global", so I guess it will be fine. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - garbear - 2018-11-17 (2018-11-16, 22:52)trihy Wrote: It solves the problem when listening to music and going fullscreen visualisation, then there is no way to get out without stopping music. Looks good. Can you open a PR on github? That's the best way to get your improvement into Kodi. Otherwise I can PR myself, but wont be able to runtime test until I can run kodi on my hardware again. Good job! (2018-11-16, 22:52)trihy Wrote: On windows guide button doesnt work unless you made some hacks. The reason "back" isnt mapped is because every other controller calls this not back (select, view, share, etc). However, it makes sense that we always consider it back on windows. because that's what their XInput API calls it. And it doesn't hurt the other platforms because like you said, it's not currently mapped. I see the value in making Home and Back behave the same. If you open the PR for fullscreen in visualizations, can you include this change as well? That'd be awesome. Thanks for your contributions! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-11-22 Thanks @garbear . Not sure if I can do that atm. Will try. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Rod10 - 2018-11-24 When scrapING it doen not scrape playstation games and nes games?? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Rod10 - 2018-12-01 (2018-11-24, 16:26)Rod10 Wrote: When scrapING it doen not scrape playstation games and nes games?? What is the use of add-on support when no one replies?? |