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: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - GriffeyJuni0r - 2014-11-12

I was just wondering if there were any plans to add support for iOS Apps?

I've tried to set up a new launcher with the .app file, but it doesn't work.

This would be an awesome way to put XBMC at the front and center of an iOS device.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Clarity72 - 2014-11-12

What is the effect of setting a personal folder for a game?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-11-13

(2014-11-08, 22:23)hevers1981 Wrote:
(2014-11-01, 22:13)Angelscry Wrote:
(2014-10-31, 15:24)wreezig Wrote: Is the http://www.gwenael.org/forum/ site down, or is it just for me?
No mirror or such?
The forum and the WIKI are closed and down. No mirror.

Any hopes of an offline backup that we can download?
No, no backup, no mirror.

(2014-11-11, 21:34)Clarity72 Wrote: I have a suggestion about possible feature of advanced launcher.

Would it be possible to add option to add flag on game?

For example for each games we can add one or several flags to indicate :
Game-Region (World, Eur, Jap, Us) and why not languages availables?

For Region (Example) :

Image

For langages (Example) :

Image

1 Slot for the region of the game
Why not 5 slots max to describe langages availables
Uh.... Which games database provide such langage information? Which XBMC skin provide langage flag display? I'm not against the fact to add new item fields, but if you do not have the possibility to automatically fill theses fields and also not the possibility to display them... adding such feature will be a little useless.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-11-13

(2014-11-12, 01:31)GriffeyJuni0r Wrote: I was just wondering if there were any plans to add support for iOS Apps?

I've tried to set up a new launcher with the .app file, but it doesn't work.

This would be an awesome way to put XBMC at the front and center of an iOS device.
.app files are not executable files. So you cannot start them directly. To start .app files using command line you must use the open application.
http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openData
http://osxdaily.com/2007/02/01/how-to-launch-gui-applications-from-the-terminal/

There is no need to add a specific support.

(2014-11-12, 18:06)Clarity72 Wrote: What is the effect of setting a personal folder for a game?
What do you mean by "personal" folder? Custom folder?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Clarity72 - 2014-11-13

Yes. In french is 'Dossier personnalise'


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-11-13

(2014-11-13, 05:26)Clarity72 Wrote: Yes. In french is 'Dossier personnalise'
This custom folder path information can be used by skins to display custom fanarts or mp4 trailers.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - GriffeyJuni0r - 2014-11-13

(2014-11-13, 04:29)Angelscry Wrote:
(2014-11-12, 01:31)GriffeyJuni0r Wrote: I was just wondering if there were any plans to add support for iOS Apps?

I've tried to set up a new launcher with the .app file, but it doesn't work.

This would be an awesome way to put XBMC at the front and center of an iOS device.
.app files are not executable files. So you cannot start them directly. To start .app files using command line you must use the open application.
http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=openData
http://osxdaily.com/2007/02/01/how-to-launch-gui-applications-from-the-terminal/

You sir, are a genius. Thank you!


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - xbas - 2014-11-18

Hi - starting to learn how to use this great addon so please excuse what is probably a dumb question ...

I have got advanced launcher set to run the XBMC Web Browser addon (launching it as a favourite). The browser addon then opens a web page (Internet Explorer) on which there is an embedded flash stream. I'm using the browser addon as it provides remote control of mouse actions.

I also have an autohotkey script which clicks the full screen button on the flash video.

Is there a way to have advanced launcher launch the browser addon and then automatically run the script to 'press' the flash full screen button after the web page has opened ?

Thanks in advance


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sfergouk - 2014-11-19

Are you saying that .app files can be run from within XBMC (via application launcher and open command) regardless of the platform XBMC is running from?

If not, is this functionality possible at all?


[RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - HuddaDudda - 2014-11-20

(2014-11-12, 01:31)GriffeyJuni0r Wrote: I was just wondering if there were any plans to add support for iOS Apps?

I've tried to set up a new launcher with the .app file, but it doesn't work.

This would be an awesome way to put XBMC at the front and center of an iOS device.

Sorry off topic but how do you play iOS apps on a PC? If so how are you doing this and setting it up via XBMC/Advanced Launcher?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - GM82 - 2014-11-22

Hi,

sorry if someone already done the same question.

Is it possible to close xbmc/kodi at launch of an application?

Thanks in advance


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - BlockABoots - 2014-11-22

Having issues getting RetroArch working with advanced launcher. Im using the latest Kodi build of OpenElec BETA2 from Nov12. I have retroarch installed to /storage/.kodi/addons/emulator.retroarch.

Heres the steps i do....

1. Add New Launcher
2. Select, Files launcher (e.g game emulator)
3. Navigate to, /storage/.kodi/addons/emulator.retroarch/bin/retroarch.sh and select as launcher application
3. Select my file path for the roms, (kodi/addons/emulator.retroarch/roms/nes)
4. Set the files extensions as, nes|zip
5. Set Application arguments as, fceumm "%rom%"
6. named title of launcher as, NES
7. Set platform as, Nintendo Entertainment System
8. Skipped thumbnail locations for the moment
9. Selected 'nintendo' and selected 'Add Items'
10. Manually added 1 nes game
11. Selected 'nintendo' and game shown in the list
12. Select game but nothing happens

Have i done anything wrong in the above steps as im not sure why this Advanced Launcher isnt working with RetroArch?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - unalex - 2014-11-22

(2014-11-22, 17:19)BlockABoots Wrote: Have i done anything wrong in the above steps as im not sure why this Advanced Launcher isnt working with RetroArch?

all work by me (openelec + retroarch + advanced launcher)

check filenames in folder emulator.retroarch\cores and in file retroarch.sh
fceumm-libretro.so

-----retroarch.sh
line 18
if [ ! -f $ADDON_CORES/$1-libretro.so ]; then

line 47
$ADDON_DIR/bin/retroarch -c $ADDON_FILES/config/retroarch.cfg $EXTRAFLAG -L $ADDON_CORES/$1-libretro.so "$2" &

file fceumm_libretro.so must have same char in name ("-" or "_"), as in retroarch.sh
if strings(18, 47) in file retroarch.sh cotnains another char, just rename all files in folder emulator.retroarch\cores

try this manual


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - BlockABoots - 2014-11-22

(2014-11-22, 17:58)unalex Wrote:
(2014-11-22, 17:19)BlockABoots Wrote: Have i done anything wrong in the above steps as im not sure why this Advanced Launcher isnt working with RetroArch?

all work by me (openelec + retroarch + advanced launcher)


try this manual

lol thats the guide i followed, just doesnt seem to work. Wonder if its because that for older builds?? Is there a Hyperspin build for OpenElec?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - unalex - 2014-11-22

(2014-11-22, 18:10)BlockABoots Wrote:
(2014-11-22, 17:58)unalex Wrote:
(2014-11-22, 17:19)BlockABoots Wrote: Have i done anything wrong in the above steps as im not sure why this Advanced Launcher isnt working with RetroArch?

all work by me (openelec + retroarch + advanced launcher)


try this manual

lol thats the guide i followed, just doesnt seem to work. Wonder if its because that for older builds?? Is there a Hyperspin build for OpenElec?

i updated my post
check filenames in emulator.retroarch\cores and file retroarch.sh("-", "_")