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


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - run088 - 2016-01-27

(2016-01-16, 12:50)run088 Wrote: Is it possible to path substitute the launcher.xml?

bump

I run the same setup on 6 different kodi machines. If anyone knows how to get path substitution to work on the launchers.xml it would really help me out.

thanks.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - dcquence - 2016-01-31

(2016-01-16, 06:06)Rufoo Wrote:
(2016-01-16, 05:44)dcquence Wrote: I am using Mimic skin with google mainly but I have tried all the scrapers. It works fine for say SNES, Genesis and NEO GEO but never for Standalone Launchers aka PC games.

I tried switching to default skins when this first happened as well as running Kodi as admin, even doing a full re-install and deleting C:\users\dcquence\appdata\roaming\kodi

Try using your PC games not as a standalone launcher but the same as an emulator. So have .lnk files to your PC exes and use Explorer.exe as your launcher application. Try performing scrapes under this setup and report the results. Smile

So, I tried this and got the exact same result. It tries to import then says no image found

Here is the full debug log of going to Advanced Launcher and scanning Lego Marvel's Avengers.
http://pastebin.com/p7xSpT7T

Edit: I just realized, my python version is 3.5, does the addon require 2.7?


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - dcquence - 2016-01-31

Not sure which single item fixed it but thought I should post my solution.

I uninstalled AL and any left over files/folders
I uninstalled Python 3.5 and cleaned up any leftover
I re-installed Python 2.7 and added C:\Python27; to my $PATH
I re-installed AL and added all games as Emulator with explorer.exe as Emu and lnk as rom files with all lnks in C:\Games

All scraping working now.

Seems like it was Python causing the issue. What sucks because my NHLStreams add-on seems to require Python 3.5.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Buff - 2016-02-18

Wondered if anyone out there has the Sega Model 2 Emulator installed and games launching via Advanced Launcher?

I used to have this working and have Model 3 working (and other emulators) fine, but when launching a Model 2 game it launches the emulator but not the game. I have "%rom%" as my arguments and zip as the extension.

Any thoughts?

Many thanks


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Rufoo - 2016-02-19

(2016-02-18, 17:13)Buff Wrote: Wondered if anyone out there has the Sega Model 2 Emulator installed and games launching via Advanced Launcher?

I used to have this working and have Model 3 working (and other emulators) fine, but when launching a Model 2 game it launches the emulator but not the game. I have "%rom%" as my arguments and zip as the extension.

Any thoughts?

Many thanks

I've done some minor experimenting with this but I'm fairly certain it doesn't work although I'd hope to be proven wrong. Smile

The reasoning behind why it fails or doesn't work is because Advanced Launcher passes the full path to a given emulator (eg: X:\ROMS\MYGAME.ZIP) via the "%rom%" and %rom% arguments. Trouble is, M2 Emulator as far as I can tell only accepts emulator.exe gamename as command line arguments and that's it! M2 Emulator has to have a rom directory defined within itself through its own ini file or by default it will scan for a rom subdirectory in its own directory. In other words, path information is completely ignored by M2 emulator via command line.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - the_scotsman - 2016-02-19

Trying to get this to launch Netflix app. Technically it launches Netflix Remote Controller.

Using aeon skin.

I managed to get it sort of working. Once I setup the Application Launcher source (I chose IBM PC compatible?), I added a "Programs" link to the home page. This works, but only after going through a sub page, which is clunky.

All I want is to be able to add a main menu item that when selected, launches the Netflix app directly with no sub menus. And for it not to lose focus. Is this possible?

EDIT: losing focus was just a launcher4kodi setting.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Rufoo - 2016-02-19

(2016-02-19, 14:58)the_scotsman Wrote: Trying to get this to launch Netflix app. Technically it launches Netflix Remote Controller.

Using aeon skin.

I managed to get it sort of working. Once I setup the Application Launcher source (I chose IBM PC compatible?), I added a "Programs" link to the home page. This works, but only after going through a sub page, which is clunky.

All I want is to be able to add a main menu item that when selected, launches the Netflix app directly with no sub menus. And for it not to lose focus. Is this possible?

EDIT: losing focus was just a launcher4kodi setting.

Create a launcher, link your app to that launcher, press C on your chosen app in the launcher, pick Add to Favourites, go to your skins menu and find the section that does stuff to your home screen and find a way to add a custom favourite, pick the app you added as your favourite. Viola! Smile


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - the_scotsman - 2016-02-20

(2016-02-19, 15:42)Rufoo Wrote:
(2016-02-19, 14:58)the_scotsman Wrote: Trying to get this to launch Netflix app. Technically it launches Netflix Remote Controller.

Using aeon skin.

I managed to get it sort of working. Once I setup the Application Launcher source (I chose IBM PC compatible?), I added a "Programs" link to the home page. This works, but only after going through a sub page, which is clunky.

All I want is to be able to add a main menu item that when selected, launches the Netflix app directly with no sub menus. And for it not to lose focus. Is this possible?

EDIT: losing focus was just a launcher4kodi setting.

Create a launcher, link your app to that launcher, press C on your chosen app in the launcher, pick Add to Favourites, go to your skins menu and find the section that does stuff to your home screen and find a way to add a custom favourite, pick the app you added as your favourite. Viola! Smile

Thanks Smile

This sort of works. But I now have a favourites item on my main menu. I have to select this, which takes me to another screen, where I then select Netflix.

Is there no way to have it open Netflix as soon as I choose the main menu item?


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Buff - 2016-02-21

(2016-02-19, 11:43)Rufoo Wrote: I've done some minor experimenting with this but I'm fairly certain it doesn't work although I'd hope to be proven wrong. Smile

The reasoning behind why it fails or doesn't work is because Advanced Launcher passes the full path to a given emulator (eg: X:\ROMS\MYGAME.ZIP) via the "%rom%" and %rom% arguments. Trouble is, M2 Emulator as far as I can tell only accepts emulator.exe gamename as command line arguments and that's it! M2 Emulator has to have a rom directory defined within itself through its own ini file or by default it will scan for a rom subdirectory in its own directory. In other words, path information is completely ignored by M2 emulator via command line.

Hi Rufoo,

So that completely works - many thanks.

What I've done in Advanced Launcher is create a new launcher for Model 2 & Model 3 games (called it Sega Arcade) but assumed the Supermodel emulator as the default one - this won't launch the Model 2 games but will the Model 3 games. Then with the Model 2 games go into Advanced Modifications for each game, select Alternative Application and select the Model 2 emulator (emulator_multicpu.exe or emulator.exe) then go back in and select Alternative Arguments and type, as an example; emulator_multicpu.exe Daytona

Angelscry did tell me about the Alternative Argument option a few months back, but I didn't know about adding the gamename after.

It's a bit of a long method as you have to do this for each game - but there aren't that many Sega Model 2 games, so hasn't taken too long.

Thanks for your help Rufoo - hope that helps you too.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - kiaenigma27 - 2016-02-24

Hi All.

Need a bit of support.

Just started using advance launcher for my emulator collection on android but am running into some hiccups. Am running the following

Nvidia shield TV - Marshmallow
Snes98 plus ex
md.emu
nes.emu
mame for android

Jarvis Beta (so pass through works on my amp)

So first question I am guessing a limitation with android is you cant have roms on a central nas drive as the emulators on android cannot see them? tried setting this up but always get file not found when trying to launch?

So based on the above i went and bought a 64gb usb drive to store roms and thumbnails / fanart. I seem to be able to add each launcher and rom sets no problem, the problem i do have is that n matter what scrapper i try and use it can never find anything using online sources..

is scrapping a problem at the moment or is it my set-up? i have tried using google, gamesdb, gamefaq etc etc.. but with the same effect.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - rdyott - 2016-02-24

(2016-02-24, 18:16)kiaenigma27 Wrote: Hi All.

Need a bit of support.

Just started using advance launcher for my emulator collection on android but am running into some hiccups. Am running the following

Nvidia shield TV - Marshmallow
Snes98 plus ex
md.emu
nes.emu
mame for android

Jarvis Beta (so pass through works on my amp)

So first question I am guessing a limitation with android is you cant have roms on a central nas drive as the emulators on android cannot see them? tried setting this up but always get file not found when trying to launch?

So based on the above i went and bought a 64gb usb drive to store roms and thumbnails / fanart. I seem to be able to add each launcher and rom sets no problem, the problem i do have is that n matter what scrapper i try and use it can never find anything using online sources..

is scrapping a problem at the moment or is it my set-up? i have tried using google, gamesdb, gamefaq etc etc.. but with the same effect.


I took have issues scrapping. ive gone the route of local images

as for the NAS issue. Adv Lncr wont see them unless you MOUNT the path to the nas. (aka add it as a source) it should see them then


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - kiaenigma27 - 2016-02-25

(2016-02-24, 23:56)rdyott Wrote:
(2016-02-24, 18:16)kiaenigma27 Wrote: Hi All.

Need a bit of support.

Just started using advance launcher for my emulator collection on android but am running into some hiccups. Am running the following

Nvidia shield TV - Marshmallow
Snes98 plus ex
md.emu
nes.emu
mame for android

Jarvis Beta (so pass through works on my amp)

So first question I am guessing a limitation with android is you cant have roms on a central nas drive as the emulators on android cannot see them? tried setting this up but always get file not found when trying to launch?

So based on the above i went and bought a 64gb usb drive to store roms and thumbnails / fanart. I seem to be able to add each launcher and rom sets no problem, the problem i do have is that n matter what scrapper i try and use it can never find anything using online sources..

is scrapping a problem at the moment or is it my set-up? i have tried using google, gamesdb, gamefaq etc etc.. but with the same effect.


I took have issues scrapping. ive gone the route of local images

as for the NAS issue. Adv Lncr wont see them unless you MOUNT the path to the nas. (aka add it as a source) it should see them then

Thanks. I do have the folders mounted and advance launcher sees the files fine and brings them back into the list... its only when i try and play them it says file not found..


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Aubins - 2016-02-25

Random question...is there any way to customize the way the launcher looks? I noticed on Rom Collection Browser that you can change the skin on the add-on and also change the view listings to look...well fancier than stock. Does Advanced have any customization?


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - kiaenigma27 - 2016-02-25

OK i think i have worked out my problem with the scrapers.

did a bit of reading this morning and it seems on android devices since the last update SD cards and USB drives are non writable so the scrapers cannot save the artwork even though when you open the launcher.xml the artwork file shows up.

gonna move it to the internal drive of the machine and see if that makes a difference.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Rufoo - 2016-02-25

(2016-02-25, 06:39)Aubins Wrote: Random question...is there any way to customize the way the launcher looks? I noticed on Rom Collection Browser that you can change the skin on the add-on and also change the view listings to look...well fancier than stock. Does Advanced have any customization?

Advanced Launcher is reliant upon the parent skin to provide the views for it whereas Rom Collection Browser packs in its own views. Ergo, you need to use a skin which has fancy views for their addon sections as AL doesn't come with any.