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


- ghostelement - 2010-12-02

Angelscry Wrote:As I already reply to you. If your database will be not able to make differences between platform system for a same game title I will not add scraping support of it into the advanced launcher. No

The new model of the database will be able to support this. I will let you know when it's in place.


- twenty02si - 2010-12-02

Angelscry Wrote:Are you using the Dharma version (10.4) or the Camelot version (9.11) of XBMC?


Thanks for the reply, I figured out I was using an incorrect build and that has been since fixed. I am now trying to get everything setup.


- Angelscry - 2010-12-03

Pinhead Wrote:I had a look in my launchers.xml, and from what I can see, there is a disparity between the platform title between games there is data on, and those without; PlayStation and Playstation. Could there be a problem with case sensitivity?

Here is my full launchers.xml anyway.

http://pastebin.com/76aHFKDD
Yes the problem was related to case sensitivity of the game system. I have fixed this by the version 0.7.1. But normally, if you do not manually modify your launchers.xml file, this error will not occur. All the game system names are normally taken from the gamesys file.


- Pinhead - 2010-12-03

Angelscry Wrote:Yes the problem was related to case sensitivity of the game system. I have fixed this by the version 0.7.1. But normally, if you do not manually modify your launchers.xml file, this error will not occur. All the game system names are normally taken from the gamesys file.

Thanks! It works fine now.

I'd like to suggest one little feature. It might make editing game data a bit easier. Right now, whenever I update game data, or add a thumb or piece of fanart, the screen sort of resets. I mark the game I want to edit, select to download some data, and when the script is done downloading it, the screen resets, and I need to scroll all the way back to where I was. This becomes a bit of a chore when there are lots of ROMs to collect data for. It would be nice if the addon could remember where the cursor was every time the screen updates with new game info.

Also, what is it that the Confluence skin needs to be able to show ALs game data and support fanart? Does it need an addon specific to Advanced Launcher? I've been wanting to start a thread in the Confluence skin section of the forums, but I don't quite know what to request...


- Angelscry - 2010-12-03

Pinhead Wrote:I'd like to suggest one little feature. It might make editing game data a bit easier. Right now, whenever I update game data, or add a thumb or piece of fanart, the screen sort of resets. I mark the game I want to edit, select to download some data, and when the script is done downloading it, the screen resets, and I need to scroll all the way back to where I was. This becomes a bit of a chore when there are lots of ROMs to collect data for. It would be nice if the addon could remember where the cursor was every time the screen updates with new game info.
I am totally agree with you, it will be more easier, but I do not know if it will be possible. I have to check if a related function or command exist into XBMC for this.

Pinhead Wrote:Also, what is it that the Confluence skin needs to be able to show ALs game data and support fanart? Does it need an addon specific to Advanced Launcher? I've been wanting to start a thread in the Confluence skin section of the forums, but I don't quite know what to request...
The Confluence skin needs some additional views to display additional listitem infos (plot, studio, genre and premiered) like for movies. Simple thing to do is to use already existing templates views and modify them to display for programs. For example it is what I have done for my Alaska.Revisited mod :
  • Music CD view -> square boxes view
  • Films view -> tall boxes view
  • Episodes view -> wide boxes view
Maybe you can ask to nate7365 who works on the Customizable Confluence MOD if he could help you to do it. His mod already contain some views that could easily be adapted for programs views.

Image Image


- smithr99 - 2010-12-03

Pinhead Wrote:Thanks! It works fine now.

I'd like to suggest one little feature. It might make editing game data a bit easier. Right now, whenever I update game data, or add a thumb or piece of fanart, the screen sort of resets. I mark the game I want to edit, select to download some data, and when the script is done downloading it, the screen resets, and I need to scroll all the way back to where I was. This becomes a bit of a chore when there are lots of ROMs to collect data for. It would be nice if the addon could remember where the cursor was every time the screen updates with new game info.

+1 for this - it's quite annoying when you've got 2000+ roms in a single list!


- 420p - 2010-12-04

when i run advanced launcher, and browse for emulator file, it only lets me browse my D: rive (Which is my CD drive).. How do i navigate to the .exe of my emulator?


- Angelscry - 2010-12-04

420p Wrote:when i run advanced launcher, and browse for emulator file, it only lets me browse my D: rive (Which is my CD drive).. How do i navigate to the .exe of my emulator?
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.


- Dudu.exe - 2010-12-04

Hello, found out about your launcher today, and i'm very glad!

but how i do get all covers automaticly?


- Angelscry - 2010-12-04

Dudu.exe Wrote:Hello, found out about your launcher today, and i'm very glad!

but how i do get all covers automaticly?
Not yet implemented.


- Angelscry - 2010-12-04

Version 0.7.2
This is a new version of the advanced launcher. This version fix some minors bugs and add the support of the MobyGames database for game information and images (covers and screen-shots). This version also add the support of the game information from GameFAQs website. For now, users can scrap games information from 3 different sources (AllGame, GameFAQs and MobyGames). All those sources give very good results. Users can also grab games images from 3 different sources (Google Images, GameFAQs and MobyGames). For Manual scraping, Google Images is the best solution. For next coming automatic images scraping functionality GameFAQs and MobyGames will be the give good choice, even if with those source, scraped images contain some GameFAQs and MobyGames logos.

Image Image Image Image Image

Changelog
  • add gamefaqs and mobygames data scrapers
  • add mobygames thumbs and fanarts scrapers
  • add fanart for addon preview
  • fix google images thumbs and fanarts select/saves
  • fix data scrapers infos displays
As usual, I'm waiting your feedbacks on those scrapers. Report me any error, bad returning results or characters, so I will able to fix it (please send your launchers.xml file with your feedbacks).


- rausch101 - 2010-12-04

some mistakes from the gamefaq scraper (on SNES)

Code:
<rom>
                <name>Harapeko Bakka</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Hungry Dinosaurs (E).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
            </rom>

Code:
    <rom>
                <name>Illusion of Gaia</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Illusion of Time (E) [!].smc</filename>
                <platform>Super Nintendo Entertainment System</platform>

Code:
<rom>
                <name>Asterix</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Asterix & Obelix (E).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>

Code:
<rom>
                <name>Beethoven: The Ultimate Canine Caper</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Beethoven's 2nd (U).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
Code:
<rom>
                <name>BlaZeon: The Bio-Cyborg Challenge</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Bio Metal (U) [!].smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
Code:
<rom>
                <name>Blackthorne</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Blackhawk (E) [!].smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
Code:
<rom>
                <name>BlaZeon: The Bio-Cyborg Challenge</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Blazeon (U).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
Code:
<filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Bobby's World (U).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
Code:
name>Wings 2: Aces High</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Blazing Skies (E).smc</filename>
                <platform>Super Nintendo Entertainment System</platform>
and there's a few games by Disney that show up as
Code:
name>Disney's Beauty and the Beast</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Beauty and the Beast (U).smc</filename>
Code:
<name>Disney's Aladdin</name>
                <filename>G:\Games\Roms\SNES Roms - Full List 1 of each\Test\Aladdin (E).smc</filename>

It might be better to remove "Disney's" before the game title, but that's your call.

Also, when sorting it's probably better to remove "The" (I guess this might be skin-specific, but it's the case with your alask revisted MOD)

launchers.xml

more to come later


- Angelscry - 2010-12-04

Thank you for the feedback. Those errors with the gamefaqs scraper are for datas, thumbs or fanarts? Thank you.


- rausch101 - 2010-12-04

When doing "Edit Launcher" on a stand-alone PC executable, it asks to "Select the Game System" but "PC" isn't an option


- Angelscry - 2010-12-04

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
You encounter this problem with wich scraper? MobyGames ?