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: - Blaxxor - 2012-09-16

(2011-01-24, 00:50)Angelscry Wrote:
fr500 Wrote:I've got a feature idea. Could you add launcher id tag to the launcher itself and a way to accept arguments? If you do so skis with support for custom shortcuts on the home menu could have a way to launch common used launchers from the home menu.

Example, in shade now you can create a home screen shorcut to the script (plugin.program.advanced.launcher) if there was the id. and an option to parse arguments you could create a shortcut to the script plugin.program.advanced.launcher("1") for example and that would launch the app with id=1. If no arguments are passed then the normal app view would show.

What do you think?

Image

This feature is already supported by the addon
  • Go into Advanced Launcher
  • Select a launcher
  • Go into launcher context menu and select "Add to Favorite" option
  • Go into you skin sub menu option and select this Favorite as submenu.
It will automatically get the launcher name, launcher thumbs and put it as submenu. It is how it works for me with Alaska.Revisited. This feature is not working for roms, only for launchers. Here are the corresponding code lines of the guisettings.xml file :
Code:
<setting type="string" name="skin.alaska.revisited.programbuttonname_2">Boxee</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonimage_2">/media/emulation/launchers/thumbs/Boxee_thumb.jpg</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonpath_2">RunPlugin(plugin://plugin.program.advanced.launcher/?Boxee,return)</setting>

I know this is an old post, but I can't get this to work.

I'm adding the exefile in Advanced Launcher, add it as a favorite. Then entering Custom homemenu settings, add my exefile which I added I as a favorite.

It shows upp on the homescreen but when I try to launch it it enter the menubotton as a folder and all I can do is to press backbutton.

Also using Alaska Revisited.


RE: - Angelscry - 2012-09-16

(2012-09-16, 18:47)Blaxxor Wrote:
(2011-01-24, 00:50)Angelscry Wrote:
fr500 Wrote:I've got a feature idea. Could you add launcher id tag to the launcher itself and a way to accept arguments? If you do so skis with support for custom shortcuts on the home menu could have a way to launch common used launchers from the home menu.

Example, in shade now you can create a home screen shorcut to the script (plugin.program.advanced.launcher) if there was the id. and an option to parse arguments you could create a shortcut to the script plugin.program.advanced.launcher("1") for example and that would launch the app with id=1. If no arguments are passed then the normal app view would show.

What do you think?

Image

This feature is already supported by the addon
  • Go into Advanced Launcher
  • Select a launcher
  • Go into launcher context menu and select "Add to Favorite" option
  • Go into you skin sub menu option and select this Favorite as submenu.
It will automatically get the launcher name, launcher thumbs and put it as submenu. It is how it works for me with Alaska.Revisited. This feature is not working for roms, only for launchers. Here are the corresponding code lines of the guisettings.xml file :
Code:
<setting type="string" name="skin.alaska.revisited.programbuttonname_2">Boxee</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonimage_2">/media/emulation/launchers/thumbs/Boxee_thumb.jpg</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonpath_2">RunPlugin(plugin://plugin.program.advanced.launcher/?Boxee,return)</setting>

I know this is an old post, but I can't get this to work.

I'm adding the exefile in Advanced Launcher, add it as a favorite. Then entering Custom homemenu settings, add my exefile which I added I as a favorite.

It shows upp on the homescreen but when I try to launch it it enter the menubotton as a folder and all I can do is to press backbutton.

Also using Alaska Revisited.
Uhhh... yes that quite old and may not be functionnal anymore since several version of Advanced Launcher now. Look at this tutorial, it will show you how simply create an executable launcher and add it as custom menu entry : http://www.youtube.com/watch?v=x8edJlmG6lw




RE: - Blaxxor - 2012-09-16

(2012-09-16, 18:58)Angelscry Wrote:
(2012-09-16, 18:47)Blaxxor Wrote:
(2011-01-24, 00:50)Angelscry Wrote: Image

This feature is already supported by the addon
  • Go into Advanced Launcher
  • Select a launcher
  • Go into launcher context menu and select "Add to Favorite" option
  • Go into you skin sub menu option and select this Favorite as submenu.
It will automatically get the launcher name, launcher thumbs and put it as submenu. It is how it works for me with Alaska.Revisited. This feature is not working for roms, only for launchers. Here are the corresponding code lines of the guisettings.xml file :
Code:
<setting type="string" name="skin.alaska.revisited.programbuttonname_2">Boxee</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonimage_2">/media/emulation/launchers/thumbs/Boxee_thumb.jpg</setting>
<setting type="string" name="skin.alaska.revisited.programbuttonpath_2">RunPlugin(plugin://plugin.program.advanced.launcher/?Boxee,return)</setting>

I know this is an old post, but I can't get this to work.

I'm adding the exefile in Advanced Launcher, add it as a favorite. Then entering Custom homemenu settings, add my exefile which I added I as a favorite.

It shows upp on the homescreen but when I try to launch it it enter the menubotton as a folder and all I can do is to press backbutton.

Also using Alaska Revisited.
Uhhh... yes that quite old and may not be functionnal anymore since several version of Advanced Launcher now. Look at this tutorial, it will show you how simply create an executable launcher and add it as custom menu entry : http://www.youtube.com/watch?v=x8edJlmG6lw

That works just fine. But adding the Executable to the Homemenu as you previously did with Boxee doesn't work at all. It just opens as a folder.

Does that work for you today or have that feature been removed?

Thanks

Stellan


RE: - Angelscry - 2012-09-16

(2012-09-16, 19:26)Blaxxor Wrote:
(2012-09-16, 18:58)Angelscry Wrote:
(2012-09-16, 18:47)Blaxxor Wrote: I know this is an old post, but I can't get this to work.

I'm adding the exefile in Advanced Launcher, add it as a favorite. Then entering Custom homemenu settings, add my exefile which I added I as a favorite.

It shows upp on the homescreen but when I try to launch it it enter the menubotton as a folder and all I can do is to press backbutton.

Also using Alaska Revisited.
Uhhh... yes that quite old and may not be functionnal anymore since several version of Advanced Launcher now. Look at this tutorial, it will show you how simply create an executable launcher and add it as custom menu entry : http://www.youtube.com/watch?v=x8edJlmG6lw

That works just fine. But adding the Executable to the Homemenu as you previously did with Boxee doesn't work at all. It just opens as a folder.

Does that work for you today or have that feature been removed?

Thanks

Stellan
Could you please be more clear? That work fine... but not?!!! Nothing have been removed. Which version of XBMC are you using? Which version of Advanced Launcher are you using? Which skin are you using? Could you also please post here the content of your launchers.xml file to see if you have correctly configured your launcher?






RE: - Blaxxor - 2012-09-16

(2012-09-16, 19:34)Angelscry Wrote:
(2012-09-16, 19:26)Blaxxor Wrote:
(2012-09-16, 18:58)Angelscry Wrote: Uhhh... yes that quite old and may not be functionnal anymore since several version of Advanced Launcher now. Look at this tutorial, it will show you how simply create an executable launcher and add it as custom menu entry : http://www.youtube.com/watch?v=x8edJlmG6lw

That works just fine. But adding the Executable to the Homemenu as you previously did with Boxee doesn't work at all. It just opens as a folder.

Does that work for you today or have that feature been removed?

Thanks

Stellan
Could you please be more clear? That work fine... but not?!!! Nothing have been removed. Which version of XBMC are you using? Which version of Advanced Launcher are you using? Which skin are you using? Could you also please post here the content of your launchers.xml file to see if you have correctly configured your launcher?

Hmmm... maybe I'm beeing tricked by that Boxee image.

It works fine adding the Executable as a submenu for the Appmenu/folder or whatever it's called Smile

But adding a separate permanent button, not a submenubutton, just like the App, Movie, Music, Settings, Weatherbuttons. That doesn't work for me. But it caught me that maybe that's not possible?

//Stellan


RE: - Angelscry - 2012-09-16

(2012-09-16, 19:42)Blaxxor Wrote:
(2012-09-16, 19:34)Angelscry Wrote:
(2012-09-16, 19:26)Blaxxor Wrote: That works just fine. But adding the Executable to the Homemenu as you previously did with Boxee doesn't work at all. It just opens as a folder.

Does that work for you today or have that feature been removed?

Thanks

Stellan
Could you please be more clear? That work fine... but not?!!! Nothing have been removed. Which version of XBMC are you using? Which version of Advanced Launcher are you using? Which skin are you using? Could you also please post here the content of your launchers.xml file to see if you have correctly configured your launcher?

Hmmm... maybe I'm beeing tricked by that Boxee image.

It works fine adding the Executable as a submenu for the Appmenu/folder or whatever it's called Smile

But adding a separate permanent button, not a submenubutton, just like the App, Movie, Music, Settings, Weatherbuttons. That doesn't work for me. But it caught me that maybe that's not possible?

//Stellan
No that's work : http://www.gwenael.org/forum/viewtopic.php?pid=1204#p1204




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Middle - 2012-09-16

(2012-09-16, 17:12)fr500 Wrote: Terminating steam forcefully is not good, instead try shutting down steam by issuing "steam -shutdown" like this (i do the same with batch files)

Well if you read the code, you will see that
the first one only closes open windows and keep steam running in background
and the second one shutdown.

Code:
Run ('"C:\Program Files (x86)\Steam\Steam.exe" -shutdown', "C:\Program Files (x86)\Steam\" )



RE: - Blaxxor - 2012-09-16

(2012-09-16, 19:50)Angelscry Wrote:
(2012-09-16, 19:42)Blaxxor Wrote: Hmmm... maybe I'm beeing tricked by that Boxee image.

It works fine adding the Executable as a submenu for the Appmenu/folder or whatever it's called Smile

But adding a separate permanent button, not a submenubutton, just like the App, Movie, Music, Settings, Weatherbuttons. That doesn't work for me. But it caught me that maybe that's not possible?

//Stellan
No that's work : http://www.gwenael.org/forum/viewtopic.php?pid=1204#p1204

I don't get it to work.

This is how it looks in my XBMC.

Added the executable as favorite. The link works fine when adding it as a submenu for "App" so the link is Ok as far as I know.
Image

This it how it looks on my mainscreen when starting XBMC.
Image

And this is what happens when pressing the button Smile
Image

XBMC Dharma (11.0)
Advanced Launcher (1.7.6)
Alaska Revisited (3.0.3)

Really appreciating that you're trying to help me Smile

//Stellan


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-09-16

Ok, first, last version of Advanced Launcher is 1.9.1 not 1.7.6. I do not make any support on deprecated versions. So, make the update, please.

Next, I'm not sure, but I think you have created a file launcher instead of a stand-alone launcher (I need the launchers.xml file content to confirm). So, when you start the launcher from XBMC it display the item directory (but here empty) and do not start the selected application.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Blaxxor - 2012-09-16

(2012-09-16, 20:35)Angelscry Wrote: Ok, first, last version of Advanced Launcher is 1.9.1 not 1.7.6. I do not make any support on deprecated versions. So, make the update, please.

Next, I'm not sure, but I think you have created a file launcher instead of a stand-alone launcher (I need the launchers.xml file content to confirm). So, when you start the launcher from XBMC it display the item directory (but here empty) and do not start the selected application.

I updated the launcher to the version you wanted (1.9.1) I downloaded the old one from within XBMC itself but it's always good to be updated Smile

Here's my launcher.xml file

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
    <launcher>
        <id>0aeb448ff82bda9b1c7b0944cc5c49c4</id>
        <name>Maximus Arcade</name>
        <application>R:\Maximus Arcade\Maximus Arcade.exe</application>
        <args></args>
        <rompath></rompath>
        <thumbpath>C:\</thumbpath>
        <fanartpath>C:\</fanartpath>
        <custompath>C:\</custompath>
        <romext></romext>
        <platform>IBM PC Compatible</platform>
        <thumb>R:\Maximus Arcade\maximuslogo.jpg</thumb>
        <fanart></fanart>
        <genre></genre>
        <release></release>
        <publisher></publisher>
        <launcherplot></launcherplot>
        <minimize>true</minimize>
        <lnk>true</lnk>
        <roms>
        </roms>
    </launcher>
</launchers>

Please come back and tell me that I've done something stupid that's easy to fix Big Grin

//Stellan


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-09-16

(2012-09-16, 20:44)Blaxxor Wrote:
(2012-09-16, 20:35)Angelscry Wrote: Ok, first, last version of Advanced Launcher is 1.9.1 not 1.7.6. I do not make any support on deprecated versions. So, make the update, please.

Next, I'm not sure, but I think you have created a file launcher instead of a stand-alone launcher (I need the launchers.xml file content to confirm). So, when you start the launcher from XBMC it display the item directory (but here empty) and do not start the selected application.

I updated the launcher to the version you wanted (1.9.1) I downloaded the old one from within XBMC itself but it's always good to be updated Smile

Here's my launcher.xml file

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
    <launcher>
        <id>0aeb448ff82bda9b1c7b0944cc5c49c4</id>
        <name>Maximus Arcade</name>
        <application>R:\Maximus Arcade\Maximus Arcade.exe</application>
        <args></args>
        <rompath></rompath>
        <thumbpath>C:\</thumbpath>
        <fanartpath>C:\</fanartpath>
        <custompath>C:\</custompath>
        <romext></romext>
        <platform>IBM PC Compatible</platform>
        <thumb>R:\Maximus Arcade\maximuslogo.jpg</thumb>
        <fanart></fanart>
        <genre></genre>
        <release></release>
        <publisher></publisher>
        <launcherplot></launcherplot>
        <minimize>true</minimize>
        <lnk>true</lnk>
        <roms>
        </roms>
    </launcher>
</launchers>

Please come back and tell me that I've done something stupid that's easy to fix Big Grin

//Stellan
Humm... content of launchers.xml file seems correct. Have you try with another skin?




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Blaxxor - 2012-09-16

(2012-09-16, 20:52)Angelscry Wrote:
(2012-09-16, 20:44)Blaxxor Wrote:
(2012-09-16, 20:35)Angelscry Wrote: Ok, first, last version of Advanced Launcher is 1.9.1 not 1.7.6. I do not make any support on deprecated versions. So, make the update, please.

Next, I'm not sure, but I think you have created a file launcher instead of a stand-alone launcher (I need the launchers.xml file content to confirm). So, when you start the launcher from XBMC it display the item directory (but here empty) and do not start the selected application.

I updated the launcher to the version you wanted (1.9.1) I downloaded the old one from within XBMC itself but it's always good to be updated Smile

Here's my launcher.xml file

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
    <launcher>
        <id>0aeb448ff82bda9b1c7b0944cc5c49c4</id>
        <name>Maximus Arcade</name>
        <application>R:\Maximus Arcade\Maximus Arcade.exe</application>
        <args></args>
        <rompath></rompath>
        <thumbpath>C:\</thumbpath>
        <fanartpath>C:\</fanartpath>
        <custompath>C:\</custompath>
        <romext></romext>
        <platform>IBM PC Compatible</platform>
        <thumb>R:\Maximus Arcade\maximuslogo.jpg</thumb>
        <fanart></fanart>
        <genre></genre>
        <release></release>
        <publisher></publisher>
        <launcherplot></launcherplot>
        <minimize>true</minimize>
        <lnk>true</lnk>
        <roms>
        </roms>
    </launcher>
</launchers>

Please come back and tell me that I've done something stupid that's easy to fix Big Grin

//Stellan
Humm... content of launchers.xml file seems correct. Have you try with another skin?

It actually works in Aeon Nox but not in Alaska Revisited. I started to suspect that that was the case.

Too bad. What version of Alaska are you using?

I don't feel like changing skin :/ Seems like Alaska is not updated any longer.

//Stellan


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-09-16

Ok, so it's an Alaska related problem. I think because Alaska have not been updated since a long time, it is not fully compatible with Eden version of XBMC... or more precisely Alaska do not manage correctly favourites generated by XBMC.

Personnaly, I do not use Alsaka anymore

The only way I see now for your to correct this, is to manually edit files. Once you have created your favourite with Advanced Launcher, could you please post here the content of your xbmc/userdata/favourites.xml file to see how the generated favourites looks like?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Blaxxor - 2012-09-17

(2012-09-16, 21:24)Angelscry Wrote: Ok, so it's an Alaska related problem. I think because Alaska have not been updated since a long time, it is not fully compatible with Eden version of XBMC... or more precisely Alaska do not manage correctly favourites generated by XBMC.

Personnaly, I do not use Alsaka anymore

The only way I see now for your to correct this, is to manually edit files. Once you have created your favourite with Advanced Launcher, could you please post here the content of your xbmc/userdata/favourites.xml file to see how the generated favourites looks like?

Thanks for helping Smile This is how my favorites.xml looks like.

Code:
<favourites>
    <favourite name="Uppsättningar">ActivateWindow(10025,&quot;videodb://1/7/&quot;)</favourite>
    <favourite name="Maximus Arcade" thumb="R:\Maximus Arcade\maximuslogo.jpg">PlayMedia(&quot;plugin://plugin.program.advanced.launcher/?0aeb448ff82bda9b1c7b0944cc5c49c4&quot;)</favourite>
</favourites>

//Stellan


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-09-17

Ok.. favourites code is correct :

Code:
...
PlayMedia(&quot;plugin://plugin.program.advanced.launcher/?0aeb448ff82bda9b1c7b0944cc5c49c4&quot;)
...

Now we have to see if the sub-menu entry automatically created by Alsaka is under the same form. Could you please now post here the content of your xbmc/userdata/guisettings.xml file? I'm nor sure you will be able to post here the entire content of the file, so use pastebin service to do this and post the corresponding URL here.