[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
|
- malte - 2011-06-25 RandomNinjaAtk Wrote:How do I add standalone pc games? I've searched here and on google with no results, except the description says it can. And I see a console setting of Windows when adding a new rom collection. But I do not have a emulator/rom. I'm attempting to add games like: Left 4 dead, Starcraft 2 and etc. Which have .exe's. Or can I create a folder with all the shortcuts to the games executables and add that to RCB?Sorry, you are right. This is not well supported anymore. Last time I tested this myself I did this with multiple rom paths in config.xml. But this is not supported in the Edit Rom Collection dialog anymore. Right now, you have two options: 1. wait some days until I have added better support for it 2. use a batch file to launch your games How to use the batch file:
This should already work with the current version. - RandomNinjaAtk - 2011-06-26 malte Wrote:Sorry, you are right. This is not well supported anymore. Last time I tested this myself I did this with multiple rom paths in config.xml. But this is not supported in the Edit Rom Collection dialog anymore. Right now, you have two options: Thanks, I used your instructions from your post above and everything works great now! One easy to use interface to access all my gaming needs! For anyone else that uses this method. Use a "*.url" extension for steam game links. - Arriflex - 2011-06-28 Hi your addon looks awesome, but everytime im trying to setup a nes emulator i always get this blank black screen http://imageshack.us/photo/my-images/225/xbmc.jpg/ i think im doing everything well and i tried to deleted my config.xml and do it again and it won't work... i really feel like it's something stupid but can somebody help me Thank you very much - malte - 2011-06-28 Did you import your games successfully? How large is the database file MyGames.db? If you imported the games it may be a navigation problem. Just try to navigate around with the arrow keys and change some filter settings. If there is an error while importing the games, it could be a configuration problem (wrong file mask or something like this). In this case I will need an xbmc.log file after you tried to import the games. - Arriflex - 2011-06-28 ok i got a couple of error in my log i will check that if you want to check it too i uploaded Quote:14:07:18 T:1268 M:3167739904 NOTICE: RCB_INFO: dirname: C:\GAMES\ROMs\NES - malte - 2011-06-28 You get a connection refused for every site that you scrape. Is there any problem with your network connection? Maybe you enabled the proxy in xbmc settings? - Arriflex - 2011-06-29 damn it im sooo stupid ... !! ahah it was it ! - djvj - 2011-06-30 Would you be able to add a user defined delay to when a preview video starts playing while scrolling games? Reason I ask this is because browsing is much slower and often locks up RCB if you try to browse too fast. It's like the script is trying to load the videos right away. It might fix it to have a delay after resting on one game to start playing the video. Thanks. - malte - 2011-06-30 Something like this is aleady prepared. But it is not accessible va the UI. You could check the timing flags in util.py. WAITTIME_PLAYERSTART is set to 500 ms by default. Maybe I can add this as a setting in one of the next versions. - djvj - 2011-07-09 Well even if I delay the video to 1000 or 3000, the result is rather buggy and still browsing is much slower compared to using screenshots instead. - Tomkun - 2011-07-10 Hi Malte, Not sure if this is a bug or by design, but I noticed some strange behaviour with artwork when using square brackets []. Assume I have two games on different platforms with identical names, e.g. Mygame.zip and [GBA] Mygame.zip Also I have artwork for them both, e.g. Mygame.png and [GBA] Mygame.png The GBA version will not use it's own artwork and instead use the other version. If the files are renamed GBA - Mygame.* then it works as intended, although now the scrapers don't ignore the GBA part. Hope that makes sense... - malte - 2011-07-10 @djvj: What system are you using (PC, Xbox, OS, XBMC version)? There are known issues with video playback in Dharma (XBMC may hang while trying to start video files). Everything works fine for me in Eden. On Xbox playback of video files really slows down the browsing speed. I switched back to screenshot in my personal setup on Xbox. @Tomkun: You are right. There is some special handling of games with [] in the rom name. But import of wrong images is more bug than feature. I will add this to my list and hope that I can fix it soon. - Tomkun - 2011-07-11 Thanks Malte, Although it is simple to work around by renaming files, it is a pain to do that for many files in different directories. Also, if I may add a couple of feature suggestions, it would be useful to have the option to rescrape a single game and be able to do a manual lookup if the game is not found. - malte - 2011-07-12 It will take some more days until I have finished a new test version. But I hope that I can already add the []-fix. Your other suggestions are already on my list but I will give them a higher priority now. It will come with one of the next releases. - moeman81 - 2011-07-12 hi, i'm new to this forum, i've been using XBMC for awhile...with this pluggin, i've been trying to get this to work but with no success! it won't see my drives other than dvd-rom! i've tried to uninstall/reinstall, disable/enable but still nothing works...i've tried the 2 versions i've found (8.7 & .9.0) still nothing! i'm using: OS: vista 32bit/amd 3800/2GB ram XBMC: 10.1 if you need more info, let me know and i'll find it...any help is much appreciated!!! p.s. i've also tryed launcher and adv launcher with no luck either...but when i search for movies and tv shows it will show my other drives. then i downloaded and installed Emulatopia that saw my drives, but i was only able to load my NES collection, and thats it...no SNES Sega or N64...it would show the N64 games but wouldn't load them, and just didn't show the SNES or Sega games... also, if i do get it to see my drives, can i get alittle help with the command lines and prompts and all that stuff, cuz it's a bit over my head... thx for your help!!! |