[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 - daduber - 2014-02-05 (2014-02-05, 03:05)teeedubb Wrote:(2014-02-04, 16:21)daduber Wrote: Same thing happens when I check solo-mode in config. Ive tried mednafen and it takes longer to load and then does the same thing. Also I have 2 different computers with xbmc and they both do the same thing. Thanks teedubb!!! That was the problem xbmclauncer. I seleceted disable focus and it works great. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - kyle007 - 2014-02-05 Well, I'm on XP, I'm old school So no UAC for me, but, I do dual-boot &, I assume you're on 7? Depending on how you do it it'll differ at the end (eventghost, autoit etc). I'll try to make this as brief as possible. Open up task scheduler, go to create task. I'll number the steps to hopefully make it easier 1. Give it a name you'll remember, under "name" (like xbmcdel or something). 2. Beneath that, in the general tab, make sure you check "Run with highest privileges". 3. Go to the "Actions" tab and click new, under "Action" put start a program. 4. Under "program/script" browser to your Unlocker.exe. 5. In "Add arguments" put the path to your xbmc log (in quotes) followed by -S -D (example above, in my post you quoted) 6. Click Ok, etc until you're back at the task scheduler screen, where there should be a new task (in this example, called xbmcdel) Right click it, and click "run" at this point it MIGHT pop up a UAC prompt, just agree to it, make sure it actually deleted the log file as well. 7. Now, right click anywhere, your desktop for example, and click new, shortcut. 8. Where it says type in the location of the item/browse, and type schtasks /run /tn "xbmcdel" (or whatever else you named it, name of the task in quotes) Click Next, give your shortcut a name, and click Finish. The whole point of that was to create a scheduled task, and a shortcut that points to the scheduled task. It might on first run, pop a UAC prompt, but after that it should do its thing no problem. Basically you'll want to point your exit command to run that shortcut. If you use evenghost for example it'd be import os os.startfile ("Path to shortcut") Sorry for the long post, hope that helps you man Works for me. edit: I know you already use task scheduler, but for ease and to make sure there's not another error somewhere, just follow that ^ from top to bottom and you should be golden. There IS other ways if the above doesn't work, just let me know. edit 2: Also, make sure on Unlocker, that run as administrator is NOT checked, let the scheduled task deal with the admin nonsense lol (as in, right click the exe, and make sure run as administrator, is unchecked) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - PrimusZa1 - 2014-02-09 I'm sure this have been asked multiple times but for some reason since I started looking for a answer over a month ago it has eluded me on Google search as well as here. So here goes. I have a few Multi disc game ISO's that scrap fine and the when I run them is asks me to select the disc as it should. My problem comes while in game and the emulator asks me to switch discs. For example in Epsxe if I hit the ESC key to go back to the emulator to select the disc it exits as it should when I'm finished with a single disc game. Thanks for any help or pointing me to the right direction in advance. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - rhinospike - 2014-02-12 I'm attempting to add custom shortcuts in Aeon Nox to open RCB with certain filter options already selected. For example, a Nintendo 64 menu item that opens RCB with the Nintendo 64 filter enabled and the view set to landscape or a PlayStation 2 item that opens RCB with the PlayStation 2 filter enabled and the view set to showcase. I believe it is possible, as the OP said they had found a solution in this thread: http://forum.xbmc.org/showthread.php?tid=152639 I've already tried sending them a PM, but they haven't been online in more than a year. Does anyone know how to do it? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - HygSuperSlayer - 2014-02-14 First, Thank you for this great add-on, my days of game playing have been revived! I'll donate asap. While customizing the NFO files for game descriptions, I've found that the '&' character will negate any custom description and default to an alternative scraper. For example, if I alter the game .nfo description to include a bit such as, '...for Mom & Dad...' the ampersand will tell RCB to ignore the custom description and default to a description elsewhere. If I substitute 'and' for the special character, the custom description gets applied. Again, thanks for a great add-on! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - HygSuperSlayer - 2014-02-14 While I'm on it real quick, I noticed two other things. The images for the games have issues being displayed, as in, they don't show up at all, when I navigate with my mouse. If I use my keyboard arrows, they show up without issue. Second, the screen goes blank/black after some inactivity, and I don't think the screen saver has anything to do with it, ...I don't have it enabled. I'll provide more info should it be necessary if these are already known issues. XBMC: 12.3 XBMC Skin: Confluence Modified. ROM Skin: Confluence Caching option: CacheItemandext RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Maleficium - 2014-02-15 HygSuperSlayer, RCB have some insues with special charaters, since you are editing the nfo by hand use Mom & Dad instead Mom & Dad and it will be displayed the way you want. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 3dhubiflieger - 2014-02-16 Hello, I have written a new Tool called XBMCwatcher for Rom Collection Browser / Advanced Launcher. It has also possibilities like XBMC Launcher but its still beta. So I need Betatesters. Can anyone tell me if the new lnk and Guidebuttonfeature works in win 7 and win 8.1 ? http://forum.xbmc.org/showthread.php?tid=182296&pid=1590525#pid1590525 RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - mprassel - 2014-02-16 What link can I use to launch this script from the home window? I'm trying to add a link to Aeon Nox and using the custom option of script.games.rom.collection.browser is not doing anything. Has anyone else been able to add a shortcut? Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - HygSuperSlayer - 2014-02-17 (2014-02-15, 17:50)Maleficium Wrote: HygSuperSlayer, Thank you much, I'll keep this in mind for future edits! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - rhinospike - 2014-02-17 (2014-02-16, 14:42)mprassel Wrote: What link can I use to launch this script from the home window? I'm trying to add a link to Aeon Nox and using the custom option of script.games.rom.collection.browser is not doing anything. Has anyone else been able to add a shortcut? As I said above, I've been trying to do something similar, but I want to be able to launch RCB with certain filters already selected. You've almost got it right, the correct command is: XBMC.RunScript(script.games.rom.collection.browser) However, it's probably easier to just add it to Aeon Nox as a program add-on. I'm guessing to do what I'm looking for the same command is used with some arguments, but I've got no idea what they are. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - mprassel - 2014-02-17 I'll try running that script when I get home but I wish I could add this as a Program addon. Unfortunately this addon does not show up as an option as a Program addon. Is there any way to force that? Thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - lakime - 2014-02-21 Hi Guys Got some problem with Rom Browser - I've installed the latest version from repository ( the one that end with 10 ), configured 3 emu: - PPSSDD - snes9x-gtk - mupen64plus Every of these worked on Advanced Launcher ( but I had a problem with sound ... long story ... ) After scrapping I've tried to start it and .... nothing - after deep analyze I've found that RCB have problem with input from config file: as it returns: sh: 1: \/home\/xbmc\/..... I'm running debian wheezy + XBMC Frodo 12.3, How can I fix that issue ? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - thefather - 2014-02-21 When i try to import games RCB only lists four games. XBMC 12.3 Windows 8 RCB 2.0.10 The same XBMC/Windows/RCB combination works fine on my laptop RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2014-02-22 PrimusZa1 Wrote:I have a few Multi disc game ISO's that scrap fine and the when I run them is asks me to select the disc as it should. My problem comes while in game and the emulator asks me to switch discs. For example in Epsxe if I hit the ESC key to go back to the emulator to select the disc it exits as it should when I'm finished with a single disc game.I guess this is not related to RCB. You will have to find out how to switch discs in the emulator. I spend more time with developing than playing, so I never finished a disc of a multi disc game rhinospike Wrote:I'm attempting to add custom shortcuts in Aeon Nox to open RCB with certain filter options already selected. For example, a Nintendo 64 menu item that opens RCB with the Nintendo 64 filter enabled and the view set to landscape or a PlayStation 2 item that opens RCB with the PlayStation 2 filter enabled and the view set to showcase.Sorry, this is not yet possible. I have seen the thread that you linked and I also wondered how the OP has done it. But this is not yet a feature of RCB. HygSuperSlayer Wrote:While I'm on it real quick, I noticed two other things. The images for the games have issues being displayed, as in, they don't show up at all, when I navigate with my mouse. If I use my keyboard arrows, they show up without issue.About mouse navigation: this may be hard to fix. I will check if this happens in other skins (Nox, Ace, ...) as well. Maybe the real skinners are doing it better than me. About screen going blank: Does it look like this? If so, I have no chance of fixing it. If not, I will need more information. mprassel Wrote:What link can I use to launch this script from the home window? I'm trying to add a link to Aeon Nox and using the custom option of script.games.rom.collection.browser is not doing anything. Has anyone else been able to add a shortcut?I can just select it as Prgram Addon in the Main Menu Customizer of Aeon Nox. Doesn't this work for you? lakime Wrote:Got some problem with Rom Browser - I've installed the latest version from repository ( the one that end with 10 ), configured 3 emu:You could try to disable Escape Emulator Cmd in Addon Settings. thefather Wrote:When i try to import games RCB only lists four games.Maybe you have some filters enabled? |