![]() |
[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 - 2018-02-14 Oh, yes. This is the information from the Kodi repo. Its about time to update RCB there, too. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-16 Im trying to rename game disc like this Panzer Dragoon Saga (Disc 2 of 4) (EUR)_disk2.cue Panzer Dragoon Saga (Disc 2 of 4) (EUR)_disk2.bin but when launching it wont ask for disc. I have the same config for gamecube and works fine (i made this one some years ago) I cant find anything wrong. Disc identifier is set at default _disk* RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-16 Maybe something went wrong when importing the games. RCB stores the paths to the disk files in its database. When it did not detect multiple discs for this game during import then it might not ask for a disc when launching the game. Do you have the chance to look inside the database (with SQLite Browser or similar)? I have to rethink the multi disk handling in one of the next iterations. It causes more trouble than it solves. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-17 Hi, not sure how to use sqlite. But in this case, import was made from a clean databse and games were already with the disk_* format before import for the first time. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-19 Ok, I think I found it. Problem is, that you have multiple disk indicators in your filenames. RCB uses the disk indicator to make game names unique and to detect multi disk games. If a rom file is detected as the 2nd, 3rd or whatever disk of a game then RCB just adds this file as additional rom file to an existing game (imported with the first disk). So, in your scenario the disk indicator is correct and it strips the "_disk2" away. But it still has (Disc 2 of 4) in the name, so RCB thinks this is a unique game and tries to scrape data for this game separately. To strip all disc specific information, you should use "\(Disc .*\)" as disk indicator. But you have to rescrape this game to get the additional discs into the database. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Slipass - 2018-02-19 Hi Malte, since the last update from git i get an error. I try a fresh installation from kodi 17. When i try to open rcb i get this error: ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-20 Oh, thanks for the heads up. We are mainly working on our dev branches, so it might happen that we accidently break master with our merges from time to time. I will merge my branch in the next days and fix this error. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-21 (2018-02-19, 08:22)malte Wrote: Ok, I think I found it. Problem is, that you have multiple disk indicators in your filenames.You are right @malte didnt noticed filename were different (disc 2 of 4, disc 3 of 4) that break the ability to detect multi disc. By using "\(Disc .*\)" and rescraping, now works perfectly. No need to change filename differences. Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-21 (2018-02-19, 21:10)Slipass Wrote: since the last update from git i get an error.Git version should work again. Browsing and launching should work quite ok already but scraping is still under heavy development. So, expect some hickups if you want to test this. Note: RCB will migrate your database to a newer version when you launch the git version for the first time. If you want to switch back to an older version of RCB you might have issues as RCB won't migrate the DB back to the old state. There should be a backup called "MyGames.db.0.7.5" in your userdata folder. This is your old database that works with previous versions of RCB. Just rename it to "MyGames.db" before launching previous versions RCB. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-23 @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. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - scmandias - 2018-02-25 I had a question in regards to the filter controls. When activated you are able to select between the various categories and the screen reflects your selection in the background. Another action or keypress is needed to exit out of the filter controls such as hitting enter an additional time or the escape key. Is it possible by making an edit in either the gui.py or script-Rom_Collection_Browser-main.xml to exit out of the filter controls after making only 1 selection instead of needing the additional keypress? For instance highlighting NES in the console category, hitting enter and it exits out of the filter control? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-26 (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.This part of the code has been massively refactored in the last weeks (not released yet). Maybe this has already improved with the latest changes. But I will check again how it behaves when controlled with a gamepad. But usually there should be no difference between navigating the list with a keyboard or with a gamepad. Maybe the update interval is different when doing a long press. (2018-02-25, 21:38)scmandias Wrote: I had a question in regards to the filter controls. When activated you are able to select between the various categories and the screen reflects your selection in the background. Another action or keypress is needed to exit out of the filter controls such as hitting enter an additional time or the escape key. Is it possible by making an edit in either the gui.py or script-Rom_Collection_Browser-main.xml to exit out of the filter controls after making only 1 selection instead of needing the additional keypress? For instance highlighting NES in the console category, hitting enter and it exits out of the filter control?I will look into it. Tbh, I don't remember if I implemented it like this because of technical issues or if it is just badly designed ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-26 Hi @malte Tried scrolling with keyboard arrows, doesnt feel that different than with controller dpad. If you scroll with controller triggers (RT and LT) it feels much better. And the only difference I can notice is that highlight bar doesnt go to top or bottom when scrolling this way, it stays near middle of the screen. Thats is similar on how scrolling movies or music works. I think rcb scrolling was fine and after some kodi updates (v16 and up probably) something changed in kodi code that makes scroll feel not natural on rcb. If you try scrolling movies or music, it feels smoother. And its probable because of highlight bar doesnt go to top up or top down. It's not bad at all, but since you are making rcb a great product, I just try some suggestion that could improve it ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-02-27 BTW, how can I make rcb write this two words on different .txt line Tried this with no luck fh = open(filename, 'w') fh.write('RCB Emuladores', 'Selecciona Juego') fh.close() I mean RCB Emuladores on line 1 and Selecciona Juego in line 2. RCB Emuladores Selecciona Juego Thanks. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-02-27 '\n' is the line separator. So this should work: fh.write('RCB Emuladores\nSelecciona Juego') |