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


- Angelscry - 2010-12-05

rausch101 Wrote:When doing "Edit Launcher" on a stand-alone PC executable, it asks to "Select the Game System" but "PC" isn't an option
Ok. I have found and solve this problem that was occured when you select ModyGames as data scraper. Mobygames do not have "IBM PC Compatible" game platform into its database, but "Windows". I have made the link between those 2 platforms. Because AllGame, MobyGames and GameFAQs did not have the same game platforms organisation, I need to use the gamesys file to make the correlation between the 3 databases, and it may still some mistake. This will be fixed in the next version. Thank you. Wink Here his the fixed gamesys file : http://pastebin.com/iN35cFV7


- rausch101 - 2010-12-05

I used the Gamefaq scraper for everything. And the errors are all for the data.

And I forgot to say - great progress!


- 420p - 2010-12-05

Thanks angels, I just downloaded the latest version Im gonna add an emulator, how do I add roms?


- rausch101 - 2010-12-05

420p Wrote:Thanks angels, I just downloaded the latest version Im gonna add an emulator, how do I add roms?

just press menu on the emulator and do a scan


- 420p - 2010-12-05

^ that didn't work rausch, i had to manually add file >"mario kart.n64" and then scrape it all myself... althoguth theres still an errror


i click the game, it minimizes XBMC but then loads up Project 64 and says "ERROR cannot load game" do i need to put any launch options?


- HeWhoWas - 2010-12-05

I have downloaded a ridiculous amount of ROMS in anticipation for when scraping is automatedLaugh I'm not scraping over 4000 by hand!


- Angelscry - 2010-12-05

rausch101 Wrote:I used the Gamefaq scraper for everything. And the errors are all for the data.
Those errors have been fixed by the version 0.7.3. It have tested your launchers.xml file and all was working. Confirm that it is ok for you. Again... thank you for your precious feedback. You help me a lot to fix and improve the advanced launcher.


- Angelscry - 2010-12-05

420p Wrote:Thanks angels, I just downloaded the latest version Im gonna add an emulator, how do I add roms?
When you will create a new launcher for emulation, you will be asked to select the path where the roms are located. Then you will have to select the launcher menu then do an automatic scan to found and add the roms.


- Angelscry - 2010-12-05

420p Wrote:^ that didn't work rausch, i had to manually add file >"mario kart.n64" and then scrape it all myself... althoguth theres still an errror
Hummm... Edit the launcher and check if you have :
  • selected the right directory for your roms
  • indicated the right rom files extensions
420p Wrote:i click the game, it minimizes XBMC but then loads up Project 64 and says "ERROR cannot load game" do i need to put any launch options?
I think it is more an error related to the configuration of the Project 64 emulator. You have to indicate the good arguments for the launcher, but sometime, you have also to edit the configuration file of the emulator to fix the right parameters. I think that Project 64 you have to indicate into its configuration file where are located the roms. I can't help you more because I'm using Mupen64Plus for Nintendo 64 emulation.


- Angelscry - 2010-12-05

HeWhoWas Wrote:I have downloaded a ridiculous amount of ROMS in anticipation for when scraping is automatedLaugh I'm not scraping over 4000 by hand!
I think you will not have to wait so long now that all the scrapers are written. Laugh


- scalpel - 2010-12-05

Error
Quote:13:07:57 T:2898373488 M:1501859840 NOTICE: /home/htpc/.xbmc/userdata/addon_data/plugin.program.advanced.launcher
13:07:57 T:2898373488 M:1501859840 NOTICE: -1
13:07:57 T:2898373488 M:1501859840 NOTICE: Launcher: found 1 launchers
13:07:58 T:2898373488 M:1501859840 ERROR: Error Type: exceptions.TypeError
13:07:58 T:2898373488 M:1501859840 ERROR: Error Contents: not all arguments converted during string formatting
13:07:58 T:2898373488 M:1501732864 ERROR: Traceback (most recent call last):
File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/addon.py", line 20, in ?
plugin.Main()
File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 166, in __init__
self._import_roms(launcher)
File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 818, in _import_roms
progress_display = __language__( 30061 ) % (self.settings[ "datas_scraper" ])
TypeError: not all arguments converted during string formatting



- Death-Axe - 2010-12-05

Hi, I am using RC1 and the latest version of your launcher. When I choose file launcher It opens the explorer to select launcher application, but only my D drive (blu ray) shows up.

Whats goin on?


- ECEC - 2010-12-05

@Death-Axe: below is the answer to your issue as well. For what it's worth, I just removed the disc that was in the drive and everything worked fine.

Angelscry Wrote:This bug appears when using windows version of XBMC Dharma and is related to XBMC not to the launcher itself. There is several ways to solve or bypass this problem :

1. give administrator rights to XBMC,
2. remove any CD or external drives from your system,
3. manually add sources into XBMC,
4. modify manually the launcher code.

I was coming here to ask this exact question, so thanks for already answering it. Smile


- ECEC - 2010-12-05

Sorry for the double post. How are y'all quickly getting to a game you want to launch? I realize this isn't a plugin question, but is there a way to jump to a particular letter or something? Getting to the M's is a pain.


- jpreville - 2010-12-05

ummmm. not sure how you would do that with keyboard. but if you have a remote with letters on it. i have a harmony remote. i just hit the letter and it goes to that section.

John


@Angelscry

I tried scraping again my 8000+ mame roms.. has mame support been added yet? just anxious Smile