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


- hyperspinme - 2010-12-20

Just updated to the latest version and it's erroring out back at the old place again.

21:44:01 T:2124 M:733609984 ERROR: Error Type: exceptions.AttributeError
21:44:01 T:2124 M:733609984 ERROR: Error Contents: 'NoneType' object has no attribute 'lower'
21:44:01 T:2124 M:733528064 ERROR: Traceback (most recent call last):
File "C:\Users\xmbc\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\addon.py", line 20, in ?
plugin.Main()
File "C:\Users\xmbc\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 169, in __init__
self._import_roms(launcher)
File "C:\Users\xmbc\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 947, in _import_roms
if ( romname.lower().find(ext3) > 0 ):
AttributeError: 'NoneType' object has no attribute 'lower'


- Angelscry - 2010-12-20

hyperspinme Wrote:Just updated to the latest version and it's erroring out back at the old place again.

21:44:01 T:2124 M:733609984 ERROR: Error Type: exceptions.AttributeError
21:44:01 T:2124 M:733609984 ERROR: Error Contents: 'NoneType' object has no attribute 'lower'
21:44:01 T:2124 M:733528064 ERROR: Traceback (most recent call last):
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\addon.py", line 20, in ?
plugin.Main()
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 169, in __init__
self._import_roms(launcher)
File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 947, in _import_roms
if ( romname.lower().find(ext3) > 0 ):
AttributeError: 'NoneType' object has no attribute 'lower'
Sorry Guy. It is not really easy to fix a bug when you are not able to reproduce it. I think It will be fixed for the next version. Sorry again. Sad


- rausch101 - 2010-12-20

great job with the menu modifications. It's much more intuitive now.


- Angelscry - 2010-12-20

Version 0.8.5
This new version bring a huge reorganization of the Advanced launcher menus:

Image Image Image Image
Image Image

1. Launchers context menu present now only 3 options : Create New Launcher, Edit Launcher and Add Roms.
2. The Edit Launcher submenu, allows you to modify separately the launcher parameters.
3. The Add Roms submenu, allows you to scan for new roms and manually add a new rom.
4. The Rom context menu present now only 1 option : Edit Rom
5. Then, the Edit Rom submenu, allows you to modify separately the rom parameters.
6. You can also edit the rom and launcher infos separately or import them using scrapers

ChangeLog:
  • settings menu reorganization
  • context menus reorganization
  • strings.xml file cleaning (remove dead entries)
  • fix of empty romname error



- rausch101 - 2010-12-20

Add Roms -> Scan for New Roms gives me a script error. need a log?


- Angelscry - 2010-12-20

rausch101 Wrote:great job with the menu modifications. It's much more intuitive now.
Thank you very much. But I have just discover by writing my last post that it stay some mistakes (Add Roms option in the standalone launcher menu).


- Angelscry - 2010-12-20

rausch101 Wrote:Add Roms -> Scan for New Roms gives me a script error. need a log?
If it is only for standalone launchers no... It is not necessary. I have already found it and fixed it. But If you have this error using emulator launchers, yes, please, send me a log file. Thank you for your help. Cool


- rausch101 - 2010-12-20

Angelscry Wrote:But If you have this error using emulator launchers, yes, please, send me a log file.

Here it is..happy to help

Code:
23:11:04 T:4108 M:778678272    INFO: -->Python script returned the following error<--
23:11:04 T:4108 M:778678272   ERROR: Error Type: exceptions.UnboundLocalError
23:11:04 T:4108 M:778678272   ERROR: Error Contents: local variable 'romname' referenced before assignment
23:11:04 T:4108 M:778596352   ERROR: Traceback (most recent call last):
                                              File "C:\Users\Scott\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\addon.py", line 20, in ?
                                                plugin.Main()
                                              File "C:\Users\Scott\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 134, in __init__
                                                self._add_roms(launcher)
                                              File "C:\Users\Scott\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 431, in _add_roms
                                                self._import_roms(launcher)
                                              File "C:\Users\Scott\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 987, in _import_roms
                                                if not (romname):
                                            UnboundLocalError: local variable 'romname' referenced before assignment
23:11:04 T:4108 M:778596352    INFO: -->End of Python script error report<--

full log


- htpc guy - 2010-12-20

Does anyone know of a working ps1 emulator for Linux 10.4? I don't want to jack this thread so please PM me if you can help. I've found lots of sites with how-to info but it seems that they are old and rely on outdated libraries that I don't have.

Angelscry, I will gladly delete this post if I'm stepping on your toes.


- nekoarashi - 2010-12-20

Hi, I was wondering if anyone can tell me how to utilize this addon in the Transparency skin? If so, how can I add it as a favorite/to my home menu. thank you =)


- TheHazel3yes - 2010-12-20

htpc guy Wrote:Does anyone know of a working ps1 emulator for Linux 10.4?

http://pcsxr.codeplex.com/
works great with ALA. Wink


- nekoarashi - 2010-12-20

also, asecond thing; when I go to launch the program the only options are to start emulation off of my dvd drive? I don't understand, I cannot select a harddrive partition?


- nekoarashi - 2010-12-20

I got nearly everything set up, just- has anyone had any luck running pcsx2 through this mod? How to get it to add ps2 iso and mdf- I can't quite figure that out. thank you.


- ghostelement - 2010-12-20

Feature Request - Create ability to add launcher sections / categories. For instance, I would like to make a section for all my PC game launchers to go in, rather than have them all mixed in with my emulator launchers.

Here's an example of the layout that I want:

Advanced launcher\PC games\Borderlands

Right now, it's like this:

Advanced Launcher\Borderlands


- timdog82001 - 2010-12-20

ghostelement Wrote:Feature Request - Create ability to add launcher sections / categories. For instance, I would like to make a section for all my PC game launchers to go in, rather than have them all mixed in with my emulator launchers.

Here's an example of the layout that I want:

Advanced launcher\PC games\Borderlands

Right now, it's like this:

Advanced Launcher\Borderlands

I agree that would be nice. In the past I've done a sort of a hack to achieve this by making copise of the script and renaming it to whatever genre I want to use that version of the script for. So, I name one of the versions of the script "Classic Video Games," another "PC Games," another "Tools," etc. Kind of a pain though, especially if it's a frequently updated script that you'd like to keep up with. I gave up doing that a while back.