[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
|
- Paybac - 2010-06-19 Wimpy's above workaround works, added all games except those with matching filenames of which it adds only one of the duped file. Might be nice to add acception to add dupes into the games list ?? Ok so the problem appears to be with the CRC's i checked the a selection of games CRC's from the SMS and they all matched fine with whats in the synopsis. Let me know what else you want me to check or look at Malte about why CRC checking works for some systems and not for others. - Hopelessone - 2010-06-19 Hi, In Setup test scenario from http://code.google.com/p/romcollectionbrowser/wiki/Main#Installation it says: 9. Start xbmc and launch RCB <- Where is it in Confluence? I see it in AEON but it says script failed.. or what skin do you use? Ubuntu 10.04 64bit Thanks - Paybac - 2010-06-19 Any skin that has a scripts menu, in confluence if scripts isn't part of the main menu then you will need to enable it in skin settings. then as long as you installed RCB into the XBMC\scripts\ folder then it should show up in the scripts menu. - Hopelessone - 2010-06-19 OK I just deleted the whole .xbmc folder after backin up.. redid everything and I can see it now... but get error on the screen that says: Code: error script failed! Rom Collection Browser V0.5 What can I do to get this going? Thanks - malte - 2010-06-19 Paybac: I tested your parser and your synopsis file. Everything is ok with it. The problem must be something else. I think I have lost some debug information with the latest version. I will try to get some more info about crc values in my logs again and then you could try to import a small set of roms again with debug log enabled. But actually I am working on a fullscreen video "browser" and it will need some more days to complete. I will upload it when it is done. Did you have time to test the cut file creation when launching a game? About xbox config: I will create three different commented configs: windows, linux and xbox. Xbox version will contain xbox examples. About adding games with the same name: I think game names should be unique in rom collections. I will try to find out what is the problem with detecting the crc values. If this really doesn't work for some reason we can come back to these kind of work arounds. @Hopelessone: As veysey mentioned in his post he had trouble to get this script working on 64bit. Can you check if your error in AEON is the same as his one? Something like: ERROR: Unable to load Rom Collection Browser V0.5/resources/platform_libraries/Linux/pysqlite2/_sqlite.so, reason: wrong ELF class: ELFCLASS32. You should find it in xbmc.log. I am afraid that you will receive the same error if you try to launch it in confluence. - Hopelessone - 2010-06-19 hi, here's the log file maybe it will help.. Code: 15:50:10 T:140101329782816 M:3358445568 ERROR: Failed to create common scripts symlink. 10.04 64bit sucks at the moment.. - malte - 2010-06-19 This is the same error that veysey is running into. I don't think it is really RCB related. But I have to check if there is a way to include 64 bit versions of the referenced libraries (if they are available). - Hopelessone - 2010-06-19 Hi malte! Thanks for helpin! I'll wait for your post what to do next..as i have N.F.I. what to do to get it going.. Thanks.. - malte - 2010-06-20 Veysey and Hopelessone: Somebody seems to have a solution for your problem: http://forum.xbmc.org/showthread.php?tid=75764 Can you try to download this file and copy the files from "platform_libraries\Linux_x86_64\pysqlite2" to RCBs "platform_libraries\Linux\pysqlite2"? If this works I will add the 64bit detection code and ship these files with the next release. - Hopelessone - 2010-06-20 YES! YES! Thanks you O-so much!!! Fix works for me as well - veysey - 2010-06-20 Hi Malte - Thanks for your replies. As with hopelessone, the fix works for me. Not that it matters, but I'm running the previous version of ubuntu (9.04). So it works on at least two versions. Cheers, John - malte - 2010-06-21 @veysey, Hopelessone: glad that its working. I will add the new library and 64bit detection to the next release. @all: I have finished a new test version with a fullscreen video browser (first working video support on xbox;-)). I am still working on it and there are some known issues. But I would be glad if some of you could download it and try it out in this early stage. Download link: http://romcollectionbrowser.googlecode.com/files/Rom%20Collection%20Browser%20V0.6g.zip Add this line to every RomCollection in your config.xml and import Settings again (maybe you have to restart RCB): Code: <fileTypeForMainViewFullscreenVideo>gameplay</fileTypeForMainViewFullscreenVideo> Now you should see a button "Play Video Fullscreen" below the screenshots in Info and Info2 view. RCB uses standard XBMC playlist and fullscreen player so I don't have a lot of possibilities to interact with the playback. It creates a video playlist with every game in your current filter selection and starts playback in fullscreen. You can zap the videos of all filtered games and use the builtin Info Overlay with title, thumbnail and duration. I had to make some changes to my keymap.xml to get the zapping feature (make sure that you have access to "SkipNext" and "SkipPrevious" in FullscreenVideo and FullscreenInfo): Windows/Linux keyboard.xml: Code: <FullscreenVideo> Xbox keymap.xml Code: <FullscreenVideo> I tested this on Windows, Linux and Xbox. On a PC this is quite smooth. On xbox there may be some performance issues. But xbox performance is a general todo on my list. Known issues: - Zapping in "Video browser" does not change selection when you come back to RCB - If there are videos missing in your game list, RCB will start fullscreen video with a wrong starting video Feel free to report any new issues here in the thread or add an issue to the list at the projects page. Regards, malte Questions for Wimpys, Paybac - veysey - 2010-06-28 Hi folks - I've been reading through your posts on this thread, and following the fantastic work over on the Ressurection Xtras project. I love Wimpys work on the Rx Synopsis system. I notice that you folks have posted various examples of synopsis files for systems, as you attempt to work through parser compatibility issues. Apart from grabbing the versions you have posted, are these available anywhere? At one point Paybac referred to "grabbing the synopsis.net made ones", but I'm not sure what this site might be. And as far as I can tell Wimpys frontend is just for individual games. Might I also add that your collection of info on the Odyssey 2 is obscure and inspired! Cheers and thanks. PS. Totally understand if you don't want things getting public until they're finalized enough, including compatibility with Malte's wonderful plugin. - wimpy - 2010-06-28 There isn't really a thread here on XBMC.org forums regarding R.Xtras project, but please pop in on efnet #ressurectionxtras for a chat Atm the synopsis files are released together with xport emus for xbox, but some of those are out of date as we constantly work on improving the entries in the synopsis system. The "new/updated" synopsis.txt files are not really "out there" yet since we want to make sure we fix as much as possible first. Paybac, as a tester of RCB, has a user account on my system to fetch these files himself so that's what he meant by this. Glad to hear you enjoying the work of both our project and Maltes. This script is indeed a very very nice script and will grow in the time to come i'm sure! On another note (MALTE): I've gotten my 2tb drive working on my xbox so i'm rather eager to test out the XBOX part of the RCB script. I'm currently filling up the HDD now Paybac: Are you around still? Havn't heard from you in a while :o) Re: synopsis - veysey - 2010-07-02 Thanks for the reply Wimpy. I found some of the older versions and have joined in on the ResX forums. That gives me plenty to putter with as I figure out and set up RCB. I may be back to bother you at that point. Or better yet, I'll be qualified to help ... Cheers and keep up the good work! |