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
Angelscry Wrote:Do you have selected, configured and activated the thumbs and fanarts scrapers into Advanced Launcher settings before starting a scan?

Hmm, I've went through the documentation trying to find what 'selected, configured and activated' is and can't find that? Under "Data & Infos" I do have my Scraper Source=AllGame, Import during Scan=Automatic. I have the Thumbs and Fanarts tabs configured similarly. Then I scan and nothing.
xbmc17 Wrote:Hmm, I've went through the documentation trying to find what 'selected, configured and activated' is and can't find that? Under "Data & Infos" I do have my Scraper Source=AllGame, Import during Scan=Automatic. I have the Thumbs and Fanarts tabs configured similarly. Then I scan and nothing.
If you already scan all your roms without importing thumbs and fanarts, trying a new scan with thumbs and fanarts scrappers activated will not import anything more. You need to "Edit Launcher", "Clear Items List" an start another scan with all the scrapers activated (automatic or semi-automatic). Nod

Now question : If you manually Edit an item (rom) and manually change the thumb of the fanart image, does it work? Eek
Angelscry Wrote:Personnaly I prefer to use Mupen64 Plus to emulate N64 games

I uninstalled project64 and install mupen64plus. followed instructions per wiki. However when the game launches it does not launch in fullscreen.
Also, when I hit escape to end the rom, xbmc does not return back to fullscreen.
dsimages Wrote:I uninstalled project64 and install mupen64plus. followed instructions per wiki. However when the game launches it does not launch in fullscreen.
Also, when I hit escape to end the rom, xbmc does not return back to fullscreen.
If you have indicated into your N64 launcher these arguments :
Code:
--noosd [b]--fullscreen[/b] --resolution 1920x1080 "%rom%"
mupen64plus MUST start into fullscreen mode. If not, there is something wrong with your system.
Angelscry Wrote:If you already scan all your roms without importing thumbs and fanarts, trying a new scan with thumbs and fanarts scrappers activated will not import anything more. You need to "Edit Launcher", "Clear Items List" an start another scan with all the scrapers activated (automatic or semi-automatic). Nod

Now question : If you manually Edit an item (rom) and manually change the thumb of the fanart image, does it work? Eek

Yes, it works if I do it manually. Thanks for the advice, I'll clear it and try again Smile
xbmc17 Wrote:Yes, it works if I do it manually. Thanks for the advice, I'll clear it and try again Smile

It works, thank you! The only downside is it stretches the art an awful lot since my TV is 720p, no way around that! It even cuts off part of some of them.
I'm getting that "Attempt to open file failed." error message with Project64 - for both 1.6 and 1.7 on windows 7. I found I could start the roms from command line by adding the complete path to the rom parameter.

So C:\retro\project64\project64.exe MarioKart64.n64 fails with error message,
C:\retro\project64\project64.exe "C:\retro\n64_roms\MarioKart64.n64" works fine.

Now how can I add the path to the rom parameter in Advanced Launcher?
coastal Wrote:I'm getting that "Attempt to open file failed." error message with Project64 - for both 1.6 and 1.7 on windows 7. I found I could start the roms from command line by adding the complete path to the rom parameter.

So C:\retro\project64\project64.exe MarioKart64.n64 fails with error message,
C:\retro\project64\project64.exe "C:\retro\n64_roms\MarioKart64.n64" works fine.

Now how can I add the path to the rom parameter in Advanced Launcher?
Directly from The User Guide : To fill Advanced Launcher arguments you have the possibility to use 5 advanced launcher dedicated tags :
%rom% : this tag will be replaced by the complete path of the file.
%romfile% : this tag will be replaced by the filename (name + extension).
%romname% : this tag will be replaced by the name of a file (name without extension).
%appath% : this tag will be replaced by the folder path of started executable file.
%rompath% : this tag will be replaced by the folder path of launched files.

So %rom% IS the complete path of the roms.
Fitho Wrote:The new feature in 1.5.0 "add loading message feedback after starting an item" seems to produce a beep when it displays and when it closes. I browsed around some code and it seems that happens because "XBMC.Notification" is used in this addon. It uses the activate and deactivate sounds (infodialog) from the sounds.xml in the skins folder. The second beep sounds when I am already in the game or application. Well, 3sec I guess, cause that's the time u set for the notifications.

Would it be possible to use the "working ... " message instead (confluence skin)? Displays in the bottom right corner when it starts working, when you start a movie for example. I don't know if that's confluence specific or xbmc (not skin specific). But I like it not to make sounds.

If this is not possible, maybe a switch in the addon settings for not displaying the notification? I would be happy to work on this if u want me to.

Not sure where to start looking for the "working ... " message in either xbmc or confluence source. Maybe somebody has a clue. At least it's not in the xbmc built in functions https://github.com/xbmc/xbmc/blob/master...iltins.cpp .

Let me know which direction u want to take this, if any.

PS: Starting to populate the launcher with linux games, loving it more every day.
I know you responded to this already, Angelscry, I just wanted to add a +1 to it as certain skins can make notifications overly apparent. An option to turn this on and off would be appreciated. As it stands, I've already created the option on my end, but of course it would just get overwritten the next update.
SlyMaelstrom Wrote:I know you responded to this already, Angelscry, I just wanted to add a +1 to it as certain skins can make notifications overly apparent. An option to turn this on and off would be appreciated. As it stands, I've already created the option on my end, but of course it would just get overwritten the next update.
You ask me to activate/desactivate all the notifications or only the notification when starting an application?
Angelscry Wrote:You ask me to activate/desactivate all the notifications or only the notification when starting an application?
Well, specifically that one. ... but now that you mention it, the single second wait notification when you have a megaupload premium account could probably go away, too. Wink

That said, some notifications are necessary, so I wouldn't ask to set an option to disable all notifications, but the one when an application launchers should certainly be optional. The issue is that, in most cases, the application launcher before the notification even appears, so I all get is a notification sound for a notification I can't even see.
SlyMaelstrom Wrote:Well, specifically that one. ... but now that you mention it, the single second wait notification when you have a megaupload premium account could probably go away, too. Wink
What is the relation between "Advanced Launcher" and a "megaupload premium account" ? Huh

SlyMaelstrom Wrote:That said, some notifications are necessary, so I wouldn't ask to set an option to disable all notifications, but the one when an application launchers should certainly be optional. The issue is that, in most cases, the application launcher before the notification even appears, so I all get is a notification sound for a notification I can't even see.
I will disable this last notification by default and add an option to activate it. Will be (or included) into the next version.
Version 1.5.1 : Some people have asked me to add a notification when advanced launcher start an application. Then other people have asked me remove this notification. So this new version of Advanced Launcher add an option into Advanced Launcher general settings to activate/deactivate this "Launching Application" notification.

Image

Changelog :
  • add an option to activate/deactivate "launching notification".
Angelscry Wrote:If you have indicated into your N64 launcher these arguments :
Code:
--noosd [b]--fullscreen[/b] --resolution 1920x1080 "%rom%"
mupen64plus MUST start into fullscreen mode. If not, there is something wrong with your system.

Yes I have... What do you think could be wrong?
dsimages Wrote:Yes I have... What do you think could be wrong?
You do something wrong into your launcher configuration. Please post your launchers.xml file here.
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