![]() |
[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
|
- interhak - 2010-10-23 Hello all! Is there any way to download a complete build of Database with all videos, boxarts and roms?) Its rly very difficult to compare it myself. I think someone have already done his database, and it would be great to upload this on torrent... - hikaricore - 2010-10-24 interhak Wrote:Hello all! What the hell are you babbling about? - interhak - 2010-10-24 hikaricore Wrote:What the hell are you babbling about? ahaha...) sry for my einstein, i am from Ukraine and english is not our vernacular But we like console games too)) - malte - 2010-10-24 @interhak: no problem not to talk a good english (me too), but if somebody asks you what you are talking about you could try to explain your request once again in other words ![]() If I understand you correct: Uploading a preconfigured database would not make any sense. You will need the exact same data and roms on the exact same place on your HDD as it is in the database. RCB only imports the paths to the data, not the data itself. What do you mean with "Its rly very difficult to compare it myself"? - interhak - 2010-10-24 malte Wrote:@interhak: no problem not to talk a good english (me too), but if somebody asks you what you are talking about you could try to explain your request once again in other words "to compare" - that was a wrong word, i meant "to comprise"(and mb this one wrong too...) U know, i need a completed database, not only a config.xml with all paths, but a full build with all roms, boxarts, emulators, videos and synopsis. Like that was in example "Testdata 0.6.x.zip", where all waht i must to do - just to replace PathToTestData. But There are only few games for Amiga and SNES. I think there must be a full collection with 100gb+, dont u think? Like Hyperspin Project, where u can download complete rom collection(about 1tb on some torrents) - malte - 2010-10-25 Please don't ask for roms in this thread. You can get a lot of meta data for your games with the latest version. You just have to replace some paths in config.xml like explained here. Example config.xml can be found here. Next version should be much easier to configure but I will need some more days to complete it. - malte - 2010-10-26 Here is a new preview version. Still work in progress and not the one that should go into the repo. But it would be great if some of you could try it out and leave your comments here. This version is not compatible with the previous ones. If you want to try it out, you have to delete your current "MyGames.db". I am planning to add an automatic db update to the release that will go into the repo. I hope your old db will work with the next release again. Changes:
This is the new structure of config.xml: Code: <config> I decided against splitting it up in several files. Some global settings (log level, caching option, use solo-mode, ...) have been moved to settings.xml and are editable via settings ui. Consoles have been removed completely. The name of the RomCollection will be used to fill the Console filter from now on. EmulatorCmd has been split up in emulatorCmd and emulatorParams. Most things in config.xml should be self explanating and already known from previous versions. New is that RomCollection and FileType have an attribute "id". This is used as a reference from your configuration file to the games and files in MyGames.db. With this you can change the name of a RomCollection without messing up the db. But never change the id without knowing what you do ![]() The idea behind this new structure is to ship RCB with preconfigured FileTypes, ImagePlacing and Scrapers and let the user (or soon a settings ui) only change some properties in RomCollection. Impressed - carabalb - 2010-10-26 Wow I'm very impressed. Much cleaner and much more intuitive. Looking forward to testing it out. - hikaricore - 2010-10-26 Awesome as usual. I've not had time to rebuild my library yet but it sounds like it will go much more smoothly in the new build. All it needs is a favourites function and it will replace my old mythgame setup completely. ^_^ - carabalb - 2010-10-27 Is any one else getting weird html code when they scrape games. A lot of my game names look like this: YOSHIX&#;X27S SAFARI @Malte: Very good release. Scraping is still a little slow but besides the weird characters it's working well so far and setting things up was a lot faster. I did want to ask you about something that has been bugging me for a while, do you have any plans on changing the top and bottom menu in the future? It can be a little confusing to navigate at times especially when switching views. Any reason why everything couldn't be combined in one menu, possibly on the left like the other xbmc menus? - rausch101 - 2010-10-27 carabalb Wrote:Is any one else getting weird html code when they scrape games. A lot of my game names look like this: YOSHIX&#;X27S SAFARI the ' in Yoshi's Safari is what's causing that. i think it's an easy fix - malte - 2010-10-27 @hikaricore: Favourites are on my list since the first release but they have always been displaced by other issues. But I am sure they will come one day. @carabalb: I have noticed and already fixed these HTML codes. I will upload a new version soon. I noticed two more scraping issues: 1) The thevideogamedb scraper had a bug and does not scrape any images. This is already fixed. 2) The giantbomb scraper is a bit inaccurate. It sometimes returns action or title screenshots as boxfront and it does not check for the correct console when it downloads images. So you may get N64 covers for SNES games or something like this. I can fix the second issue (platform specific images) but with their current API there is no chance to get a 100% correct image type (boxfront, screenshot, ...) from giantbomb. I worry that scraping will stay slow with the next releases. Downloading web sites and images takes some time and in the default configuration RCB will try to get content from three different sites in a row (number will rather increase with the next releases). Doing this parallel in separate threads would be very difficult to implement. You can delete some of the scrapers from your RomCollection, this will save time but maybe you will miss some data that would have been scraped by this one. About navigation: It is annoying me too. I opened the UI 10.000 times and I still move to the wrong direction ![]() What may work is getting rid of the bottom menu. There will be a popup menu in one of the next releases because I want to add more options like "Add Rom Collection", "Edit Rom Collection", ... and there is not enough space to add them all to the bottom menu. Maybe I will move the "Change View" button to the top menu or context menu and remove the bottom menu completely. I hope this will reduce confusion a bit. - ameinild - 2010-10-27 Is there any way to install the emulators with apt-get on XBMC live, does anyone know? - Flomaster - 2010-10-27 ameinild Wrote:Is there any way to install the emulators with apt-get on XBMC live, does anyone know? yup.... http://forum.xbmc.org/showthread.php?tid=73428 -=Jason=- - dunz0r - 2010-10-27 How does the whole "skinning" process work? I feel it must be a bit of extra work to make a RCB-skin for each skin in Xbmc. Couldn't it just use the defaults? If it's only python/xml that does this I could probably whip it up myself. |