[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 - DeliriumTremens - 2012-10-27 (2012-10-27, 23:21)versus Wrote:(2012-10-27, 22:09)DeliriumTremens Wrote: I have RCB running on XBMC 12 on my pi -- it imports the games in the progress bar, and the various manufacturers and such show up in the filter, but no games actually show up in the items list.Try looking at this post That did the trick for showing the games, but when I try to launch the game I get this error: Code: 16:32:52 T:1342174272 ERROR: EXCEPTION: Unimplemented method: executehttpapi::executehttpapi(...) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - bradvido88 - 2012-10-28 I'm curious what the current plan for Frodo compatibility is? Is it actively being worked on, something pegged for the future, or not going to happen? I just tried 1.0.5 with Frodo 10/26 nightly and it failed to list the roms. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - fmonaca - 2012-10-28 (2012-10-27, 23:30)DeliriumTremens Wrote:(2012-10-27, 23:21)versus Wrote:(2012-10-27, 22:09)DeliriumTremens Wrote: I have RCB running on XBMC 12 on my pi -- it imports the games in the progress bar, and the various manufacturers and such show up in the filter, but no games actually show up in the items list.Try looking at this post You have to change all the instances of "executehttpapi" with "executeJSONRPC" (without quotes, of course) in the file [your addon dir]\script.games.rom.collection.browser\resources\lib\launcher.py Then your roms should start without problems. (2012-10-28, 03:34)bradvido88 Wrote: I'm curious what the current plan for Frodo compatibility is? Is it actively being worked on, something pegged for the future, or not going to happen? Just look the post above yours. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - DeliriumTremens - 2012-10-28 (2012-10-28, 06:25)fmonaca Wrote:(2012-10-27, 23:30)DeliriumTremens Wrote:(2012-10-27, 23:21)versus Wrote: Try looking at this post No dice, can't parse with a simple find/replace of executehttpapi via executeJSONRPC. Appreciate the help regardless RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - versus - 2012-10-28 Try these http://depositfiles.com/files/o6vrqiz1q I have no skills in programming but tjrough sheer copy/paste from advanced launcher and looking at some JSON examples I've managed to scape it somehow and works for me in v12. Don't know if the replacemnt lines actually do anything or just "dummy" replace the depracated http API commands, but it works for me. Let me if it works for you. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - DeliriumTremens - 2012-10-29 (2012-10-28, 12:19)versus Wrote: Try these Those did not work, the gui.py broke RCB altogether. launcher.py failed as well. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - versus - 2012-10-29 (2012-10-29, 05:11)DeliriumTremens Wrote:(2012-10-28, 12:19)versus Wrote: Try these Using RCB 1.05. and Windows 7. They worked for me. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2012-10-29 Sorry guys, that you have to fumble with this on your own. I already updated to Frodo on my dev machine this weekend and will hopefully release a patch for this in a couple of days. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tomkun - 2012-10-29 Thanks Malte, I'm looking forward to it. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - DeliriumTremens - 2012-10-29 Thanks malte, looking forward to it RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - The Angry One - 2012-10-30 (2012-10-27, 22:26)versus Wrote:(2012-10-27, 19:19)The Angry One Wrote:(2012-10-20, 19:18)versus Wrote: You can go with higher version (until 15.10 nightly, not sure) if you remove FALSE in both statements that appear twice in gui.py located at Yes, i changed both instances in the file gui.py, deleted the collection and retried, unistall and reinstalled, then adjusted the gui.py file, added new collection, still blank. Thanks for the help! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - shermanpk - 2012-10-30 Is there a way I can update my collection, I want it to refresh what Images it is using and update the .nfo files. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - pgjensen - 2012-10-31 Using 1.0.5 and XBMC 10/26/12 and added SNES roms but no games are showing up in the list. It seems others are having this issue from looking at previous responses, so I'll work on fixing that. But that's for using local files, and not all of my HTPCs have enough space, so I use the network... It seems when using network paths it won't scan/import at all. I have triple checked the path is right, and does contain *.zip of ~850 games. I can browse to the .zip files and open them in the XBMC File manager. Code: 20:51:58 T:10472 NOTICE: RCB_INFO: init DBUpdate RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - st graveyard - 2012-11-01 Hey everybody. Anybody out here using RCB in openelec? I'm not using openelec, but it looks really nice. Don't know if RCB works in the XBMC openelec version (or any of the emulators for that matter). Anyone thoughts or any experience in this department? Thanks, Grave RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - tjcinnamon - 2012-11-01 (2012-11-01, 13:42)st graveyard Wrote: Hey everybody. +1 |