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


- Angelscry - 2011-08-09

Xarxas Wrote:Hi. How can i add link to a application to home screen?
If the XBMC skin you are using support it, create a favorite of your application, then into the skin settings add this favorite as an XBMC home menu.


Version 1.5.0 - Angelscry - 2011-08-10

Version 1.5.0 : This new version of Advanced Launcher bring 2 principal features :
  • First, the display of a loading message feedback after starting a stand alone launcher or an item.
Image
  • Second, this update add the possibility to use XBMC built in functions as launchers (stand alone or files launcher). Actually it is not possible to directly use these built in functions from Advanced Launcher. You will need to edit manually the launcher.xml file to use them. Here is some example how to use the XBMC built in functions into Advanced Launcher.
Here is how must look like the content of the launchers.xml file to use XBMC built in functions :
Code:
<launcher>
    <id>4153abdccf96c9034d754c16509a213e</id>
    <name>Cowboy Bebop</name>
    <application>xbmc</application>
    <args>ActivateWindow(10025,"videodb://2/2/1/")</args>
    ...
The <application></application> tag must be manually set as "xbmc" and the <args></args> will contain the XBMC built in functions. In the above example (stand alone launcher), the launcher will display the Cowboy Bebop XBMC TV Show folder define by the ActivateWindow() function.

Code:
<launcher>
    <id>d7479b73d52d896526d3b6e503c639d3</id>
    <name>Cow Boy Bebop 2</name>
    <application>xbmc</application>
    <args>PlayMedia(%rom%)</args>
    <rompath>/media/DDReseau/VIDEO/SeriesTV/Cowboy Bebop/</rompath>
    ...
    <romext>avi|mp4|mkv</romext>
    ...

This second example abode (files launcher) will play into XBMC all the video files (having avi, mp4 or mkv extensions) that are present into the directory defined by <rompath></rompath> using the PlayMedia() built in function. All the Advanced Launcher tags (%rom%, %romfile%, etc... ) could be used into <args></args> as for other files launchers.

Changelog :
  • add XBMC built in functions support for launchers (manual settings).
  • add loading message feedback after starting an item.
  • cleaning message display delay.



- Dina - 2011-08-10

Anyone got Winkawaks for Neo Geo roms working yet? Somehow it doesn't want to load the roms and the Autoit script isn't helping much.


- Angelscry - 2011-08-10

Dina Wrote:Anyone got Winkawaks for Neo Geo roms working yet? Somehow it doesn't want to load the roms and the Autoit script isn't helping much.
I was able to make it works on my system, but I have already reported all the information on the corresponding WIKI page : http://www.gwenael.org/xbmc/index.php?title=Winkawaks#Windows


- Dina - 2011-08-10

Angelscry Wrote:I was able to make it works on my system, but I have already reported all the information on the corresponding WIKI page : http://www.gwenael.org/xbmc/index.php?title=Winkawaks#Windows

Yeah I read that, and I've followed everything, but when I execute the emulator in XBMC (it points to the compiled.exe launcher which launches the emulator in turn), nothing shows up. Well there's a small icon in the windows toolbar on the bottom right that says 'paused' or something like that.


- Angelscry - 2011-08-10

Dina Wrote:Yeah I read that, and I've followed everything, but when I execute the emulator in XBMC (it points to the compiled.exe launcher which launches the emulator in turn), nothing shows up. Well there's a small icon in the windows toolbar on the bottom right that says 'paused' or something like that.
Seems that the script start correctly but do not launch winawks correctly. Do you check if the path value into the AutoIt script is corresponding to the path where is installed winawaks on your computer?
Quote:HotKeySet("{ESC}", "Terminate")
$path = "C:\Program Files (x86)\winkawaks\"
$app = "winkawaks.exe"



- Dina - 2011-08-10

Angelscry Wrote:Seems that the script start correctly but do not launch winawks correctly. Do you check if the path value into the AutoIt script is corresponding to the path where is installed winawaks on your computer?

Winkawaks is launching, I see the screen pop up. But after that the rom isn't loading. The AutoIt script says paused when I hover over the icon, but I'm guessing there's an error with the emulator loading the roms. Which is weird, cause I can drag and drop the roms fine. Takes a bit of loading, as is normal with Neo Geo roms, but they work.


- Angelscry - 2011-08-10

Dina Wrote:Winkawaks is launching, I see the screen pop up. But after that the rom isn't loading. The AutoIt script says paused when I hover over the icon, but I'm guessing there's an error with the emulator loading the roms. Which is weird, cause I can drag and drop the roms fine. Takes a bit of loading, as is normal with Neo Geo roms, but they work.
Could be related to a path (relative vs. absolute) problem. Do you have put the AutoIt script into the same directory than the Winkawaks exec file? Does the WinKawaks.ini file have the right path for the neogo roms directory? Also do you have put the neogeo BIOS file into the same directory than the neogeo roms?


- Dina - 2011-08-10

Angelscry Wrote:Could be related to a path (relative vs. absolute) problem. Do you have put the AutoIt script into the same directory than the Winkawaks exec file? Does the WinKawaks.ini file have the right path for the neogo roms directory? Also do you have put the neogeo BIOS file into the same directory than the neogeo roms?

Yes to all of that. Would you mind e-mailing me your winkawaks.ini and the -launcher.au3 file? That way I can cross-check for things I might have missed. Email is danielhoogland at gmail dot com. Thanks in advance.


- Angelscry - 2011-08-10

Dina Wrote:Yes to all of that. Would you mind e-mailing me your winkawaks.ini and the -launcher.au3 file? That way I can cross-check for things I might have missed. Email is danielhoogland at gmail dot com. Thanks in advance.
That will be better than you post your winkawaks.ini and your launcher.au3 file and your launchers.xml file using for example pastebin service so I could tell you what is wrong with your setup.


- marjanovich - 2011-08-10

Angelscry Wrote:Version 1.5.0 : This new version of Advanced Launcher bring 2 principal features :
  • First, the display of a loading message feedback after starting a stand alone launcher or an item.
Image
  • Second, this update add the possibility to use XBMC built in functions as launchers (stand alone or files launcher). Actually it is not possible to directly use these built in functions from Advanced Launcher. You will need to edit manually the launcher.xml file to use them. Here is some example how to use the XBMC built in functions into Advanced Launcher.
Here is how must look like the content of the launchers.xml file to use XBMC built in functions :
Code:
<launcher>
    <id>4153abdccf96c9034d754c16509a213e</id>
    <name>Cowboy Bebop</name>
    <application>xbmc</application>
    <args>ActivateWindow(10025,"videodb://2/2/1/")</args>
    ...
The <application></application> tag must be manually set as "xbmc" and the <args></args> will contain the XBMC built in functions. In the above example (stand alone launcher), the launcher will display the Cowboy Bebop XBMC TV Show folder define by the ActivateWindow() function.

Code:
<launcher>
    <id>d7479b73d52d896526d3b6e503c639d3</id>
    <name>Cow Boy Bebop 2</name>
    <application>xbmc</application>
    <args>PlayMedia(%rom%)</args>
    <rompath>/media/DDReseau/VIDEO/SeriesTV/Cowboy Bebop/</rompath>
    ...
    <romext>avi|mp4|mkv</romext>
    ...

This second example abode (files launcher) will play into XBMC all the video files (having avi, mp4 or mkv extensions) that are present into the directory defined by <rompath></rompath> using the PlayMedia() built in function. All the Advanced Launcher tags (%rom%, %romfile%, etc... ) could be used into <args></args> as for other files launchers.

Changelog :
  • add XBMC built in functions support for launchers (manual settings).
  • add loading message feedback after starting an item.
  • cleaning message display delay.

I love you man!


- Dina - 2011-08-10

Angelscry Wrote:That will be better than you post your winkawaks.ini and your launcher.au3 file and your launchers.xml file using for example pastebin service so I could tell you what is wrong with your setup.

winkawaks.ini: http://pastebin.com/u9sUJPmY
launcher.au3: http://pastebin.com/7KH8dd4A
launcher.xml: http://pastebin.com/UU43Sixm


- Angelscry - 2011-08-10

Dina Wrote:winkawaks.ini: http://pastebin.com/u9sUJPmY
launcher.au3: http://pastebin.com/7KH8dd4A
launcher.xml: http://pastebin.com/UU43Sixm
On the launchers.xml file argument must be %romname% and not %fullscreen% :
Code:
...
<name>Neo Geo</name>
<application>E:\Emulators\Winkawaks\WinKawaks-launcher.exe</application>
<args>[b]%romname%[/b]</args>
...



- frellAn - 2011-08-10

Thank you for this Add-On it rocks and the way you keep it updated is just wonderful!

My question is: Is it possible to use any of the information provided by this outside the application. Like using "random game" on home menu or something like that?

I'm skinning a mod of Fusion right now, that's why I wonder if you can use any tags outside the application.


- Dina - 2011-08-11

Angelscry Wrote:On the launchers.xml file argument must be %romname% and not %fullscreen% :
Code:
...
<name>Neo Geo</name>
<application>E:\Emulators\Winkawaks\WinKawaks-launcher.exe</application>
<args>[b]%romname%[/b]</args>
...

No clue how that got in there, but even with that changed it does nothing. It loads the emulator fine, but it doesn't load the rom.

That said, out of the five or six emulators I've got working, I like Winkawaks the least. Controls still don't work properly, on top of launcher issues. I might just scrap it altogether and go for a non-launcher solution that works, like Neoragex.