[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 - malte - 2018-03-09 With 2.1.5 or with the git version? Which scraper did you use? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-09 Hi. With 2.1.5 I used 3 scrapers. I think they are the most used ones. Cant remember more than thegamedb now. Seems games that cant be found on databases, arent show at the list at all. I didnt look too deep, but seems every game in list has a picture and info. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-10 Ok, with new git version the scrapers are reworked completely, so results will change. But I would not do full scans of your library atm because there is still work in progress and results should improve in the following weeks. If you are missing games this could have several reasons. Maybe the game is just not listed on the scraped site or the name of your rom does not match. RCB will try to find best results but if a game is not returned from a search query then there is no chance to import the game. In Addon settings you can also adjust the game matching logic. More info here: url RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-10 Hi @malte But there should be an option to import games that are not on the database? ie. Some user have hacked or modded roms in library and wont be able to launch them with rcb if they are not listed... Maybe an option like.. If a game is not found on any database: **Show filename on list ** Dont show them It happens on not modded roms also. Ie mortal kombat 2 wont be scraped unless you change it to mortal kombat II. I think is better to show them on list, whitout a picture or info, than not show them at all. BTW I added the rcb_lcdsmartie code to git build, but when launch a game an error show global name romcollection is not defined. Uploaded the modified launcher.py if you want to check https://pastebin.com/bp8pyB1X Edit. I corrected a blank space on "write (" , but problem still persist. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-11 (2018-03-10, 16:43)trihy Wrote: Hi @malteThere is already an option available like this in addon settings: dont import games without description. It was broken in 2.1.5 but I fixed it some days ago in current git version. (2018-03-10, 16:43)trihy Wrote: BTW I added the rcb_lcdsmartie code to git build, but when launch a game an error show global name romcollection is not defined.Try to replace line 109: Code: __launchNonXbox(cmd, romCollection, gameRow, settings, precmd, postcmd, roms, gui, listitem) Code: self.__launchNonXbox(cmd, gameRow, precmd, postcmd, roms, gui, listitem) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-11 Tried but still same error. Probably something related to editing, since python is a little picky, not sure. Great about the option import / dont import games without escription. Will try it. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-11 trihy Wrote:Tried but still same error. Probably something related to editing, since python is a little picky, not sure.Ok, try this file: link RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-11 (2018-03-11, 08:20)malte Wrote:That worked. Thanks.trihy Wrote:Tried but still same error. Probably something related to editing, since python is a little picky, not sure.Ok, try this file: link What do you think about an option to avoid scraping of a particular rom? ie. when using a match factor lower than one, some roms can get missinterpreted. And probably Game A.zip and Game A ver 1.2.zip will be scraped the same. Maybe we can add a Game A ver 1.2_noscrape.zip sufix and this game will be show on list by its filename. Maybe im telling something stupid, not sure if its already implemented or if its even a good idea. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-12 trihy Wrote:What do you think about an option to avoid scraping of a particular rom?No, I think an avoid scraping flag is not an option. But there will be some changes to the scraping in future. Atm RCB ignores any additional flags in the rom name (version, year, region, etc.). So, when you try to import 2 games with the same name and just some different additional info like "Game A (E).zip" and "Game A (J).zip", RCB will try to import both games as "Game A". And it will fail to add the second one because of unique constraint violation. This should be changed in the future so that you can import both games maybe sharing the same information. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-12 Oh, I see. Well, was just an idea. Sometimes I just change the name so much to avoid scraping. Cause there are some games like mario kart, that has custom mod tracks. And if both show mario kart on description, will be impossible to know which one are you launching. In this case, preserving the filename is some kind of mandatory. Great to see is being worked on. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-14 Tried to scrape with todays git, but media files are not created at all. Artwork folder is empty after a collection scrap. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-15 Works well for me. Can you show me a log file? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-15 Hi. There is a specific log for rcb? kodi log doesnt show anything related. Tried again, doesnt work, no files are generated. Only nfo are generated. No media files. Also Im seing lot of games doesnt generate nfo, that means they wont show at list, cause rcb read nfo name for listing, right?. I have not ticked the dont show games with no description. Now seems it hangs at downloading art. Yes, it hangs at downloading art from any scraper. Like it couldnt write to disk. Media files are set on external hdd, so no admin rights needed. Now way to cancel, it stays at cancelling forever, I have to kill kodi from task admin. Running latest v18 nightly x64 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-03-15 You need to enable debug logging in Kodi like explained here: link. Then you will see additional logging from RCB and other addons. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-03-16 (2018-03-15, 14:31)malte Wrote: You need to enable debug logging in Kodi like explained here: link. Then you will see additional logging from RCB and other addons.PM sent! |