[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 - sh0r3 - 2016-08-31 Hi all! I'm trying to scrap my MAME games following the directions given here but cant find the file "MAME synopsis RCB 201202.zip" anywhere. Does anyone knows where I can find it? Thanks! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Powerhouse - 2016-09-01 This is a trick question, right? As the file is actually listed on the page you listed. "Get the file MAME synopsis RCB 201202.zip from RCBs project page." It is actually a Link to download, so maybe your browser didn't pick that up? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Phantasm4489 - 2016-09-05 The link gives a 404 The correct link taken from the downloads area is... https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/romcollectionbrowser/MAME%20synopsis%20RCB%20201202.zip RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - bruny123 - 2016-09-07 (2016-08-31, 20:17)sh0r3 Wrote: Hi all! I'm trying to scrap my MAME games following the directions given here but cant find the file "MAME synopsis RCB 201202.zip" anywhere. Does anyone knows where I can find it? I've raised this as issue 249 on the Github page: https://github.com/maloep/romcollectionbrowser/issues/249 This link was probably missed when migrating from GoogleCode to Github; the correct link is https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/romcollectionbrowser/MAME%20synopsis%20RCB%20201202.zip (as suggested by Phantasm4489) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Spikey818 - 2016-09-07 Hi Guys, First off, just want to say the work that has been done for Rom Collection Browser is Amazing! This was exactly the solution that I was looking for in regards to taking all my emulators with me whereever I go on what ever device I want to use (I usually export out the config.xml & mygames.db to my dropbox and then sync that to my other devices.) which allows me to setup the games and system on one device and then copy these config files to other devices so that I wouldn't have to rescrape or resetup additional devices. So my setups basically consist of an android device (fire tv stick, Android tv box, & nexus player) & a nas drive (WD Mycloud 3tb). Using the addon settings of "make local copy" I am able to play the majority of my emulators via my nas drive/cloud setup (bonus, use FTP instead of SMB as your source in Kodi and you'll be able to take this setup on the road outside of your home network). The issue that I am running into are in relation to this setup and MAME/NEO GEO. These system requires BIOS files to be downloaded in order for the ROMS to play. So when I am launching console emulator games (snes, nes, gba, n64, etc), this setting works fine because it will copy the rom.zip file locally and launch these roms from the local tmp location. For Neo Geo roms (via Neo.EMU), I get the error (cannot find neogeo.zip or something along those lines) because when it is selecting the rom can copying it locally for the emulator to play, it is only grabbing the rom and not the required neogeo.zip so the emulator gives an error. I can pre-copy the neogeo.zip file and place it into the /tmp folder that the locally copied roms are running from however every time the emulator launches again, all the contents of the /tmp folder gets deleted so I have to recopy the neogeo.zip file into the /tmp folder again before I can launch the rom. Is there a work around for this or is there a config file or something that can be read by mame/neogeo emulator to locate the neogeo.zip file or any other required bios in a different location. So in other words, I can still leave my rom files hosted via MyCloud, but have the bios files already on my device that can be read by the emulator so that when I select my game, it will download the game file locally to the tmp folder where it is ran but also meet the required neogeo.zip file because I had placed that file in a separate location? My end goal here is to be able to play mame/neogeo games which requires bios files to run on an android device such as firetv stick via my Network Share Drive using the "Make Local Copy" feature. I have gotten this to work on all other emulator that doesn't require bios files. How do I handle emulators that needs bios files to run? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - math0ne - 2016-09-08 For anyone what is having trouble with the scraping ("Could not create artwork"), I found a solution on another forum that gets past all the errors and allows the good art to download: Detailed: 1. Close XBMC 2. Go to the folder script.games.rom.collection.browser\resources\lib (in %Appdata%\XBMC\ on Windows) 3. Make a backup (copy) of the file dbupdate.py 4. Open the dbupdate.py file in any texteditor 5. Search for the following line and add a # at the front: xbmcgui.Dialog().ok(util.localize(32012), util.localize(32011)) It should look like this: #xbmcgui.Dialog().ok(util.localize(32012), util.localize(32011)) 6. Save the file and open XBMC => No more "Could not create artwork file" errors RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Spikey818 - 2016-09-09 my_heroine Wrote:Btw, even though I'm happy with this method because I can now play my NAS-stored ROMs, due to the limited space of the Fire TV, I can't really have a high number of PS One games (700 MB ISO). Therefore, would it be possible to automatically delete the temp files when you close the emulator so that you free up the space?I will add this to my list. [/quote] Hey Malte, Great work on this. Since you were the programmer that wrote the function to "Make a local copy", is there a way for you to make it work with games that requires a bios file such as neogeo.zip? When I try to use RCB with NEO.EMU, even though the neogeo.zip file is on my network drive, my android device does not see it since the "Make a Local Copy" is only copying the rom and not the required neogeo.zip file with it. If I place the neogeo.zip file in the /tmp/neo geo/ folder that gets created in the internal memory, the game will launch. But this is only after it failed when trying to launch from a Front End and I retry again after copying the neogeo.zip file into the same location as the rom file. My work around right now, which is not ideal but it does workis by using Tasker for android. I have a tasker profile setup to copy the neogeo.zip file into the /tmp location that the rom runs from when the neogeo application is launched. So with this workaround, when you select a neogeo game in RCB, it will make the cmd call to launch the rom & emulator. From what I can tell, at this point, the program clears out the /tmp folder before trying to launch the emulator and rom file. I will get an error that neogeo.zip does not exist in the emulator but at this point, the emulator has launched and fired off the tasker's task to copy the neogeo.zip file into the /tmp folder. So now I can just try to launch the game again from the emulator's menu and it will launch now because the rom and the required neogeo.zip file are both in the tmp folder for the second attempt to run. I'd really like to be able to keep the neogeo.zip and for mame, any bios files that are required in the tmp folder or have RCB make a call to download both the bios file and the rom file when trying to launch. Any thoughts on this? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - bruny123 - 2016-09-11 (2016-09-08, 00:59)math0ne Wrote: For anyone what is having trouble with the scraping ("Could not create artwork"), I found a solution on another forum that gets past all the errors and allows the good art to download: I created a Pull Request about a month ago to fix the underlying issue (https://github.com/maloep/romcollectionbrowser/pull/244), but this works to at least hide the error dialog (on each rom!) in the meantime. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Spikey818 - 2016-09-14 (2015-02-12, 10:33)malte Wrote:joebloggs12 Wrote:thanks malte for reply, at the present time it would be beyond my capabilities as my knowledge of python is probably way to low. I sort of understand what's needed but unsure how to implementI will check what needs to be done to get this working. My latest suggestion was nonsense, it did not work this way. As I started to investigate on this, it may be possible that I include some workaround in next release (I guess it will be based on adding several favourites to RCB and make some manual changes to the favourites.xml file). (2016-09-07, 19:43)Spikey818 Wrote: Hi Guys, I got everything working in RCB now via a Network share!!! Including Mame and Neo Geo Roms! They all launch into the games directly via RCB through the network and through my internet. Here's how I got it to work. 1) You must download Mame4Droid 139.u1 ver 1.11 2) Your parameters to launch a game directly from RCB with Mame4Droid will be "start --user 0 -a android.intent.action.VIEW -n com.seleuco.mame4droid/com.seleuco.mame4droid.MAME4droid -eu Uri "file://%rom%"" without the quotation marks. 3) You can use Mame4Droid to launch your Neo Geo roms so I am no longer using Neo.Emu since it requires the neogeo.zip file in the same folder as the Roms. Mame4droid will launch the Neo Geo games without the need of neogeo.zip in the same directory as your Roms since the ROMS are being ran from the /tmp folder. So using Mame4Droid, the settings in RCB to "Make a local copy" and my WD Mycloud 3TB setup as an FTP server, I am able to carry with me on any of my android device now the entire Game library for GB, GBC, GBA, NES, SNES, N64, Sega Master System, Sega Genesis, Sega Game Gear, Turbo Graphics 16, Neo Geo Pocket, Neo Geo & Mame without it taking up any space on my actual devices to store the roms. Thank you to Malte for your great work and thanks to all of those who's posted. I was able to read through hundres of post to come up with this solution and I hope that by sharing this with y'all it helps the people with an Amazon Fire Stick to have the same setup since this was the original reason why I wanted to setup RCB to do this. Message me if anyone else wants to have this setup and I can try and help you guys achieve the same thing. It is amazing!!! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - SylentEcho - 2016-09-26 So I downloaded the latest version of Xbmc/Kodi and I'm trying to add my rom list to it (SNES, NES, Sega). I've been trying to do this for the past two days to no avail! The software simply won't let me do it. Here's the list of errors I've had: 1: Kodi freezes and I need to force close it after playing a game sometimes. after which all my rom data/list goes away. 2: Freezes while scanning/importing games multiple times after which there's no data saved again! 3: Freezes while downloading info from the database and after I press 'cancel', it freezes, has to be force-closed. 4: Sometimes after this, it opens up and says that it's busy cancelling the scan and I should try again later. This takes forever and the user data in my profile save needs to be deleted, after which I need to start the whole process again and go back to the living hell that is in point number 1. Sorry if I sound frustrated, but it's been two days and is eating away at my spare time. All I want to do is add my roms. Is there another stable version I could use? The Ace theme doesn't work on this version either. Any help would be greatly appreciated. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Wintermute0110 - 2016-09-26 (2016-09-26, 14:55)SylentEcho Wrote: Is there another stable version I could use? The Ace theme doesn't work on this version either. Any help would be greatly appreciated. ROM Collection Browser is currently not maintained anymore and known to cause trouble with Kodi Jarvis and Krypton. Why don't you give Advanced Emulator Launcher a try? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - mrw1986 - 2016-09-27 After not finding any useful information on how to get Rom Collection Browser to display correctly on 1080 skins I decided to put some of my coding knowledge to use. This has been bugging me for quite a while now and I finally decided to do something about it. This fix should work for any 1080 skin as it modifies the core RCB files and not your skin files. This will fix the Console, Genre, Year, Publisher, and A-Z labels from floating in the middle of the screen and adjust them so they are correct. Your mileage may vary, I've only tested this with Aeon Nox 5. Be sure to modify the XML file for the skin you have selected in RCB's Addon Configuration. In my case, I am using Night. Navigate to the skin XML (Either Default, Night, or Simplicity) X:\Users\<username>\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\skins\Night\720p\script-Rom_Collection_Browser-main.xml Find the following lines in the XML: Code: <!-- Console filter --> Change the Code: <posy>20</posy> Code: <posy>-650</posy> Do this for the following sections as well: Code: <!-- Genre filter --> Code: <!-- Year filter --> Code: <!-- Publisher filter --> Code: <!-- Character filter --> The Console, Genre, Year, Publisher, and A-Z labels should now appear correctly. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Wayneright - 2016-10-01 does anyone have any tips on adding Makaron Naomi. Especially artwork. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - LupinSansei - 2016-10-01 Anyone have a download link to the latest? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ninjafuchs - 2016-10-02 Hi malte, i really love your work and i am very thankful something like this exists. i managed to setup some compilations for snes, n64 and even gamecube. however i am not able to set up the psx porperly. as long as the game only consists of 1 disc everything works like a charm. but if there are multiple discs i get to the window where i can choose which disc i like to run, but after clicking on it the addon says game launches, but nothing happens. i am running your addon (1.2.1) on kodi 17 beta 2 on a linux platform. i really searched for this problem quite some time and i hope this questions hasn't been solved before. ninja |