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 - Naggie21 - 2014-02-11

I know quite well how to decompress a zip file. And I did all you told me to do. But one quite big diference is, that I'm running the Windows version on a Windows 8 machine. Your's is a Linux version, right? Maybe thats the problem?
I have run nightlies of XBMC for years by now, and I can asure you, I'm not inexperienced. Guess I've been what you would call a nerd for decades by now.

In any way, I did as you told me. downloaded version 2,2,6, decompressed it an copied the folder to the XBMC\addons folder. Still it returned with the "dependencies" fail, and asked if I wanted to disable the plugin. Don't know what else to say?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-02-12

(2014-02-11, 19:34)Naggie21 Wrote: I know quite well how to decompress a zip file. And I did all you told me to do. But one quite big diference is, that I'm running the Windows version on a Windows 8 machine. Your's is a Linux version, right? Maybe thats the problem?
I have run nightlies of XBMC for years by now, and I can asure you, I'm not inexperienced. Guess I've been what you would call a nerd for decades by now.

In any way, I did as you told me. downloaded version 2,2,6, decompressed it an copied the folder to the XBMC\addons folder. Still it returned with the "dependencies" fail, and asked if I wanted to disable the plugin. Don't know what else to say?
Ok... Once you have decompressed ans copy/paste the new Advanced Launcher files into xbmc/addons directory, go into xbmc/addons/plugin.program.advanced.launcher edit the addon.xml file and replace line :

Code:
...
<import addon="xbmc.python" version="2.1"/>
...

by

Code:
...
<import addon="xbmc.python" version="2.7"/>
...



RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - CrispyXUK - 2014-02-12

Hi all,

Been trying to add local images for MAME when using the "add items" function but it never picks anything up even though my images are named the same as my rom file, is there a secret trick I don't know about?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Naggie21 - 2014-02-12

(2014-02-12, 13:29)Angelscry Wrote:
(2014-02-11, 19:34)Naggie21 Wrote: I know quite well how to decompress a zip file. And I did all you told me to do. But one quite big diference is, that I'm running the Windows version on a Windows 8 machine. Your's is a Linux version, right? Maybe thats the problem?
I have run nightlies of XBMC for years by now, and I can asure you, I'm not inexperienced. Guess I've been what you would call a nerd for decades by now.

In any way, I did as you told me. downloaded version 2,2,6, decompressed it an copied the folder to the XBMC\addons folder. Still it returned with the "dependencies" fail, and asked if I wanted to disable the plugin. Don't know what else to say?
Ok... Once you have decompressed ans copy/paste the new Advanced Launcher files into xbmc/addons directory, go into xbmc/addons/plugin.program.advanced.launcher edit the addon.xml file and replace line :

Code:
...
<import addon="xbmc.python" version="2.1"/>
...

by

Code:
...
<import addon="xbmc.python" version="2.7"/>
...

Well, it did something. Now XBMC doesn't come up with the message any longer. But the plugin is still under deactivated addons, and I can't activate it. The activete buttom is greyed out Sad


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-02-12

(2014-02-12, 13:54)CrispyXUK Wrote: Hi all,

Been trying to add local images for MAME when using the "add items" function but it never picks anything up even though my images are named the same as my rom file, is there a secret trick I don't know about?

  1. Check if you have indicated the right folder paths for the thumbs and fanart images into your launcher settings.
  2. Check that the thumbs and fanart collecting mode options are both set to locale images.
  3. Clear the item list
  4. Perform a new automatic scan



RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-02-12

(2014-02-12, 17:49)Naggie21 Wrote: Well, it did something. Now XBMC doesn't come up with the message any longer. But the plugin is still under deactivated addons, and I can't activate it. The activete buttom is greyed out Sad
Welcome to XBMC!!!! Rofl Seems that Advanced Launcher add-on is under deactivated state into XBMC. I have no idea how you can reactivate it manually but you will surely have a better support from the XBMC developers themselves. I'm not responsible about the way XBMC Gotham is now restrictively "manage" add-ons. If you want a dirty solution to fix your problem :
  1. Rollback XBMC to Frodo.
  2. Install the original version (2.2.6) of Advanced Launcher.
  3. Start XBMC, and reactivate Advanced Launcher into XBMC.
  4. Close XBMC.
  5. Modify the python version of the addon.xml file to 2.7.
  6. Update XBMC to Gotham.
  7. Restart XBMC.
But... even by doing this I'm not sure you will be able to make Advanced Launcher works on your system. Something could be broken into your XBMC settings.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Naggie21 - 2014-02-12

It's worth a try. I'll make the effort tomorrow, when I get up. Thanks for all your help so far.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - LoveXBMC - 2014-02-13

Hi everyone. This is my first post and I've just recently discovered XBMC and all of it's awesomeness so please try to bear with me. For the most part everything has been going smoothly except I can't get my advanced launcher app to work like it's supposed to. I'm not sure what I've done wrong and have been reading various guides and this forum to figure it out but can't. I basically followed a popular guide on AVS forums on how to set it up.

I'm running the newest version 12 of xbmc. and Advanced launcher 2.2.6. I set up a new launcher and called it PC games. It's a Files Launcher. I made my source the folder where I put all the shortcut files which are like 10 .lnk files (my pc games). For application I chose the following path C:\Windows\explorer.exe. For arguments I left it as %rom%. For item path it's my folder with the shortcuts i.e D:\Games\PC Games. The item extension is .lnk, And i chose the thumb and fanarts paths as 2 folders I put in my PC games folder ie. D:\Games\PC Games\Thumb.

My problem first off is it's not picking up any of the shortcuts on its own. When I right click and say add items then choose scan for new items nothing is coming up. The only way to add anything is manually searching through the folder and adding it.

Furthermore once I manually add it only some of the info is getting scraped properly. I have to mostly manually do it all and even then the thumbs or fanart are not coming properly at times. I've made sure my scraper settings are correct under the add on etc. They're on automatic, collecting method is scrapers, Recursive scan is on. Import mode auto, Source is TheGamesDB. Also have tried different sources.

I've tried small little things here and there to try and get it to work with no avail. If someone could please help me on what to do with this it would be greatly appreciated. If you need any more info let me know. Sorry for the long post and thanks a lot.


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

(2014-02-13, 13:50)LoveXBMC Wrote: My problem first off is it's not picking up any of the shortcuts on its own. When I right click and say add items then choose scan for new items nothing is coming up. The only way to add anything is manually searching through the folder and adding it.
You must have done something wrong into your launcher setup. Please post here the content of the launchers.xml file (using pastebin service), so I will be able to see what could be wrong.

(2014-02-13, 13:50)LoveXBMC Wrote: Furthermore once I manually add it only some of the info is getting scraped properly. I have to mostly manually do it all and even then the thumbs or fanart are not coming properly at times. I've made sure my scraper settings are correct under the add on etc. They're on automatic, collecting method is scrapers, Recursive scan is on. Import mode auto, Source is TheGamesDB. Also have tried different sources.
Scraping accuracy depends of the filename of your .lnk file (more it will be closer to the official game name better will be the scraping accuracy) and how complete is the WEB sources database (AllGame, TheGamesDB, etc...). If the WEB sources database, do not have the game you're searching or if it's description is incomplete, the scraping accuracy will not be good. Also.. do not expect to have a 100% scraping accuracy. That's impossible!!!! Automatic scanning is the faster way to scrape data, but also the less accuracy. Manual, mode is the longest one... but you will be able to have exactly what you want. On the over side you have the semi-automatic mode which is the mix between the automatic and the manual mode. This is this mode that I generally strongly suggest to use instead of the automatic mode.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - LoveXBMC - 2014-02-13

Pardon my ignorance, but I'm a complete noob when it comes to this. I can't seem to find the launcher .xml file when I look through my xbmc folder or the backup. I found this one in my backup but I'm pretty sure it's not what you need.<script src="http://pastebin.com/embed_js.php?i=Kvm42Cty"></script>. Thanks for the help.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-02-14

(2014-02-13, 23:58)LoveXBMC Wrote: Pardon my ignorance, but I'm a complete noob when it comes to this. I can't seem to find the launcher .xml file when I look through my xbmc folder or the backup. I found this one in my backup but I'm pretty sure it's not what you need.<script src="http://pastebin.com/embed_js.php?i=Kvm42Cty"></script>. Thanks for the help.
The launchers.xml file must be into : %appdata%\XBMC\userdata\addon_data\plugin.program.advanced.launcher


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - LoveXBMC - 2014-02-14

(2014-02-14, 02:24)Angelscry Wrote:
(2014-02-13, 23:58)LoveXBMC Wrote: Pardon my ignorance, but I'm a complete noob when it comes to this. I can't seem to find the launcher .xml file when I look through my xbmc folder or the backup. I found this one in my backup but I'm pretty sure it's not what you need.<script src="http://pastebin.com/embed_js.php?i=Kvm42Cty"></script>. Thanks for the help.
The launchers.xml file must be into : %appdata%\XBMC\userdata\addon_data\plugin.program.advanced.launcher

Great thanks for that. So here's the file. Let me know where I messed up plz Smile
<script src="http://pastebin.com/embed_js.php?i=QXxCA9WQ"></script>


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-02-14

(2014-02-14, 10:39)LoveXBMC Wrote:
(2014-02-14, 02:24)Angelscry Wrote:
(2014-02-13, 23:58)LoveXBMC Wrote: Pardon my ignorance, but I'm a complete noob when it comes to this. I can't seem to find the launcher .xml file when I look through my xbmc folder or the backup. I found this one in my backup but I'm pretty sure it's not what you need.<script src="http://pastebin.com/embed_js.php?i=Kvm42Cty"></script>. Thanks for the help.
The launchers.xml file must be into : %appdata%\XBMC\userdata\addon_data\plugin.program.advanced.launcher

Great thanks for that. So here's the file. Let me know where I messed up plz Smile
<script src="http://pastebin.com/embed_js.php?i=QXxCA9WQ"></script>
File extension is lnk not .lnk.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - 5ivefresh - 2014-02-14

This error message fix for Gotham doesn't work on my machine, I have 2.2.6 installed and I changed the code but it still comes up with the error message. Has anyone had any luck with this?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - codepony - 2014-02-15

(2014-02-09, 17:48)Angelscry Wrote:
(2014-02-09, 11:46)codepony Wrote: Is anyone else having trouble with the ComicVine scraper? No matter how I name files, I still get "no data found" errors. I have tried with XBMC 12 and 13, even tried a clean install, same results.
The problem seems to be related to the ComicVine API (http://www.comicvine.com/forums/api-developers-2334/anyone-else-having-trouble-lately-1534133/#2) which return 102 error message when making queries on volume of issues. And so it totally affects the Advanced Launcher scrapper.

Okay, good to know it's not just me. I fixed _get_game_data() to grab the required info, then I decided to recode the _get_games_list() to use the API... I didn't realize why you were scraping the search listings until I started testing my code XD Oh well, I learned a bit of Python in the process Smile