![]() |
[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 - Skippy2k - 2018-09-04 Hi Malte, I have some emulators set up with bat files which I am trying to run with rom collection browser without any luck. I was a long time user of RCB till Dec 2017 whilst playing with Kodi 18 and finding out it did not work and it looked like it was abandoned I moved to Launch Box/Big Box, but after doing a search for adding widgets from launch box I found that you are continuing with RCB and also added a cool widget feature. Now when I was using the old version of RCB I got the bat files to work by modifying the launcher.py with a little code from a user way back in 2013/14 which is below elif (romCollection.name == 'Linux' or romCollection.name == 'Macintosh' or romCollection.name == 'Windows'): cmd = replacePlaceholdersInParams(emuCommandLine, rom, romCollection, gameRow, escapeCmd) elif (emuCommandLine == ''): cmd = emuParams.replace('%I%', str(fileindex)) else: cmd = '\"' +emuCommandLine +'\" ' +emuParams.replace('%I%', str(fileindex)) the part in bold is what I added to get batch files working, now this was the only was I got it to work, adding explorer to the emulator command option did not work and neither did leaving it blank. Now that I am using the new update, the one from the git, I see that the launcher.py code has changed and I can not seem to be able to add that code in anymore, so I would like to ask would it be possible to add his code into your code. On a side note after doing a bit of digging in the logs on a game which does run you can see its in quotation marks 20:02:19.825 T:904 DEBUG: RCB_INFO cmd: call "D:\Emu\RetroArch\retroarch.exe" -L "D:\Emu\Retroarch\cores\mednafen_pce_fast_libretro.dll" "D:\Emu\TurboCD\Games\Ai Chou Aniki.chd" but with the batch file they are no quotation marks around it which makes me think that's why its not running. 20:00:05.853 T:904 DEBUG: RCB_INFO rom: D:\Emu\PS2\Buzz! The Hollywood Quiz.bat 20:00:05.853 T:904 DEBUG: RCB_INFO No precmd created. 20:00:05.853 T:904 DEBUG: RCB_INFO No postcmd created. 20:00:05.863 T:904 DEBUG: RCB_INFO cmd: call "" D:\Emu\PS2\Buzz! The Hollywood Quiz.bat 20:00:05.863 T:904 DEBUG: RCB_INFO precmd: call Any idea why you can not run bat files and if not how can I add the code above which did seem to make it work to the launcher.py code. Thanks again for a great addon and I look forward to using it again, especially the widgets. Ok just a quick update, I found a workaround on running bat files, you have to use the Windows platform and scrape them offline, then you can edit your config.xml file to change the platform to the correct name. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-09-06 Thanks for the report. I will look into this. Can you tell me what emulators you run with bat files and why? Is this just personal preference or is it required by the emulators? Best would be if you could give me some concrete examples that I can use to reproduce this issue myself. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-09-06 @malte When you have some spare time, take a look at the pm I sent you a few weeks ago. Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Skippy2k - 2018-09-06 Its more a personal preference, I use bat files with pcsx2 because I use different configs for certain games, also the same with demul where I use them to copy different configs to the main directory for the games. On the previous builds I enter the code what another user shared and then the bat files did work. my bat files are nothing fancy, just copying a file and running the emulator, they work when running from windows and also when I import them using the windows platform in RCB which I have just found out. Would be nice to get it working but the workaround works just fine. Thanks again malte for continuing the development of the addon and the widget support which is why I've come back to RCB. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-09-13 (2018-09-06, 22:34)trihy Wrote: @malte When you have some spare time, take a look at the pm I sent you a few weeks ago.I will do but atm I have not even spare time so it will take some more days/weeks until I can resume my work on RCB. But I hope I will be back soon. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ciax - 2018-09-23 Hi, first post and at first thanks for this great addon @malte ! I'm using it since approx. 1-2 years now. Today i wanted to rescape a gamecube collection, but nothing was found. Then i realized that "thegamesdb.net" changed their api, so i updated RCB addon (via. *zip) to version 2.2.3 - but the same issue. Now i tried the git-clone, but also nothing new can be found. The games which were already scraped before, show info and artwork, for new games i'm getting nothing. Kodi log gives me the following output: Code: 10:17:10.867 T:140438543062784 ERROR: /var/lib/vdr/.kodi/addons/script.games.rom.collection.browser/resources/lib/nfowriter.py:158: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. Maybe someone has a hint, what i'm doing wrong with RCB. Kodi is in Version 17.6 (from 19.11.2017) Thanks, ciax RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ciax - 2018-09-24 Hi, i tried to put images manually in the places (boxfront, fanart, catridge, .. ) and did a rescrape and that works - the nfo files get information inside. But i can't get artwork from remote sites (default "thegamesdb"). Concerning the ERROR message above: mabye this is related to the python package or any library on my system (it's Ubuntu 14.04) ? Thanks, ciax RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-09-25 Thanks for the report. I will look into it as soon as I find the time. About the error: I don't think this is relevant. As I understand it, it is just a warning that this code won't work in the future. If you upload the full log, I can have a look what is the problem. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2018-09-30 @malte The upcoming wii u folder style fix should be useful for ps3 games too. They are in folders too and cant find a way to properly scrape them. The executable is on a subfolder (ie GT4\PS3_GAME\USRDIR\) and rcb use subfolder name instead of game folder when choosing use folder name as game name. Hope you can fix this when you have time. Ps3 and wii u emus are getting really good. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - siliciferous - 2018-10-07 The vast majority of games in my libraries are named (file or folder or both) in the format: Game Name (Region code in letters) [Symbol and letter indicating good/bad dump or hack].ExtensionIfNotFolder The occasional 'good dump' symbol (an exclamation mark enclosed by square brackets) seems to throw a wrench in scraper detection the most often. Is there any way I can adjust RCB's scraper logic to ignore these when searching for game information or is it high time I reorganize/rename my entire library? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-10-08 RCB ignores all text in brackets during scraping. So this should not be a problem. Can you show me a log file after you did a search with missing results? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - siliciferous - 2018-10-10 (2018-10-08, 11:49)malte Wrote: RCB ignores all text in brackets during scraping. So this should not be a problem. Can you show me a log file after you did a search with missing results?Sure thing, malte: [link to my debug log removed, no longer needed] Debug loglevel, I launch Kodi, open Rom Collection Browser, and immediately attempt to Import Games for my SNES rom collection. This is with 'rescrape already imported games' enabled, too. It seems to go through the motions of scraping data, but it does not download any content at all while doing that. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2018-10-10 Ok, thanks. There seem to be 2 issues: 1. In your log I can see that RCBs API key is marked as invalid. When I test it now the key seems to be ok again. Maybe this was a temporary issue. 2. I was wrong in my above post: RCB does not ignore text in brackets for thegamesdb. The old API of thegamesdb could handle this, so I only ignore it for mobygames and giantbomb. I will try to create a new release ASAP that should fix the 2nd issue. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - siliciferous - 2018-10-10 (2018-10-10, 11:43)malte Wrote: Ok, thanks.That is wonderful, I'm just happy I could help you find an issue! I look forward to trying out the updated release - and whenever you get to it, I'm in no hurry ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - helviojr - 2018-10-16 Hi, Malte Don't know how to delete the post. Tried again and now it detected RetroPlayer. Sorry for the inconvenience, thank you for the add on. I was trying to use your addon (just upgraded to BETA2) and it complains about no config file. To create the config file, it demands to locate the emulators. I mean, it does not automatically discover there is RetroPlayer embbeded. I was using 2.1.3, tried 2.1.5 and just discovered here version 2.2.3. After uninstall and reinstall, all versions have the same symtom: does not discover RetroPlayer installed. On RCB settings, Launch Games, there is no option "Use Retroplayer". I am very sorry if the solution is already on this thread, but I couldn't find it (maybe because there are 364 pages...). RCB 2.2.3, RCB Service 1.0.1 Kodi 18.0-BETA2 - Retroplayer Nightly version Sep 15 2018. I would appreciate any help. |