[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
|
- altoiddealer - 2011-11-11 malte Wrote:This should just be a test if it could be reverted with the older version. Maybe you can also try if you encounter this issue only with certain skins or certain views (Info, Thumb, etc.). I only use one skin (Confluence) and the default view in RCB - claimui - 2011-11-12 I am still getting what appears to be the wraplist/pagecontrol issue at RCB startup. I updated to the latest Windows nightly, and also turned on both XBMC and RCB debugging. Even so, there doesn't appear to be any more helpful info in the log. Here is the log: http://pastebin.com/WSed82ec After these lines: Code: 13:12:46 T:3836 ERROR: Error evaluating boolean expression $INFO[ListItem.Property(isfavorite)] == 1 I left XBMC running for about 30 minutes afterwards, to see if it would eventually crash and throw an error. But still nothing, so I eventually killed it. - malte - 2011-11-12 Uh, thats bad. Without any information and if I can't reproduce it myself, it is always hard to fix such issues. One more idea: RCB also makes use of the XBMC player. Does this issue also occur if you are not playing music in the background? I found out that XBMC is very "damageable" when RCB tries to do two things at the same time (e.g. loading the list and switching views or adding items). But this can happen quite regularly in RCB atm. So I will check in the next release if I can avoid most of these situations and maybe this fixes your issue, too. Sorry for the hassle. - claimui - 2011-11-12 That's very interesting and it might be the issue. On my primary XBMC install, I run a script that makes music always play in the background. I have another computer with a "test" XBMC install that does not run this script (among other differences). I have noticed that I don't seem to get this error on my test setup, only on the primary setup with the background music script. It seems very possible that there is a conflict between the two. I really like the background music script though, and unfortunately, the way it is designed, it cannot be easily started and stopped. Maybe I can look into that. In the meantime, maybe I can just disable RCB's use of the XBMC player? Is it just for ROM videos? I am not using videos in my current setup, so maybe I can work around it for now. Two more requests: - I use the "one big image" view in the main window. I notice that my screenshots, etc. get stretched to fit the image size. In the Confluence skin (with its wide image window), this can greatly distort the image. What controls the aspect ratio of this image? I tried tweaking around with the skin .xml but couldn't figure it out. - Is there a reason why I can't use the Parent Directory keymap (i.e. backspace on keyboard or "back" button on remote) to exit RCB? Backspace works with every other addon I've used so it'd be nice to have it here too. - Elviguiero - 2011-11-12 claimui Wrote:Two more requests: I think i can answer to this: it's <aspectratio>stretch</aspectration> on images controls change stretch to keep or to scale and it will avoid distortion (scale might cut your image, but will make it fit all the space) - malte - 2011-11-12 claimui Wrote:In the meantime, maybe I can just disable RCB's use of the XBMC player? Is it just for ROM videos? I am not using videos in my current setup, so maybe I can work around it for now.Usually it won't do anything if you don't have any videos. So, no idea what may cause the conflict. I will try to launch RCB with music playing in the background and see if I can reproduce the issue here. claimui Wrote:- Is there a reason why I can't use the Parent Directory keymap (i.e. backspace on keyboard or "back" button on remote) to exit RCB? Backspace works with every other addon I've used so it'd be nice to have it here too.I thought this should work with 0.9.3. I already checked all actions that could be mapped to exit the script. But I will check again if I have missed one. - Elviguiero - 2011-11-12 malte Wrote:Usually it won't do anything if you don't have any videos. So, no idea what may cause the conflict. I will try to launch RCB with music playing in the background and see if I can reproduce the issue here. Already tested without issues; The problem might come from the script Claimui uses. I can actually start a playlist in RCB without problem. - claimui - 2011-11-12 Elviguiero Wrote:I think i can answer to this: I looked through the skin xml files in the RCB folder but couldn't find anything that had aspectratio set to stretch. Actually most of the controls have aspectratio set to "keep", so I am not sure where the stretch occurs. Am I looking at the wrong xml files? Quote:Already tested without issues; The problem might come from the script Claimui uses. I can actually start a playlist in RCB without problem. I looked at the script. It's pretty short so there aren't that many places to check. Basically it just runs this to see if anything is playing: Code: rawResponse=xbmc.executehttpapi('getcurrentlyplaying') - Elviguiero - 2011-11-12 claimui Wrote:I looked through the skin xml files in the RCB folder but couldn't find anything that had aspectratio set to stretch. Actually most of the controls have aspectratio set to "keep", so I am not sure where the stretch occurs. Am I looking at the wrong xml files? Try this: open script-Rom_Collection_Browser-main.xml search for <texture>$INFO[ListItem.Property(gameinfobig)]</texture> and add <aspectratio>keep</aspectratio> - malte - 2011-11-12 claimui Wrote:I looked at the script. It's pretty short so there aren't that many places to check. Basically it just runs this to see if anything is playing:No idea. Is this script available in the repo or per download? I could try it here to see if I can reproduce the issue. Does it run as a service at every XBMC start? - claimui - 2011-11-13 The script is in the thread linked earlier, but more specifically at this post: http://forum.xbmc.org/showpost.php?p=228252&postcount=5 I have an autoexec.py that runs this script every startup (there is nothing else in the autoexec.py). I know we're not supposed to be using autoexec.py in pre-Eden anymore, but it seems to work fine for me. - mattchapman - 2011-11-13 Hi I'm a relatively new RCB user and find it useful but the filters looks ugly and I don't need them because I only have about 20 roms. Is there any way to turn them off. It would be much better if you got to the filters some other way. thanks - Elviguiero - 2011-11-13 @ Malte: would it be possible to add a new Property that shows the Rom Path, something like ListItem.Property(rompath) or whatever you prefer? It could be useful on skin level. By the way, with last svn version of gameinfodialog, the favorites tag seems always set to true, whatever the game is actually a favorite or not. - malte - 2011-11-14 mattchapman Wrote:I'm a relatively new RCB user and find it useful but the filters looks ugly and I don't need them because I only have about 20 roms. Is there any way to turn them off. It would be much better if you got to the filters some other way.The filters hide automatically. If you have set evetrything to "ALL" you will just see them blinking up at startup and then never see them again if you don't want to. Just make sure that you have set Prevent unfiltered Search to "False". Elviguiero Wrote:would it be possible to add a new Property that shows the Rom Path, something like ListItem.Property(rompath) or whatever you prefer? It could be useful on skin level.Should be no problem. Just curious: what do you want to do with it? And what path do you need: complete path including rom file or just the path to the rom folders? Elviguiero Wrote:By the way, with last svn version of gameinfodialog, the favorites tag seems always set to true, whatever the game is actually a favorite or not.Thanks. Will fix it. BTW: current SVN version changes the way the filter controls are working. If anyone has issues with this please tell me. - malte - 2011-11-14 claimui Wrote:The script is in the thread linked earlier, but more specifically at this post: http://forum.xbmc.org/showpost.php?p=228252&postcount=5Ok, it is the fact that it is running as a separate script. I tested playback and everything and RCB was running fine a dozen of times. As soon as I started the script per autoexec.py or even as a service it crashed every 5th run. I will check what causes the conflict but I am not very confident that I will find a solution... |