Kodi Community Forum
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - 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: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC (/showthread.php?tid=85724)

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 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453


- htpc guy - 2011-01-07

TheHazel3yes Wrote:I've been looking at bsnes quite some time now, but as long as there are no precompiled builds it probably will stay at its stage...

What arguments are you using for this?


- TheHazel3yes - 2011-01-07

Wink Well, I was just searching and couldn't find anything yet... For now it seems a lot easier to me to stay at zsnes as I didn't run into any problems yet.
However if one of you figures out how to use it I'd be happy to read about it.


Stopped working - cancerboyuofa - 2011-01-07

For some reason, my addon stopped working. It gives the addon.py error whenever I try to load an actual rom. I have tried completely deleting the addons.db, the addons folder, and the userdata folder, and then reinstalling, but it still doesn't work.

I'm on Windows 7, XBMC Dharma Final

Here is my crash log:

http://pastebin.com/raw.php?i=UCauwXum


I had everything working fine, but suddenly it seems to be getting caught somewhere. This is version 0.91


- Angelscry - 2011-01-07

ali2k1 Wrote:hi all finally i got some time can u please look at my launcher xbmc log file please. few problems firstly ala isnt inputting arguements in so i manually have to do this with mame zsnes and fusion aint a problem but still. its not launching any roms and gives script error. thank you for all your help.

http://pastebin.com/ZiuWNyZG
http://pastebin.com/eiTEQmnj

sorry and its not scraping and comes back not found.
For you arguments problem it happen because you did not enter them correctly. And the game are did not found because you did not select the right Game System. If your game system (for example Sega SG-1000) did not appear into the selection list, that's mean that the scraper source you selected did not have it into its database and so scrap will not give you any result.

Code:
<name>Fusion</name>
<application>C:\Emulatoren\Sega SG-1000\Fusion.exe</application>
<args>-auto -fullscreen</args>
must be
Code:
<name>Fusion</name>
<application>C:\Emulatoren\Sega SG-1000\Fusion.exe</application>
<args>[b]-auto -fullscreen "%rom%"[/b]</args>
http://www.gwenael.org/xbmc/index.php?title=Kega_Fusion

Code:
<name>Mame32</name>
<application>C:\Emulatoren\arcade classics\Mame32.exe</application>
<args>-skip_gameinfo -nowindow</args>
<rompath>C:\Emulatoren\arcade classics\roms\</rompath>
<thumbpath>C:\Emulatoren\arcade classics\roms\</thumbpath>
<fanartpath>C:\Emulatoren\arcade classics\roms\</fanartpath>
<romext>zip</romext>
<platform>Action Max</platform>
must be
Code:
<name>Mame32</name>
<application>C:\Emulatoren\arcade classics\Mame32.exe</application>
<args>[b]-skip_gameinfo -nowindow -inipath "C:\Program Files\mame" "%rom%"[/b]</args>
<rompath>C:\Emulatoren\arcade classics\roms\</rompath>
<thumbpath>C:\Emulatoren\arcade classics\roms\</thumbpath>
<fanartpath>C:\Emulatoren\arcade classics\roms\</fanartpath>
<romext>zip</romext>
<platform>[b]Arcade[/b]</platform>
http://www.gwenael.org/xbmc/index.php?title=MAME_-_Windows

You have indicated everywhere Action Max as gameplatform, so all the scraper try to found Action Max games with the rom name of game of other platform.... So it is normal that the scrapers return you nothing. Wink


- Angelscry - 2011-01-07

Eldorado Wrote:For those interested in SNES emulators, this one seems to fly under the radar as far as mass popularity goes but is probably the best SNES emulator we have today

bsnes - http://byuu.org/

SNES9x and zsnes need to die out already, buggy and inaccurate, full of hacks just to make certain games work, correct or not.. this one is still actively being developed and has surpassed them by far in terms of accurately emulating the SNES

I've posted a request on his message boards asking for a mappable exit button, as it seems almost every single other function can already be mapped
Thank you for the information. I will try this one this week-end and add the corresponding info on the wiki page. Thank you !!! Laugh


- Angelscry - 2011-01-07

cancerboyuofa Wrote:For some reason, my addon stopped working. It gives the addon.py error whenever I try to load an actual rom. I have tried completely deleting the addons.db, the addons folder, and the userdata folder, and then reinstalling, but it still doesn't work.

I'm on Windows 7, XBMC Dharma Final

Here is my crash log:

http://pastebin.com/raw.php?i=UCauwXum


I had everything working fine, but suddenly it seems to be getting caught somewhere. This is version 0.91
According to the error message Advanced Launcher try to launch the "%1" application. I did not use those parameters form, so I think you have a problem with your launchers.xml file (wrong arguments or corrupted file). If you could send me your launchers.xml I may be able to help you to fix this.


- cancerboyuofa - 2011-01-07

The strange thing is that I have deleted and recreated that file like 10 times trying to get it to work, and with 3 different emulators, FCE, SNES9X, and MAME, all of them do the same error.


- cancerboyuofa - 2011-01-07

here is the launcher file:

http://pastebin.com/raw.php?i=eQD6Kv9J


- TheHazel3yes - 2011-01-07

Angelscry Wrote:Thank you for the information. I will try this one this week-end and add the corresponding info on the wiki page. Thank you !!! Laugh

Oh, btw: Wii & Gamecube emulator Dolphin (weekly binaries available as dolphin-emu) is working with ALA, so if you want to add it to your wiki the arguments are:
Code:
-e "%rom%"
It's kinda slow however, so your computer has to be really fast.


- KiSUAN - 2011-01-08

Angelscry Wrote:It will be on the next release and will be assigned to ListItem.Writer
Thank you very very much!!!! Big Grin Think it would end very nice to have the option to see gamesys fanart as background as HTPC GUY suggested.

Angelscry Wrote:I'm not sure but I think it is mostly Skin related. With the Advanced Launcher all the infos are send to XBMC using listitem array. This array contain all the items name, images and info... but are not sorted by name. So I think it is XBMC you sort them by default by title.

Actually I have never seen a skin allows to sort the program item by something else than title... but that does not mean it is not possible. I will try to see if I can modify my Alaska Revisited mod to add this functionality.

I think it is time to reduce my todo list... Wink

Just tried, I looked for the button in a My...xml and port it to MyPrograms.xml, it appears in all the views, but it doesn't let you select it.

This is the code that night uses...


Code:
            <control type="button" id="3">
                <include>WindowMenuButton</include>
                <label>103</label>
            </control>


            <control type="label">
                <include>WindowMenuLabel</include>
                <!-- LOC -->
                <label>31090</label>
            </control>

So or either I'm not getting something or you need to code something "specially" in the add-on or it can't be done, I'm leaning to the last one.


- ali2k1 - 2011-01-08

hey bruv i tried reinstalling the emulators but still im having the same problem can you have another look cheers!! ignore sg1000.

xbmc log
http://pastebin.com/AMsapmMC

launcher

http://pastebin.com/9NZLh7ur


- butchabay - 2011-01-08

This plugin is getting better and better ...
I have a suggestion: what about implementing rating flags like +18, M, and so on?
I don't know if there's a scraper for this, but put them inside via local folder?
I'm working on a games view for skin.cirrus, so a rating flag would give a professional touch!
Keep up the great work angelscry !


- htpc guy - 2011-01-08

butchabay Wrote:This plugin is getting better and better ...
I have a suggestion: what about implementing rating flags like +18, M, and so on?
I don't know if there's a scraper for this, but put them inside via local folder?
I'm working on a games view for skin.cirrus, so a rating flag would give a professional touch!
Keep up the great work angelscry !

Ratings can be scraped from gamefaqs. Keep in mind though that ESRB ratings did not come into play until the 90's so all of the pre ps1 games will not get ratings.

I suggested this a while ago (along with other flags such as genre, studio, how many players available etc...

Angelscry wants to get the launcher part totally nailed down before heading into that territory.


- Angelscry - 2011-01-08

cancerboyuofa Wrote:The strange thing is that I have deleted and recreated that file like 10 times trying to get it to work, and with 3 different emulators, FCE, SNES9X, and MAME, all of them do the same error.

cancerboyuofa Wrote:here is the launcher file:
http://pastebin.com/raw.php?i=eQD6Kv9J

Ok... so it is not coming from the Launcher.xml file. The content of yours is correct. I think the new command line support is not working on your system. Could you tell me which system you are using : OS, OS version, XBMC Version, etc... It could help me to fix this problem. Thank you.


- Angelscry - 2011-01-08

TheHazel3yes Wrote:Oh, btw: Wii & Gamecube emulator Dolphin (weekly binaries available as dolphin-emu) is working with ALA, so if you want to add it to your wiki the arguments are:
Code:
-e "%rom%"
It's kinda slow however, so your computer has to be really fast.
Thank you for the information. I will try it, and confirm it by completing the wiki page. Thank you. Nod