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 - mariano198596 - 2015-09-09

(2015-09-09, 20:36)UsefulG Wrote:
(2015-09-09, 13:51)mariano198596 Wrote: You can put a folder with shortcuts and PC games that will be upgrading alone, instead of putting one by one?

Que?

Can you explain what you are trying to achieve?

insted of adding one shortcut at a time, can I copy a folder's address and the program will update the intarface alone?

Lo que queria decir es si hay alguna forma de configurar para que tome los acceso directo de los juegos de una carpeta en vez de crear uno por uno

disculpen que no hablo ingles lo entiendo pero no tengo forma de expresarme para que me entiendan.

Saludos!


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - atsumori - 2015-09-14

(2015-09-08, 18:17)bleakassassin Wrote: Is anyone else finding that the GameFAQs scraper no longer works properly? I've had it drop in and out intermittently in the past, but I've got a feeling that the issue might be more permanent this time.

You'll get blocked if you autoscrape but if you go through one by one you should be able to scrape no problem. Just set Advanced Launcher scraper settings to "None" and then once all the games have been added, scrape the information through the game info menu.

I have found an issue with the google scrapers and likely other scrapers. It seems there are some forbidden characters (for example "%") that when included in the name will cause the scrape to fail (at least for images). This is incredibly annoying.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Magic815 - 2015-09-14

So I had a couple questions regarding Advanced Launcher (one general and one specific).

First, I see old posts referencing a Wiki - does one exist anymore? I see that the latest version has to be pulled from GitHub, but outside of this "closed" thread, I don't see where further discussions are held. Is there an outside forum or website that is now the default place for actual development and discussion of this addon?

And then more specifically, I'm trying to get some help with launching a specific emulator game from PCSX2. I see previous posts mention using the '--nogui' command to make sure that when "esc" is pressed, the emulator is completely closed out (as opposed to just the game emulator window).

Is this something I can add to the launcher attributes inside Kodi/Advanced Launcher? Or does that need to be put into a script/bat file/etc, and then that file is what gets called by Advanced Launcher?

The reason I ask is that for my emulator games through Dolphin, all I have to do is add "/b /e" before the ROM call-out and it will successfully exit out and go back into Kodi when I'm done playing the game. Could I do something similar with PCSX2 games where I somehow utilize "/b /e" and "--nogui" so that it will do the same thing? If anyone has the exact syntax, I'm all ears!


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - UsefulG - 2015-09-15

(2015-09-09, 21:25)mariano198596 Wrote:
(2015-09-09, 20:36)UsefulG Wrote:
(2015-09-09, 13:51)mariano198596 Wrote: You can put a folder with shortcuts and PC games that will be upgrading alone, instead of putting one by one?

Que?

Can you explain what you are trying to achieve?

insted of adding one shortcut at a time, can I copy a folder's address and the program will update the intarface alone?

Lo que queria decir es si hay alguna forma de configurar para que tome los acceso directo de los juegos de una carpeta en vez de crear uno por uno

disculpen que no hablo ingles lo entiendo pero no tengo forma de expresarme para que me entiendan.

Saludos!

Lo siento, hablo Español un poco.

En Ingles:

I launch all my PC games (Steam/Origin) from a single launcher. This is a .bat file which uses shortcuts to each game which are stored in a single folder and can then be scraped into Advanced Launcher.

I got it from these forums and for the life of me I can't find it again. I will upload the .bat file when I get to my PC.

Found it! Just follow these instructions http://forum.kodi.tv/showthread.php?tid=85724&pid=848837#pid848837


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - KidVulcan - 2015-09-19

Hi, first of amazing work. I love this addon! I saw someone ells mention using this to launch MUGEN but I couldn't find the results. I have an .exe on my Desktop called "NMTE.exe" but when I try to point AdvancedLauncher there I cant find the program?? Pleas helpSad
https://www.dropbox.com/s/xpsws2wryg2m02i/stand.png?dl=0
https://www.dropbox.com/s/s1a8zrsw6qtht7k/exe.png?dl=0

EDIT: I got it to workBig Grin


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - mariano198596 - 2015-09-20

(2015-09-15, 12:02)UsefulG Wrote:
(2015-09-09, 21:25)mariano198596 Wrote:
(2015-09-09, 20:36)UsefulG Wrote: Que?

Can you explain what you are trying to achieve?

insted of adding one shortcut at a time, can I copy a folder's address and the program will update the intarface alone?

Lo que queria decir es si hay alguna forma de configurar para que tome los acceso directo de los juegos de una carpeta en vez de crear uno por uno

disculpen que no hablo ingles lo entiendo pero no tengo forma de expresarme para que me entiendan.

Saludos!

Lo siento, hablo Español un poco.

En Ingles:

I launch all my PC games (Steam/Origin) from a single launcher. This is a .bat file which uses shortcuts to each game which are stored in a single folder and can then be scraped into Advanced Launcher.

I got it from these forums and for the life of me I can't find it again. I will upload the .bat file when I get to my PC.

Found it! Just follow these instructions http://forum.kodi.tv/showthread.php?tid=85724&pid=848837#pid848837

muchisimas gracias ya los pude agregar todos los juegos de pc desde una carpeta automaticamente!Rofl


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - mccorkled - 2015-09-20

I am wondering if anyone knows how to get rid of the second larger box that says it is "opening stream"

Image

Also, why is the advanced launcher icon not showing up?

Thanks Smile


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - UsefulG - 2015-09-20

(2015-09-20, 08:06)mariano198596 Wrote:
(2015-09-15, 12:02)UsefulG Wrote:
(2015-09-09, 21:25)mariano198596 Wrote: insted of adding one shortcut at a time, can I copy a folder's address and the program will update the intarface alone?

Lo que queria decir es si hay alguna forma de configurar para que tome los acceso directo de los juegos de una carpeta en vez de crear uno por uno

disculpen que no hablo ingles lo entiendo pero no tengo forma de expresarme para que me entiendan.

Saludos!

Lo siento, hablo Español un poco.

En Ingles:

I launch all my PC games (Steam/Origin) from a single launcher. This is a .bat file which uses shortcuts to each game which are stored in a single folder and can then be scraped into Advanced Launcher.

I got it from these forums and for the life of me I can't find it again. I will upload the .bat file when I get to my PC.

Found it! Just follow these instructions http://forum.kodi.tv/showthread.php?tid=85724&pid=848837#pid848837

muchisimas gracias ya los pude agregar todos los juegos de pc desde una carpeta automaticamente!Rofl

Fantastico! De nada. Big Grin


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Frenchtoast - 2015-10-13

Hello guys,

I have been looking for few weeks now but can't find any solution.

On my Amazon fire Tv running isengard (or jarvis) non rooted when I try to setup advanced launcher I get the errors :

"Cannot create backup" , "Cannot create launchers.xml"

Help please:

Code:
19:29:00 T:1768512792  NOTICE: -->Python Interpreter Initialized<--
19:29:00 T:1768512792  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:01 T:1768512792  NOTICE: AdvancedLauncher: Initialisation
19:29:01 T:1768512792  NOTICE: AdvancedLauncher: Advanced Launcher root folder > Categories list
19:29:01 T:1768513304  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:07 T:1777690168  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:07 T:1777690168  NOTICE: -->Python Interpreter Initialized<--
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: Initialisation
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: %%ADD%% category folder > Launcher list
19:29:09 T:1777690168  NOTICE: AdvancedLauncher: Save launchers.xml file
19:29:09 T:1551902208   ERROR: container.refresh called with invalid number of parameters (should be: 1, is 0)
19:29:14 T:1768854040  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:14 T:1768854040  NOTICE: -->Python Interpreter Initialized<--
19:29:14 T:1768854040  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:14 T:1768854040  NOTICE: AdvancedLauncher: Initialisation
19:29:55 T:1768854040  NOTICE: AdvancedLauncher: Save launchers.xml file
19:29:55 T:1561176536   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 110] Connection timed out>
                                            Traceback (most recent call last):
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 198, in <module>
                                                Uploader = LogUploader()
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 58, in __init__
                                                self.report_mail(self.email_address, uploaded_logs)
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 129, in report_mail
                                                response = urllib2.urlopen(req).read()
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 126, in urlopen
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 391, in open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 409, in _open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 369, in _call_chain
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 1161, in http_open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 1136, in do_open
                                            URLError: <urlopen error [Errno 110] Connection timed out>
                                            -->End of Python script error report<--
19:29:55 T:1759678192  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:55 T:1551902208   ERROR: Control 50 in window 10001 has been asked to focus, but it can't
19:29:55 T:1759678192  NOTICE: -->Python Interpreter Initialized<--
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: Initialisation
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: default category folder > Launcher list
19:29:55 T:1725680608  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:58 T:1725815384  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:58 T:1725815384  NOTICE: -->Python Interpreter Initialized<--
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Initialisation
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Advanced Launcher root folder > Categories list
19:29:58 T:1726294968  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:59 T:1576998536   ERROR: Unable to find plugin
19:29:59 T:1551902208   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://


I have tried through installing Jarvis to move kodi database to external usb. It worked very well and I thought that advanced launchers wouldn't have any more permissions restriction as I thought it was the problem here. Still having the same issue Sad Help please it drives me mad !


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Jachin99 - 2015-10-23

Is it possible to use a high res image for thumbnails or will the program scale them down every time? I am trying to create a Netflix launcher, and I've tried several images from around the internet but they all end up looking chopy or distorted.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - onlinespending - 2015-10-23

(2015-10-13, 19:02)Frenchtoast Wrote: Hello guys,

I have been looking for few weeks now but can't find any solution.

On my Amazon fire Tv running isengard (or jarvis) non rooted when I try to setup advanced launcher I get the errors :

"Cannot create backup" , "Cannot create launchers.xml"

Help please:

Code:
19:29:00 T:1768512792  NOTICE: -->Python Interpreter Initialized<--
19:29:00 T:1768512792  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:01 T:1768512792  NOTICE: AdvancedLauncher: Initialisation
19:29:01 T:1768512792  NOTICE: AdvancedLauncher: Advanced Launcher root folder > Categories list
19:29:01 T:1768513304  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:07 T:1777690168  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:07 T:1777690168  NOTICE: -->Python Interpreter Initialized<--
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: Initialisation
19:29:07 T:1777690168  NOTICE: AdvancedLauncher: %%ADD%% category folder > Launcher list
19:29:09 T:1777690168  NOTICE: AdvancedLauncher: Save launchers.xml file
19:29:09 T:1551902208   ERROR: container.refresh called with invalid number of parameters (should be: 1, is 0)
19:29:14 T:1768854040  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:14 T:1768854040  NOTICE: -->Python Interpreter Initialized<--
19:29:14 T:1768854040  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:14 T:1768854040  NOTICE: AdvancedLauncher: Initialisation
19:29:55 T:1768854040  NOTICE: AdvancedLauncher: Save launchers.xml file
19:29:55 T:1561176536   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 110] Connection timed out>
                                            Traceback (most recent call last):
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 198, in <module>
                                                Uploader = LogUploader()
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 58, in __init__
                                                self.report_mail(self.email_address, uploaded_logs)
                                              File "/storage/extUsb/kodi/.kodi/addons/script.xbmc.debug.log/addon.py", line 129, in report_mail
                                                response = urllib2.urlopen(req).read()
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 126, in urlopen
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 391, in open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 409, in _open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 369, in _call_chain
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 1161, in http_open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 1136, in do_open
                                            URLError: <urlopen error [Errno 110] Connection timed out>
                                            -->End of Python script error report<--
19:29:55 T:1759678192  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:55 T:1551902208   ERROR: Control 50 in window 10001 has been asked to focus, but it can't
19:29:55 T:1759678192  NOTICE: -->Python Interpreter Initialized<--
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: Initialisation
19:29:55 T:1759678192  NOTICE: AdvancedLauncher: default category folder > Launcher list
19:29:55 T:1725680608  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:58 T:1725815384  NOTICE: Thread LanguageInvoker start, auto delete: false
19:29:58 T:1725815384  NOTICE: -->Python Interpreter Initialized<--
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Load launchers.xml file
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Initialisation
19:29:58 T:1725815384  NOTICE: AdvancedLauncher: Advanced Launcher root folder > Categories list
19:29:58 T:1726294968  NOTICE: Thread BackgroundLoader start, auto delete: false
19:29:59 T:1576998536   ERROR: Unable to find plugin
19:29:59 T:1551902208   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://


I have tried through installing Jarvis to move kodi database to external usb. It worked very well and I thought that advanced launchers wouldn't have any more permissions restriction as I thought it was the problem here. Still having the same issue Sad Help please it drives me mad !

Yeah, I mentioned these same issues a year ago when I tried using Advanced Launcher on the Fire TV. Brought them to the attention of the developer, Angelscry, but sadly it looks like they haven't been fixed.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - 2nzy - 2015-11-05

(2013-02-12, 17:47)davelr Wrote:
(2013-02-12, 13:42)Angelscry Wrote:
(2013-02-12, 13:11)Angelscry Wrote: Which "Opening Stream" message box are you talking about? How do you do to obtain it? Which version of XBMC are your using? With wich skin?
Ok... I have found what you are talking about. The problem comes from the XBMC favourite script that is not able to create correct favourite for Advanced Launcher items. The script is not able to make difference between media and application. To fix this you will have to edit the xbmc/userdata/favourites.xml file and replace Advanced Launcher favourites PlayMedia() calls by RunPlugin() calls, like this :

Code:
...
<favourite name="Darksiders (AL Item)" thumb="/run/media/angelscry/GWENAEL/Emulation/advanced launcher/gaika/darksiders_thumb.jpg">PlayMedia(&quot;plugin://plugin.program.advanced.launcher/?fd4007c4866c0c7f5cc0f9e1037ae85c/7688100b4b8d75aa5206f09a03ec046e&quot;)</favourite>
...

to this :

Code:
...
<favourite name="Darksiders (AL Item)" thumb="/run/media/angelscry/GWENAEL/Emulation/advanced launcher/gaika/darksiders_thumb.jpg">RunPlugin(&quot;plugin://plugin.program.advanced.launcher/?fd4007c4866c0c7f5cc0f9e1037ae85c/7688100b4b8d75aa5206f09a03ec046e&quot;)</favourite>
...


Thanks much, that takes care of the problem. My apologies for not posting more info initially, but since I'd always seen this message I thought it was a designed "feature" of Adv Launcher.

As a note for anyone else who runs into this there's a little more to "cleaning up" the problem.

What I was doing was using favorites to create custom main menu items in Aeon Nox using the following procedure:
  • Create an Advanced Launcher item
  • Add this item to Favorites
  • Create a menu entry from this Favorite
  • Remove the item from the Favorites list so that it doesn't show up in the normal favorites menu list

Of course to fix the call, I had to add the launchers back as favorites, edit Favorites.xml, and then recreate the menu item. This all worked fine, but when I went to Advanced Launcher to remove the items from the favorites list, Advanced Launcher no longer knew that they were in the favorites list. So, my new procedure is:
  • Create an item in Advanced Launcher
  • Add the item to Favorites
  • Edit Favorites.xml and change PlayMedia to RunPlugin
  • Create a menu entry from the Favorite
  • Re-edit Favorites.xml and remove the item from favorites

This works great. Thanks again for the help.
cant you just make this work properly


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - markzilla - 2015-11-25

i am really dissapointed in advanced launcher.

All I want to use it for is to launch a bash script, but that stupid "opening stream" message will not go away. I have tried everything, from modifying my favourites (PlayMedia > RunPlugin) and even removed the favourite from favourties.xml. I have created new launchers, everything.

As soon as you add the launcher to favourites, this silly message shows up.

Please, I know this thread is closed, but please get rid of that damn message!


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - UsefulG - 2015-11-25

@markzilla Look in the Settings for AL there is a show notification option which hides the opening stream/ launching popup.


RE: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - markzilla - 2015-11-25

@UsefulG Thanks for the tip. Unfortunately the option "Activate 'Launching Application' notification" is deselected, as in "not doing that" but it is doing that.

Please forgive my earlier post - I was tired and grumpy. This is an awesome plugin and I'll just learn to live with a silly message that doesn't close when the stream starts lol. I'll just keep closing it, its not that bad.