![]() |
[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 - teeedubb - 2014-11-25 (2014-11-25, 22:12)bilalsbz Wrote:(2014-11-09, 19:17)bilalsbz Wrote: could any one help me with this problem ,when i launch some rom the xbmc doesn't suspend ,this issue just hapen with some skins like aeon mq5 which is my favorite skin here are some image Have you enabled 'solo mode' for that particular rom collection? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - bilalsbz - 2014-11-25 (2014-11-25, 22:16)teeedubb Wrote:(2014-11-25, 22:12)bilalsbz Wrote:(2014-11-09, 19:17)bilalsbz Wrote: could any one help me with this problem ,when i launch some rom the xbmc doesn't suspend ,this issue just hapen with some skins like aeon mq5 which is my favorite skin here are some image yes but it's not the same ,i just have this issue with aeon mq5 ,with aeon nox5 and experience 1080 works well without problems ,but i like aeon mq5 for me is the best skin help me please if you can. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - zbuzanic - 2014-11-26 Tried from scratch rom collection browser with latest kodi (beta5) and I can't import games or anything. Guess some change in kodi broke it. log file: http://www.weboteka.net/kodi/kodi.log RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trimalchio - 2014-11-27 (2014-06-30, 06:11)malte Wrote:rlaursen Wrote:Another issue I see is that when using Aeon Nox skin with confluence thumbnail view mode there is what looks like menu categories "console genre year publisher a-z" in white text stuck on the background not part of the menu or anything. This goes away once you change your xbmc skin to confluence but I am using Nox. Am I able to remove this in one of the text files?I can reproduce this issue. Still have to check why this is happening. I was able to fix this by editing C:\Users\USER_NAME\AppData\Roaming\XBMC\addons\script.games.rom.collection.browser\resources\RCB_SKIN_NAME\720p I changed each label element's posy from 20 to -670 For example: <!-- Console filter --> <control type="label"> <description>Consoles</description> <posx>0</posx> <posy>-670</posy> <width>200</width> <align>center</align> <textcolor>FF000000</textcolor> <label>$ADDON[script.games.rom.collection.browser 32406]</label> </control> Probably not the "correct" fix but it works. Hope this helps someone. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - mikty - 2014-11-27 (2014-11-27, 09:17)trimalchio Wrote:(2014-06-30, 06:11)malte Wrote:rlaursen Wrote:Another issue I see is that when using Aeon Nox skin with confluence thumbnail view mode there is what looks like menu categories "console genre year publisher a-z" in white text stuck on the background not part of the menu or anything. This goes away once you change your xbmc skin to confluence but I am using Nox. Am I able to remove this in one of the text files?I can reproduce this issue. Still have to check why this is happening. Hi thank you for this tips. I use it on openelec+rcb and it's works. I have changed as you say this: <!-- Console filter --> <control type="label"> <description>Consoles</description> <posx>0</posx> <posy>-670</posy> <width>200</width> <align>center</align> <textcolor>FF000000</textcolor> <label>$ADDON[script.games.rom.collection.browser 32406]</label> </control> the "console" is now at the right place. thank you. is it possible to show us where are the another element "genre, year, publisher, a-z" in the xml file to make the same tip? thank you for your help it's very helpful regards RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 9colai - 2014-11-28 (2014-11-25, 18:12)9colai Wrote: I'm having problems with RCB. When i enter the add-on, sometimes it starts with updating the list, it takes approximately 2-3 seconds. When it does that, it freezes almost every second time? Sometimes, RCB also freezes when i'm done playing and i close the game to return to xbmc. I have to force exit xbmc og force it to shit down, when it happens. Doesn't anybody know anything about this problem? I have tried everything i could to solve the issue without any luck? ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-12-04 Just a quick sign of life: I am really sorry to leave you alone with your requests and issues these days and I want to thank everyone who is stepping in to help out. I hope that I will be back at the beginning of next year and want to be around more regularly again. Cheers, Malte RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - teeedubb - 2014-12-04 Hey Malte, good to see you're still around ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - jrbilodeau - 2014-12-04 I just loaded up RCB on KODI RC2 and configured a snes rom collection using snes9x on linux (ElementaryOS Luna) which is working, however once i go into RCB and press c to edit settings the is a bunch of text missing on the screen. I am using the default skin that comes with XBMC. Has anyone else had this issue? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - zeddymac - 2014-12-05 i have 4 complete usa system of genesis/n64/snes/nes i was wondering if somebody could upload a zip file with all of them allready scraped so i wont have to go thru the long process of scraping & just add manually or could i use a hyperspin collection i do c those often RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - noiprockz - 2014-12-05 Hey Malte, at first: big thanks for your awesome plugin ! I've just got a quick question: is there some detailed/official info about which skins natively support (ignoring the retroplayer branch) your plugin ? I've been looking on your official sources: https://code.google.com/p/romcollectionbrowser/ https://code.google.com/p/romcollectionbrowser/wiki/FAQ https://code.google.com/p/romcollectionbrowser/wiki/Welcome?tm=6 But either was I to blind to see, or the info (if available) must be hidden very well ^^ By testing out almost all skins it seems that only those three have native / built in support: - Aeon Nox - Aeon MQ5 - Maximinimalism Could you verify this ? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - teeedubb - 2014-12-05 Oh malte, I have been meaning to inform you of something, but I wanted to test it out first. A user of my Steam Launcher addon, Lord_Gaav, ponited out that adding close_fds=True to the subprocess.Popen command will prevent the 'unable to start the webserver' error in linux and as a bonus the "CApplication:: create() failed" error in windows (thus negating the need for the vb script) while using 'Solo mode'. This option closes all file descriptors (and in effect ports) when it forks the subprocess. Eg: subprocess.Popen(cmd, shell=True, close_fds=True) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Zacharybinx34 - 2014-12-08 With Kodi RC2 you can't open Rom Manager at all from favorites or short cuts. The only way is through the programs list. Any fixes for this? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - IgorT - 2014-12-09 Hello, Could someone help me please? When I select a game to play from RCB, it opens the MD.emu emulator to the home "Load Game Page" at which I select load game again. Is there anything I can change/edit to make it load the Rom and play directly? I have a Minix Neo 8-H Rooted The applaunch.sh & launcher.py are default I did not change this. Thanks in advance! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - amelain - 2014-12-09 Hi, @ Zacharybinx34, same problem, can't start RCB in favorites or with any shortcuts. no solution found at this moment Anyone helps ? Thanks |