[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 - HygSuperSlayer - 2014-02-22 Quote:About mouse navigation: this may be hard to fix. I will check if this happens in other skins (Nox, Ace, ...) as well. Maybe the real skinners are doing it better than me. Thanks malte, you hit the nail on the head regarding the blank screen, I'll put some time into providing details as much as I can. If there is anything additional you'd like to know about the mouse & image issue, let me know, I'll again provide what I can, thanks! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - bjornvil - 2014-02-26 Hello I am having issues with "Script Failed!: script.games.rom.collection.browser" error. Windows 8.1, clean install of XBMC from official webpage. Both tried downloading Rom Collection Browser through XBMC and also install from ZIP. Never been able to run it. Always get Script Failed! error RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tomkun - 2014-02-26 Hello. I have some strange bugs, but nobody else seems to have mentioned them, so I will. When I select 'edit rom collection' from the context menu, I am taken to the edit window as expected. It defaults to the first rom collection (in my case Genesis), also as expected. However, when I try to change the rom collection to edit, all the option remain fixed on the first rom collection. Does that make sense? Second, I have some SEGA Game Gear games showing up in my Amiga collection for some reason. Clicking on them tries to launch them with the Amiga emulator. I am running the latest version 2.0.11 with Garbear's latest Windows test build. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-02-28 HygSuperSlayer Wrote:If there is anything additional you'd like to know about the mouse & image issue, let me know, I'll again provide what I can, thanks!I can't reproduce this issue with Confluence or Aeon Nox skin. What skin are you using? bjornvil Wrote:I am having issues with "Script Failed!: script.games.rom.collection.browser" error.Can you show me an xbmc.log? Tomkun Wrote:When I select 'edit rom collection' from the context menu, I am taken to the edit window as expected. It defaults to the first rom collection (in my case Genesis), also as expected. However, when I try to change the rom collection to edit, all the option remain fixed on the first rom collection. Does that make sense?I can reproduce this. This happens only on "Launch Games" tab. Others seem to work. I will see how to fix this. Tomkun Wrote:Second, I have some SEGA Game Gear games showing up in my Amiga collection for some reason. Clicking on them tries to launch them with the Amiga emulator.Always the same games or is there some variation? Can you check if they have been imported correctly? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tomkun - 2014-03-01 Hi again Malte, It seemed to be a random mix of games; I couldn't find any particular reason. Some were replacing Amiga games with the same name, but most were unrelated. I deleted the Game Gear collection and reimported it: so far everything seems OK. I'll let you know if I can reproduce the error. However, I came across another, possible bug, but I think you are aware of it already: I know that RCB has had issues before with character encoding, for example accents, umlauts etc... These appear to be working well when they are in description fields now. However, when they are in other fields, for example: Musician: Réné-Guy Tramis It causes all subsequent information to be dropped. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - rjbogz - 2014-03-03 I seem to have an issue. I went to import some SNES games and my power ended up going out a little ways through it. I can't seem to get the scraper to pick up any new games now. I even tried deleting the whole collection and re-adding. Any ideas? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-03-05 Tomkun Wrote:However, I came across another, possible bug, but I think you are aware of it already: I know that RCB has had issues before with character encoding, for example accents, umlauts etc... These appear to be working well when they are in description fields now. However, when they are in other fields, for example:Does this happen with offline scrapers? I will check if there is anything I can do. But encoding is a beast and everytime I touch it I break something else. rjbogz Wrote:I seem to have an issue. I went to import some SNES games and my power ended up going out a little ways through it. I can't seem to get the scraper to pick up any new games now. I even tried deleting the whole collection and re-adding. Any ideas?Can you show me a log after you tried to import games? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - knochentrocken - 2014-03-05 Hello everyone, I managed to use RCB for many games and it works quite well! Thank you for that! But I want to run my Steam Games from within XBMC,too. I have tried all the ways described here in this thread and tried my luck with google. But I can't manage to start the games using the ".url" extensions... Can anyone help? Thanks in advance RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ragedogg69 - 2014-03-05 (2014-03-05, 21:14)knochentrocken Wrote: Hello everyone, Honestly, I never did either. I found it just much easier to use RCB to boot into steam.exe and browse from there. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tomkun - 2014-03-06 (2014-03-05, 10:47)malte Wrote:Tomkun Wrote:However, I came across another, possible bug, but I think you are aware of it already: I know that RCB has had issues before with character encoding, for example accents, umlauts etc... These appear to be working well when they are in description fields now. However, when they are in other fields, for example:Does this happen with offline scrapers? I will check if there is anything I can do. But encoding is a beast and everytime I touch it I break something else. Yes. Offline scrapers. I know you've had trouble with encoding before, so don't sweat it. Would it help if I sent you some samples? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-03-07 (2014-02-28, 12:03)malte Wrote:Strange. For some reason I cannot reproduce this issue anymore. Can you show me a log when this happens again to you? I will also test some more but right now it does not happen to me.Tomkun Wrote:When I select 'edit rom collection' from the context menu, I am taken to the edit window as expected. It defaults to the first rom collection (in my case Genesis), also as expected. However, when I try to change the rom collection to edit, all the option remain fixed on the first rom collection. Does that make sense?I can reproduce this. This happens only on "Launch Games" tab. Others seem to work. I will see how to fix this. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - rjbogz - 2014-03-07 (2014-03-05, 10:47)malte Wrote:rjbogz Wrote:I seem to have an issue. I went to import some SNES games and my power ended up going out a little ways through it. I can't seem to get the scraper to pick up any new games now. I even tried deleting the whole collection and re-adding. Any ideas?Can you show me a log after you tried to import games? I put the log here: http://pastebin.com/TLc6JHNE Thank you! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-03-10 (2014-03-07, 22:58)rjbogz Wrote: I put the log here: http://pastebin.com/TLc6JHNELooks like the games have been imported already and RCB won't do it again. Can you try to enable the option "Rescrape already imported games" in Addon settings? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trnzaddict - 2014-03-12 Malte, I really want to use this plugin. I really like it. I'm a long time user of HyperSpin but want to just integrate everything into xbmc. But the scraping is not functioning well at all. All my roms are no-intro naming standards. I tried scanning Atari 5200 in. RCB leaves so many missing fields of info like it will pick up the Manufacturer, but not the Year. It cannot even scrape info for games like Pac-Man or DigDug for the 5200, yet if I go to MobyGames all the info is there and then some, and I copy and paste the same search command from the xbmc.log file RCB is using and paste it in my browser and it comes up with the website and game right away, but in the log is says ërror, cannot find Pac-Man (USA), or Dig Dug (USA). I tried doing accurate/guess matching and manual and nothing works. Deleted the rom collection and rescraped everything back in. It just leaves holes of info all over the place. I'm using my own boxart and movies as well, but even when I tried using scraped artwork, so many files would be scraped but be corrupted, e.g jpeg's that were just blank and could not open in Image Viewer, and alot of boxart wouldn't be scraped but it's all there on the MobyGames. Can you help me? I'm on the stable build of Frodo on Win 8.1 x64 btw. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-03-12 New test version available: 2.0.12 List of changes: General
Import Games
Launch Games
This release should fix the mobygames scraper again. It may happen that it will break again as there are still some changes on the site. The Edit Rom Collection fix is also meant to be a temporary one. There are some issues with deleting text in the Edit Rom Collection dialog. This is due to the behaviour of XBMCs Button Control as I posted here. I hope that this can be fixed in XBMC some day. For the time being I hope my workaround will suffice. The new options in Launch Games have been added as some users reported issues with RCBs default behaviour. So, if you have trouble with launching games, these two options could be worth to play with. There are still some fixes in my pipeline. I hope that there will be another release soon. Note: I can't provide new RCB releases on Google Codes download page anymore. You should use the direct link above to download RCBs latest version or you can use RCBs repository to get latest test releases: link to repository @trnzaddict: this release should fix you issues as well. Previous version: 2.0.11 |