[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
|
- beefystripper - 2012-01-20 malte Wrote:Error is this: Thanks for pointing me to the right direction. I have tried to change it in different ways but I am still getting the same error. If I try to browse this path in Windows XP it works fine (\\192.168.1.66\c64\C64N\*.zip). I have checked the permissions as well. Any other clues? 00:49:03 T:134762496 DEBUG: ------ Window Init (DialogProgress.xml) ------ 00:49:03 T:134762496 NOTICE: RCB_INFO: Start Update DB 00:49:03 T:134762496 NOTICE: RCB_INFO: Iterating Rom Collections 00:49:03 T:134762496 NOTICE: RCB_INFO: current Rom Collection: Commodore 64 00:49:03 T:134762496 NOTICE: RCB_INFO: ignoreOnScan: False 00:49:03 T:134762496 NOTICE: RCB_INFO: update is allowed for current rom collection: True 00:49:03 T:134762496 NOTICE: RCB_INFO: max folder depth: 99 00:49:03 T:134762496 NOTICE: RCB_INFO: Rom path: ['\\\\192.168.1.66\\c64\\C64N\\*.zip', '\\\\192.168.1.66\\c64\\C64N\\*.d64', '\\\\192.168.1.66\\c64\\C64N\\*.c64'] 00:49:03 T:134762496 NOTICE: RCB_INFO: Reading rom files 00:49:03 T:134762496 NOTICE: RCB_INFO: walkDownPath romPath: \\192.168.1.66\c64\C64N\*.zip 00:49:03 T:134762496 NOTICE: RCB_INFO: dirname: 00:49:03 T:134762496 NOTICE: RCB_INFO: basename: \\192.168.1.66\c64\C64N\*.zip 00:49:03 T:134762496 NOTICE: RCB_INFO: checking sub directories 00:49:03 T:134762496 ERROR: Exception in python script callback execution 00:49:03 T:134762496 ERROR: Traceback (most recent call last): 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dialogimportoptions.py", line 94, in onClick 00:49:03 T:134762496 ERROR: self.doImport() 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dialogimportoptions.py", line 203, in doImport 00:49:03 T:134762496 ERROR: self.gui.doImport(scrapingMode, romCollections) 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/gui.py", line 1772, in doImport 00:49:03 T:134762496 ERROR: dbupdate.DBUpdate().updateDB(self.gdb, progressDialog, scrapingmode, romCollections) 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dbupdate.py", line 88, in updateDB 00:49:03 T:134762496 ERROR: files = self.getRomFilesByRomCollection(romCollection.romPaths, romCollection.maxFolderDepth, RCId=RCId) 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dbupdate.py", line 344, in getRomFilesByRomCollection 00:49:03 T:134762496 ERROR: files = self.walkDownPath(files, romPath, maxFolderDepth) 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dbupdate.py", line 368, in walkDownPath 00:49:03 T:134762496 ERROR: for walkRoot, walkDirs, walkFiles in self.walklevel(dirname, maxFolderDepth): 00:49:03 T:134762496 ERROR: File "/var/mobile/Library/Preferences/XBMC/addons/script.games.rom.collection.browser/resources/lib/dbupdate.py", line 388, in walklevel 00:49:03 T:134762496 ERROR: assert os.path.isdir(some_dir) 00:49:03 T:134762496 ERROR: AssertionError 00:49:03 T:134762496 NOTICE: RCB_INFO: Begin cacheItems 00:49:03 T:134762496 NOTICE: RCB_INFO: End cacheItems 00:49:03 T:134762496 NOTICE: RCB_INFO: Begin updateControls 00:49:03 T:134762496 NOTICE: RCB_INFO: Begin showConsoles 00:49:03 T:134762496 NOTICE: RCB_INFO: begin showFilterControl: 500 Regards Beefy - malte - 2012-01-20 Did you check for case sensitivity? On Linux c64 is different to C64. - beefystripper - 2012-01-20 I've tried that as well now but without success. I will do some more testing later on today. - cleaner450 - 2012-01-20 Sorry about the question... Did not know it was not allowed.. As far as the roms launching... yes but the down side is that I have to go into each file name and delete the "SNES" and #... I have a program that automatically will remove the # but not sure how to batch process all names removing the SNES in the file name. Any thoughts? Also, how do you get it to launch in full screen? Or will it not do that because they are snes roms? Thanks for your help! - malte - 2012-01-21 cleaner450 Wrote:As far as the roms launching... yes but the down side is that I have to go into each file name and delete the "SNES" and #... I have a program that automatically will remove the # but not sure how to batch process all names removing the SNES in the file name.I can imagine that there may be a problem with the #, but no way there should be issues with SNES in file names. Maybe you forgot to use "" in your emu params? It must be "%ROM%" (with surrounding ""). cleaner450 Wrote:Also, how do you get it to launch in full screen? Or will it not do that because they are snes roms?It depends on your emulator. Usually you can pass arguments to the emu for launching in fullscreen mode. - bigdog6262 - 2012-01-21 ok i have set this up on my xbox but im wondering if there is way to make it consume less ram maybe remove the background image? - malte - 2012-01-22 bigdog6262 Wrote:ok i have set this up on my xboxSome hints are available here. - bigdog6262 - 2012-01-22 thanks didn't get down that far on that page 1st time i viewed it is there a way to add the jx720skin to RCB to help gain some mem and how do i reduce the Artwork size - debennett2 - 2012-01-22 ok, I'm a n00b to the Rom Collection browser and, sorta, XBMC.....I am finally making XBMC my priority after being everywhere else for years. It is now obvious tat XBMC is the way to go..... 1) So I am trying to setup FCEUX for my NES roms using this plugin. I now have a list of roms and all their info and all looksvery nice (also did hte same for dolphin and wii games thus far). It appears to launch a window if I pick one of the games, but then that window immediately closes (not going to background...just going away). Any idea why this is happening? Using Confluence Eden Beta 1. Any way to troubleshoot? 2) Getting out of the screen (Rom Collection) uses a different comand than expected. Instead of using what equates to the backspace key on the keyboard, t uses the esc key equivalent. How can i change that? Thanks so much for tolerating my n00b questions! - malte - 2012-01-22 bigdog6262 Wrote:is there a way to add the jx720skin to RCB to help gain some mem and how do i reduce the Artwork sizeThis has to be done by the skin makers of jx720 or somebody else who is willing to take the task. Reducing artwork size could be done with a lot of programs. E.g. IrfanView has some good batch features afaik. But I never did this myself. debennett2 Wrote:1) So I am trying to setup FCEUX for my NES roms using this plugin. I now have a list of roms and all their info and all looksvery nice (also did hte same for dolphin and wii games thus far). It appears to launch a window if I pick one of the games, but then that window immediately closes (not going to background...just going away). Any idea why this is happening? Using Confluence Eden Beta 1. Any way to troubleshoot?Good hint will be the xbmc.log. It will show you the command that RCB tries to invoke. You could try to invoke this command yourself and see if this works. debennett2 Wrote:2) Getting out of the screen (Rom Collection) uses a different comand than expected. Instead of using what equates to the backspace key on the keyboard, t uses the esc key equivalent. How can i change that?It is not configurable, it has to be done in RCBs source code. But other users complained about this as well so I will fix this in the next release. - debennett2 - 2012-01-23 malte Wrote:It is not configurable, it has to be done in RCBs source code. But other users complained about this as well so I will fix this in the next release. thanks! Please do! Is a new revision due soon? Thanks! - debennett2 - 2012-01-23 Quote:10:59:06 T:12336 NOTICE: RCB_INFO: Begin showGameInfo Any ideas whats up? Thanks so much! Manually import - japes - 2012-01-23 I am having issues with a game not importing. It gets scraped and the .nfo file and all thumbnails get downloaded but it doesn't show up on the game list. Just in case it is important... Super Mario Bro. 2 (the one with 4 playable characters Mario, Luigi, Toad, and the Princess) is not on the game list but the other Super Mario Bro. 2 (the "lost levels" version) shows up but not the other...they are in the same folder with slightly different file names. They both get scraped correctly but only the one shows up. Thanks Only error in the scraper txt files is...scrapeResult_missingArtwork.txt Code: "~~~~~~~~~~~~~~~~~~~~~~~~ however all artwork appears to be there - malte - 2012-01-23 debennett2 Wrote:Any ideas whats up? Thanks so much!Try to disable "Escape emulator cmd" option in Addon settings. See here. japes Wrote:I am having issues with a game not importing. It gets scraped and the .nfo file and all thumbnails get downloaded but it doesn't show up on the game list.Maybe both files are scraped with the same game name? So RCB thinks both are the same games? Not sure what happened. If you give me the exact file names and the scrapers you used, I could try to reproduce this and see if it is a bug. - debennett2 - 2012-01-23 That did the trick. Thanks! 1) How is everyone cleverly figuring out how to exit the actual emulator? I thought about somehow using a remote button to close the active foreground program...but not even sure how to work that as alt-f4 doesn't seem to work. Anyone have anything clever? 2) anyone have some great wireless retro setups? I'd love to see some of the ways people make this work intuitively and in a fun way in their living rooms! Thanks again! |