[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-02-27 (2018-02-27, 14:46)malte Wrote: '\n' is the line separator. So this should work: That worked! Thanks. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-03 @malte. Hi. I had rcb 2.1.5 running fine on kodi 17. Updated to 18, copy the rcb content and rcb works. But starts with the info view 1. I changed to info view 2 and every time rcb is launched, it defaults to info view 1. Do you know hot to fix that? Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-04 I can reproduce this here with Kodi 18. Did not find a quick solution, so I have to investigate further. Thanks for the info. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-04 Thanks @malte Lets see if can get fixed, maybe config file is not saving changes. Im trying to show rcb icon on kodi add ons at kodi home screen and I cant. Installed other add ons and they show the icon at home screen. With rcb i had to make it favourite to al least show in fav categorie. Not sure how kodi handles which add ons icons to show on homescreen, but its kinda upsetting. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-04 In Kodi 18 RCB is shown in the Games Addon category. If you did not enable the Games section with the Konami code, then RCB won't be shown at all. Upcoming releases of RCB should be visible in both sections: Programs and Games. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-04 But any way to make it appear here like in kodi v17? I did not enable games, will look into that, not sure what it it. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-04 Yes, its possible. Go to RCBs addon folder and edit the file addon.xml. There is a line like this: Code: <extension point="xbmc.python.script" library="default.py"> Edit it that it looks like this: Code: <extension point="xbmc.python.script" library="default.py"> Use a proper text editor like Notepad++ to make the changes. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-06 (2018-02-23, 22:49)trihy Wrote: @malte . Another thing to improve, could be scrolling. When you scroll with LT and RT from a 360 controller, scroll is smooth. But when you scroll with d-pad, is laggy. Maybe the scroll values are not correct when you keep pressed the d-pad.I looked into this and I think I am able to reproduce it. At least with "autoplay video" enabled (and some gameplay videos ofc) it behaves like you describe it. Do you have video playback enabled, too? (2018-03-03, 20:56)trihy Wrote: @malte. Hi. I had rcb 2.1.5 running fine on kodi 17. Updated to 18, copy the rcb content and rcb works.This is a bug in Kodi, so we have to wait until it is fixed. But they are on it so I think it will be fixed at all. More info here. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-07 (2018-03-06, 11:07)malte Wrote:Hi @malte Yes, I have autoplay video enable.(2018-02-23, 22:49)trihy Wrote: @malte . Another thing to improve, could be scrolling. When you scroll with LT and RT from a 360 controller, scroll is smooth. But when you scroll with d-pad, is laggy. Maybe the scroll values are not correct when you keep pressed the d-pad.I looked into this and I think I am able to reproduce it. At least with "autoplay video" enabled (and some gameplay videos ofc) it behaves like you describe it. Do you have video playback enabled, too? Editing addon.xml made rcb icon appear on homescreen. Dont you think this should be set as default? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-07 (2018-03-07, 01:38)trihy Wrote: Hi @malte Yes, I have autoplay video enable.Ok, can you do me a favor and test something? In RCBs main skin file "script-Rom_Collection_Browser-main.xml" (located in kodi\addons\script.games.rom.collection.browser.git\resources\skins\Default\720p) search for the occurance of "Autoplay video". You should find two button controls that have a line like this: Code: <animation delay="300" effect="fade" start="100" end="100">Focus</animation> (2018-03-07, 01:38)trihy Wrote: Editing addon.xml made rcb icon appear on homescreen. Dont you think this should be set as default?Yes, it will be like this in next release. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-07 (2018-03-07, 10:01)malte Wrote:(2018-03-07, 01:38)trihy Wrote: Hi @malte Yes, I have autoplay video enable.Ok, can you do me a favor and test something? Hi. There are many of the same file. Changed it on default folder and on confluence folder. Didnt noticed a major improvement. I think the problem is the way it scroll. Cirsor shouldnt be at the top of screen list or at the bottom when you scroll. Then you can see better which game are you going to reach. I think is not that related to scroll per se, more than the way it scroll. If you try an xbox 360 controller and press slightly the analog triggers, you will get a much better experience. Also dont think is related to pc power. Maybe we can borrow scroll settings from estuary skin? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-07 Ah, ok. Sounds like I completely misunderstood the issue. I noticed a little input lag when you scroll through the list step by step and auto video playback starts on every button press. This behaviour should improve when you increase the delay before the video autostarts. But I think I know what you mean now. I had a look at the way Estuary handles the list scrolling and you are right, this is much better than the way it works in RCB. I will try to adopt it. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-08 Yes, my english is not very good. I was about to make a video. Great you get it. Git can be downloaded and installed? Im using 2.1.5 but if there are newer builds I will like to try them RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-08 Using the current git version is quite easy. Just go to https://github.com/maloep/romcollectionbrowser and click on the green button "Clone or download". Then select "Downlaod ZIP". This zip file can be installed via kodi addon manager. But best backup your config.xml and MyGames.db before you start testing the git version. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-09 Thanks @malte Yesterday deleted the snes collection and rescraped again. And 600 of 1900 roms were left out of the list. There is a way to correct that? |