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


- Muyfa666 - 2012-01-05

Angelscry; this AutoIt program seems amazing. How have you learned to use it so well?


- JohnnyD2 - 2012-01-05

Hi Anglescry, I've just been testing this out after I read your note about how to launch PC games.

One thing I noticed was that if the game name was imported badly, I couldn't see any way to tell what the underlying filename is when editing the item.

Would you be able to add this in somewhere in the dialog for editing it? It would be useful to be able to reference it in the interface.

Cheers,

John

P.S. Almost forgot, when changing the name of a title, it doesn't re-scrape thumbs + fanart. This is more of an inconvenience than anything, but it's not really intuitive, and with 5 mis-labeled titles means 15 trips into the edit menus instead of 5.


- Angelscry - 2012-01-05

Muyfa666 Wrote:Angelscry; this AutoIt program seems amazing. How have you learned to use it so well?
AutoIt function are well thinked and the online documentation is well maintained : http://www.autoitscript.com/autoit3/docs/


- Angelscry - 2012-01-05

JohnnyD2 Wrote:Hi Anglescry, I've just been testing this out after I read your note about how to launch PC games.

One thing I noticed was that if the game name was imported badly, I couldn't see any way to tell what the underlying filename is when editing the item.

Would you be able to add this in somewhere in the dialog for editing it? It would be useful to be able to reference it in the interface.
Item = file. An item is ALWAYS linked to a file (executable or not). You cannot change the linked file of an item. You need to delete the item and add a new one manually.

JohnnyD2 Wrote:P.S. Almost forgot, when changing the name of a title, it doesn't re-scrape thumbs + fanart. This is more of an inconvenience than anything, but it's not really intuitive, and with 5 mis-labeled titles means 15 trips into the edit menus instead of 5.
There is no reason to re-scrape thumbs and fanart when you change a name title. Some users may want to edit it without changing. Or for example you may want to re-scrap game informations from a different source without re-scrape thumbs and fanart.


- Muyfa666 - 2012-01-05

Angelscry Wrote:AutoIt function are well thinked and the online documentation is well maintained : http://www.autoitscript.com/autoit3/docs/

Thanks! Also, once again, great launcher.


- JohnnyD2 - 2012-01-05

Angelscry Wrote:Item = file. An item is ALWAYS linked to a file (executable or not). You cannot change the linked file of an item. You need to delete the item and add a new one manually.

Yep, got that. What I meant was the title was Day of the Viper, underlying filename was Day of the Tentacle.lnk but I couldn't for the life of me think what it could be. I had no frame of reference. If the filename (not full path) was in the 'Edit item' Menu somewhere I could go 'oh yeah, that's XXX.lnk'.

Like how the Edit menu in Movies\TV Shows works.

Angelscry Wrote:There is no reason to re-scrape thumbs and fanart when you change a name title. Some users may want to edit it without changing. Or for example you may want to re-scrap game informations from a different source without re-scrape thumbs and fanart.

Hm. I didn't mean just changing the the title, sorry about that. What I meant was 'Import infos from [scrape site]'.

At this point it prompts for a title name, but then only re-scrapes the infos.
So I end up with a Title\Overview for Day of the Tentacle, but Screenshots and Thumbs for Day of the Viper.

I like having the ability to change them separately, but it would also be great to change them all at once - e.g. a 'Scrape error\Wrong Title' option.

Cheers,

John


- SiOuz - 2012-01-05

Any autoIT script exist for steam games ?!


- Angelscry - 2012-01-05

JohnnyD2 Wrote:Yep, got that. What I meant was the title was Day of the Viper, underlying filename was Day of the Tentacle.lnk but I couldn't for the life of me think what it could be. I had no frame of reference. If the filename (not full path) was in the 'Edit item' Menu somewhere I could go 'oh yeah, that's XXX.lnk'.

Like how the Edit menu in Movies\TV Shows works.
Ok... I understand. I will see if I can add, edit or display this information for the next release of Advanced Launcher. BTW "Day of the Tentacle" is not a game title but a game subtitle. Real title is "Maniac Mansion II: Day of the Tentacle" and that why you do not obtain the right result. Wink

JohnnyD2 Wrote:Hm. I didn't mean just changing the the title, sorry about that. What I meant was 'Import infos from [scrape site]'.

At this point it prompts for a title name, but then only re-scrapes the infos.
So I end up with a Title\Overview for Day of the Tentacle, but Screenshots and Thumbs for Day of the Viper.

I like having the ability to change them separately, but it would also be great to change them all at once - e.g. a 'Scrape error\Wrong Title' option.
Ok... I will also try to see to add an option to Import infos, thumbs and fanart all at the same time. BTW, the best way to scrap game infos is to use the semi-automatic mode and not the full-automatic one.


- Angelscry - 2012-01-05

SiOuz Wrote:Any autoIT script exist for steam games ?!
Not AutoIt but bash script : http://forum.xbmc.org/showpost.php?p=848837&postcount=2310


- SiOuz - 2012-01-06

I already try this bat, but xbmc is never un-suspended.


- JohnnyD2 - 2012-01-06

SiOuz Wrote:I already try this bat, but xbmc is never un-suspended.

I had this issue, I only solved it by assigning an unused key on my remote to a script which killed Steam.

It's not a fully automated solution, but it's a one-click one, which is good enough for me.

HTH

John


- JohnnyD2 - 2012-01-06

Angelscry Wrote:Ok... I understand. I will see if I can add, edit or display this information for the next release of Advanced Launcher.

Great, it would certainly be a helpful addition.

Angelscry Wrote:BTW "Day of the Tentacle" is not a game title but a game subtitle. Real title is "Maniac Mansion II: Day of the Tentacle" and that why you do not obtain the right result. Wink

Figured that out too!

Angelscry Wrote:Ok... I will also try to see to add an option to Import infos, thumbs and fanart all at the same time. BTW, the best way to scrap game infos is to use the semi-automatic mode and not the full-automatic one.

Smashing! It would really be useful, also if you changed scrapers and wanted to re-scrape with a completely different set of sites.

Thanks for a great plugin.

Cheers,

John


- XBMCWin - 2012-01-07

I have a weird issue.

I installed Advanced Launcher for XBMC on Windows and configured a DVBViewer Launcher which works fine.

But something weird is happening: when starting DVBViewer via XBMC HDTV 1080i channels are lagging. Looks like it's having a deinterlacing issue there.

When start DVBViewer alone (directly, without XBMC running), everything works fine and there are no lags.

So does anyone have an idea?

System: Core i3-330M with GPU onboard
4GB RAM - 500GB HDD - XBMC 10.1 on Windows 7 x64!

Advanced Launcher 1.7.1.

Thanks!


- Tobby - 2012-01-07

How can I list my PS3 games? They're not executable from my PC, I just wanna list the ones I have but I find it hard to understand how this addon works.


- Angelscry - 2012-01-07

XBMCWin Wrote:I have a weird issue.

I installed Advanced Launcher for XBMC on Windows and configured a DVBViewer Launcher which works fine.

But something weird is happening: when starting DVBViewer via XBMC HDTV 1080i channels are lagging. Looks like it's having a deinterlacing issue there.

When start DVBViewer alone (directly, without XBMC running), everything works fine and there are no lags.

So does anyone have an idea?

System: Core i3-330M with GPU onboard
4GB RAM - 500GB HDD - XBMC 10.1 on Windows 7 x64!

Advanced Launcher 1.7.1.

Thanks!
What happen if you run XBMC and DVBViewer at the same time (but started independently). Do you also have lags?