Kodi Community Forum

Full Version: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi, i have some trouble with plugin, maybe you can take a look:
Code:
6:03:07 T:2924854128 M:1504903168   ERROR: Error Type: exceptions.IOError
16:03:07 T:2924854128 M:1504903168   ERROR: Error Contents: [Errno socket error] (110, 'Connection timed out')
16:03:07 T:2924854128 M:1504395264   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 163, in __init__
                                                self._import_roms(launcher)
                                              File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 874, in _import_roms
                                                results = self._get_first_game(romdata["name"],gamesys)
                                              File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/scrapers/datas/AllGame/datas_scraper.py", line 26, in _get_first_game
                                                f = urllib.urlopen('http://www.allgame.com/search.php', params)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 84, in urlopen
                                                return opener.open(url, data)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 192, in open
                                                return getattr(self, name)(url, data)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 313, in open_http
                                                h.endheaders()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 798, in endheaders
                                                self._send_output()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 679, in _send_output
                                                self.send(msg)
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 646, in send
                                                self.connect()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 630, in connect
                                                raise socket.error, msg
                                            IOError: [Errno socket error] (110, 'Connection timed out')
Sorry if this has been addressed already, but I can't seem to find any more info--- I have the same issue as some other folks posting here about when going to add an app to the launcher the only drive shown is the optical drive, so hard drives on the system where the apps actually reside are inaccessible. Can someone point me in the right direction for a fix? Running Dharma rc1, Windows 7 64 bit.
snarfo Wrote:Sorry if this has been addressed already, but I can't seem to find any more info--- I have the same issue as some other folks posting here about when going to add an app to the launcher the only drive shown is the optical drive, so hard drives on the system where the apps actually reside are inaccessible. Can someone point me in the right direction for a fix? Running Dharma rc1, Windows 7 64 bit.

Try going to the file browser and adding the sources you want there. They should then show up in any dialogs like for this plugin.
jpreville Wrote:this might work better...

mame -listfull dkong
Name: Description:
dkong "Donkey Kong (US set 1)"

or mame -listxml dkong

gives u a long XML to work with.. plus it gives you Description and year and manufacturer already in the XML

just playing around. trying to learn a little about python. but came up with something like this. just not sure where i would put it in this script..

mame -listxml dkong|python test.py

test.py

results

['Donkey Kong (US set 1)']
Thank you for your Mame tests. Finally, I think it will be not difficult to add into the launcher. The task is already added to my todo list. Thank you !!!! Laugh
scalpel Wrote:Hi, i have some trouble with plugin, maybe you can take a look:
Code:
6:03:07 T:2924854128 M:1504903168   ERROR: Error Type: exceptions.IOError
16:03:07 T:2924854128 M:1504903168   ERROR: Error Contents: [Errno socket error] (110, 'Connection timed out')
16:03:07 T:2924854128 M:1504395264   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 163, in __init__
                                                self._import_roms(launcher)
                                              File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/lib/launcher_plugin.py", line 874, in _import_roms
                                                results = self._get_first_game(romdata["name"],gamesys)
                                              File "/home/htpc/.xbmc/addons/plugin.program.advanced.launcher/resources/scrapers/datas/AllGame/datas_scraper.py", line 26, in _get_first_game
                                                f = urllib.urlopen('http://www.allgame.com/search.php', params)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 84, in urlopen
                                                return opener.open(url, data)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 192, in open
                                                return getattr(self, name)(url, data)
                                              File "/usr/lib/xbmc/system/python/python24.zip/urllib.py", line 313, in open_http
                                                h.endheaders()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 798, in endheaders
                                                self._send_output()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 679, in _send_output
                                                self.send(msg)
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 646, in send
                                                self.connect()
                                              File "/usr/lib/xbmc/system/python/python24.zip/httplib.py", line 630, in connect
                                                raise socket.error, msg
                                            IOError: [Errno socket error] (110, 'Connection timed out')
This error is related to a Connection timed out. It seems that your system has not be able to access the allgame page to scrap the game data. I have not yet added into the launcher controls when a page is not found. That's why you obtain a script error. But the error is due to your connection, not to the launcher itself. I will fix this in a future version. Thank you for your feedback.
So since this add-on is out, has the original "Launcher" add-on been replaced? If not, why do we need both?
Your Welcome AngelsCry,

Thank you for working on this addon... Got me back into playing these old classic games again. I sure do miss the Old Arcades. Kinda Started Falling off the face of the earth since Consoles started coming out. Know for me to find a decent controller. right now i'm using a wii-remote with classic controller.. need something with 6 buttons..
snarfo Wrote:Sorry if this has been addressed already, but I can't seem to find any more info--- I have the same issue as some other folks posting here about when going to add an app to the launcher the only drive shown is the optical drive, so hard drives on the system where the apps actually reside are inaccessible. Can someone point me in the right direction for a fix? Running Dharma rc1, Windows 7 64 bit.
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.
ghostelement Wrote:So since this add-on is out, has the original "Launcher" add-on been replaced? If not, why do we need both?
I did not officially receive the agreement of the Launcher Team to replace their version by mine. So, actually, my version is considered as a fork and not the continuance of the original version. That's why you have both versions.
Hi everyone just wondering if anyone can help me with a problem running emulators with launcher in xbmc on xbox I understand that this site no longer supports the xbox platform but I have posted a help request in the xbmc4xbox forums without any replies,
my problem is whenever I try to launch either snes9x or the mameoX emulators they freeze on start up yet they both work perfectly in the uleash dashboard I could elaborate further but I think the best way be to send a debug log if anyone cares to have a look. http://pastebin.ca/2004142 any help anyone can give me with this would be greatly appreciated
Angelscry Wrote:I did not officially receive the agreement of the Launcher Team to replace their version by mine. So, actually, my version is considered as a fork and not the continuance of the original version. That's why you have both versions.

So what is the difference between this one and the "Launcher" add-on?
ghostelement Wrote:So what is the difference between this one and the "Launcher" add-on?
The difference is that this one is awesome Smile . If you look at the announcement post, you'll see some features that arn't available in the original Launcher, my favourite differences being:
  • Ability to download game information and images
  • Can specify what directory the thumbnail images live
  • Actively maintained and constantly growing
Hey guys, I am also having the same problem that Jolid was having on page 2.

I am running windows 7, 64 bit, with xbmc RC1 (with the Night skin, if that matters).

I added my main emulator folder to the file browser, but all I can still select when I try to add an Emulator, is my Optical drive (D).

Any suggestion on a fix? Beside changing drive letters?
anyone recommend an alternate program for downloading the rom boxarts / etc while waiting for advanced launcher to support dling images for all games in a dir?
Emegra Wrote:Hi everyone just wondering if anyone can help me with a problem running emulators with launcher in xbmc on xbox I understand that this site no longer supports the xbox platform but I have posted a help request in the xbmc4xbox forums without any replies,
my problem is whenever I try to launch either snes9x or the mameoX emulators they freeze on start up yet they both work perfectly in the uleash dashboard I could elaborate further but I think the best way be to send a debug log if anyone cares to have a look. http://pastebin.ca/2004142 any help anyone can give me with this would be greatly appreciated
If the XBox system is not supported anymore by the XBMC team, I'm not sure that the XBox system full support new add-ons and so this one. By looking at your debug log, errors seems related to the plugin paths. Sorry Sad
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