Kodi Community Forum

Full Version: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
deleting launchers.xml and try again works. thanks.
steve1977 Wrote:Thanks, I will look into this. What are the parts, which will not work. My #1 priority will be WII/Dolphin. Will this work or should I set up a different Win7 setup?
To be honest I do not know what is working and what is not working. Mostly because I do not have a Mac OSX system at home to test Advanced Launcher on it. Also I did not have received yet any posivite or negative feedbacks for advanced launcher on Mac OSX systems.

Mac OSX and Linux systems are similar into the way they use command lines. So if you want to make some test follows the Linux instruction preferably. In general to add a launcher to Advanced Launcher you must firt be sure that your application or emulator works on your system using the command line. Then when you will have found the right command line, you can create a Launcher using this command line... and it may works.
publicENEMY Wrote:deleting launchers.xml and try again works. thanks.
Ok, I think that your launchers.xml file was still containing some errors generated by bugs from some older versions of Advanced Launcher. These errors make not work the actual version of advanced launcher. The faster way to solve this is to delete the launchers.xml file and start a new one.
Angelscry Wrote:Under Windows you need to activate the "Use a fullscreen window rather than true fullscreen" option into XBMC system settings. Tell me if it solve the problem.

worked perfect thanks!!
i have a feature request Wink is it possible to add a second start script to mount a iso or changing a graphic profile or something else infront of launching?

it should be have a variable waiting time, before the typical game is starting.
Hi, this addon is great. is it possible for it to automatically add games and automatically scrape games? i have hundreds of games installed and i would like to be able to add the applications quickly. thanks. excellent work and support. vote you for moderator.
moeff Wrote:i have a feature request Wink is it possible to add a second start script to mount a iso or changing a graphic profile or something else infront of launching?

it should be have a variable waiting time, before the typical game is starting.
Why do you want to add a second start script when you can do all this (mount/umount, load profile, wait, etc...) using only one script ? Eek

Here an exemple of ncdz-launcher.bat file to use with neogeoCD emulator ncdz:
Code:
pssuspend XBMC.exe
"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount 0,%1
ncdz.exe
"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount 0
pssuspend -r XBMC.exe
As you see this script, put XBMC into pause, mount the iso passed as argument by advanced launcher to ncdz-launcher.bat, start ncdx.exe. Then when ncdz.exe is closed, unmount the iso and resume XBMC. You can do what you want by using only one .bat os .sh script. You do not need several ones.

Here is another example of a script made by fr500, to start pcsx2 emultor using specific .ini files for each game : http://forum.xbmc.org/showpost.php?p=728...count=1577
publicENEMY Wrote:Hi, this addon is great. is it possible for it to automatically add games and automatically scrape games? i have hundreds of games installed and i would like to be able to add the applications quickly. thanks. excellent work and support. vote you for moderator.
Of course you can. Do you read the user instructions ?? When you have created your files launcher, you have to go into advanced launcher settings and activate data, thumbs and fanart scraping options (automatic or semi-automatic) and then select the sources for each scraper. Then go into the launcher context menu then select Add Items / Scan for new items.
I'm having trouble with XBMC still receiving lirc commands after I launch a program (huludesktop).

When I press "ok" in hulu desktop, XBMC accepts the command and launches the application a second time.

Is there a way to make XBMC stop receiving lirc while the launched program is running?
jsham Wrote:I'm having trouble with XBMC still receiving lirc commands after I launch a program (huludesktop).

When I press "ok" in hulu desktop, XBMC accepts the command and launches the application a second time.

Is there a way to make XBMC stop receiving lirc while the launched program is running?
Instead of directly start huludesktop and let xbmc run in backgound you can use an intermediate script that will put xbmc into pause then start huludesktop. Then when huludesktop will be ended, XBMC will be resumed. Are you using a Windows or Linux system ?
Angelscry Wrote:Of course you can. Do you read the user instructions ?? When you have created your files launcher, you have to go into advanced launcher settings and activate data, thumbs and fanart scraping options (automatic or semi-automatic) and then select the sources for each scraper. Then go into the launcher context menu then select Add Items / Scan for new items.

heres what i did.

1. go to advance launcher
2. create new launcher
3. standalone
4. choose the executable file
5. configure argument and title of the application
6. select ibm pc as the system platform
7. edit launcher
8. modify datas info
9. import infos from allgame
10. enter search parameter
11. wait
12. select the correct game name
13. edit launcher
14. change thumbnail image
15. import from gamefaqs
16. enter search parameter
17. wait
18. select the correct thumb
19. edit launcher
20. change fanart image
21. import from gamefaqs
22. enter search parameters
23. wait
24. preview the fanart in a very small image window
25. select the desired fanart
26. done

do i have to do all this for every game that i own? i have hundreds of game and these steps are overkill. wouldn it would be nice if i can just select the main folder(topmost path that contains all games in its subfolder) for scraping, just like when adding movie to movie library? i did set the scraper to do automatic scraping, but i dont see any difference. nothing is scraped automatically. i even did restart xbmc to see whether it would scrape when first launch, but no.

thanks.
quick question. does this addon support goodmerged rom sets? that us multiple versions of the same game merged into some sort of zip file? how would i go about setting something like this up?

also, what about mame setups? i think in those cases several versions of a game are merged into a zip file. only one file (the parent rom) is actually playable. each additional file is a slight variation which somehow relies on the parent rom to function properly.

sounds like a coding nightmare to get something like this working.
publicENEMY Wrote:heres what i did.

1. go to advance launcher
2. create new launcher
3. standalone
4. choose the executable file
5. configure argument and title of the application
6. select ibm pc as the system platform
7. edit launcher
8. modify datas info
9. import infos from allgame
10. enter search parameter
11. wait
12. select the correct game name
13. edit launcher
14. change thumbnail image
15. import from gamefaqs
16. enter search parameter
17. wait
18. select the correct thumb
19. edit launcher
20. change fanart image
21. import from gamefaqs
22. enter search parameters
23. wait
24. preview the fanart in a very small image window
25. select the desired fanart
26. done

do i have to do all this for every game that i own? i have hundreds of game and these steps are overkill. wouldn it would be nice if i can just select the main folder(topmost path that contains all games in its subfolder) for scraping, just like when adding movie to movie library? i did set the scraper to do automatic scraping, but i dont see any difference. nothing is scraped automatically. i even did restart xbmc to see whether it would scrape when first launch, but no.

thanks.
I tell you to create a files launcher not a stand-alone launcher. Here is the difference between standalone and files launchers : http://code.google.com/p/xbmc-advanced-l...rsCreation.
twotone8 Wrote:quick question. does this addon support goodmerged rom sets? that us multiple versions of the same game merged into some sort of zip file? how would i go about setting something like this up?

also, what about mame setups? i think in those cases several versions of a game are merged into a zip file. only one file (the parent rom) is actually playable. each additional file is a slight variation which somehow relies on the parent rom to function properly.

sounds like a coding nightmare to get something like this working.
Yes it will be effectively a nightmare... Also the goal of Advanced launcher is to start correctly start applications not at all to manage rom files, goodmerged sets or multi-ziped files. Maybe you can do this using your proper intermediate bash script (.bat or .sh). I'm not sure, but I think Rom Collection Browser support these features : http://forum.xbmc.org/showthread.php?tid=70115
Can you make it possible to add more than one item with the same name? or sequel even...

Here is the situation, I have sonic cd euro and sonic cd usa versions. This addon is not letting me add both. Tried to set the titles as sonic cd ntsc-u and sonic cd pal-eu, but both still display just as sonic cd and it is not letting me add both. quite frustrating as you can imagine.

Second is aero the acrobat. I can add both (auto scan only picks up aero the acrobat 2... what the... so I had to manually add it) so once both are on the list, going to manually scan for the game cover.... it's not letting me set a cover for each. Setting the cover for the first game also sets the same cover for the second.

Great addon, but allot of things broken.
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