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
is video gameplay videos possible in advanced lancher?
espengaasemyr Wrote:is video gameplay videos possible in advanced lancher?
No actually. I maybe could try to add a ListItem.Trailer support into Advanced Launcher (just another tag to add). But actually I'm not sure that ListItem.Trailer is active into the programs section.

Also the display of the linked videos will not be managed by Advanced Launcher but by XMBC and the skins used. So if the skins do not have any video display support into for programs views you will not be able to see them.

Finally I will not add a video gameplay scraper. If you want a rom manager that support video gameplay display use Rom Collection Browser.
KiSUAN Wrote:Spanish Translation Update r420 string.xml

Robert de Clair Wrote:http://www.mediafire.com/?r42784c9r4qbpez polish r420

Thanks KiSUAN and Robert de Clair. Your respective translations will be added into the next version. Cool
john.doe Wrote:Thank you very much Angelscry.
Sorry, I should refrain from asking you that, it was far from being indispensable, and then you almost do it on purpose to throw 2 times the same application.
Actually I do not see any solution. But if I found one, I will try to add it into Advanced Launcher. Nod
Angelscry Wrote:No actually. I maybe could try to add a ListItem.Trailer support into Advanced Launcher (just another tag to add). But actually I'm not sure that ListItem.Trailer is active into the programs section.

Also the display of the linked videos will not be managed by Advanced Launcher but by XBMC and the skins used. So if the skins do not have any video display support into for programs views you will not be able to see them.

Finally I will not add a video gameplay scraper. If you want a rom manager that support video gameplay display use Rom Collection Browser.


Okay. Already using the best (Advanced Launcher) Laugh can`t go down hill you know! hehe
Oupsss... I have forgotten that the Listitem.Trailer value is already attributed to extrafanartpath tag under Advanced launcher... Rolleyes
Angelscry Wrote:Oupsss... I have forgotten that the Listitem.Trailer value is already attributed to extrafanartpath tag under Advanced launcher... Rolleyes

Besides as you said if the skin doesn't support it there's no point, more if you don't add the option to scrape and last, there's already 2 skins that support trailers Cirrus Extended 1.0 & Night.Purity, and it's pretty simple to implement.

Don't now exactly how CE manage the trailers but for my mod the path for the trailers is the same as for the extrafanrt, the files only has to be named as Launcher name and the format is flv as is the most common to download from youtube. Currently only available in Arcade views and autoplay.
KiSUAN Wrote:Besides as you said if the skin doesn't support it there's no point, more if you don't add the option to scrape and last, there's already 2 skins that support trailers Cirrus Extended 1.0 & Night.Purity, and it's pretty simple to implement.

Don't now exactly how CE manage the trailers but for my mod the path for the trailers is the same as for the extrafanrt, the files only has to be named as Launcher name and the format is flv as is the most common to download from youtube. Currently only available in Arcade views and autoplay.
Yes, I think it will be possible to create a kind of youtube video scraper that will download a video on youtube and save it into flv of mp4 format into the extrafanart folder with the right name. Maybe it will be necessary to add a special tag for the trailer video file path. Which video formats could be displayed into XBMC skins? FLV? MP4? AVI? Oo
I'm not asking for the option, for me with the ones available is more than enough as I can do whatever I want for now.

Anyway, the code I use is this:

<onfocus>XBMC.PlayMedia($INFO[ListItem.Trailer]$INFO[ListItem.label].flv,1,noresume)</onfocus>

So ListItem.Trailer gives me the path, ListItem.Label the name and .flv the type of file, XBMC can play anything that you download from youtube, but the thing is that if I don't estipulate the type of file it never starts, maybe I can look more into it, make more buttons with mp4 and avi and set a condition if I can fetch it of course.

I don't know if I could just fetch the path and name of the file from the addon, maybe I don't need to specify the type of media.
I would like to run Opera 11 Linux under full screen mode

Angelscry Wrote:Yes for Opera the kiosk mode could be activated using
Code:
/KioskMode
argument. http://www.gwenael.org/xbmc/index.php?ti...ra#Windows

I have xbmc from git + Linux Opera 11 + advanced launcher 1.2.7

I used the following argument

Code:
kiosk "http://www.xbmc.org"

because with

Code:
-kiosk "http://www.xbmc.org"

opera didn't start at all

but Opera didnt' start in full screen mode. Only 70% of screen was filled

what is wrong ?

xbmc.log here is
http://paste.ubuntu.com/573015/


second xbmc.log with argument

Code:
-kiosk "http://www.xbmc.org"

here is
http://paste.ubuntu.com/573024/
Angelscry Wrote:Yes, I think it will be possible to create a kind of youtube video scraper that will download a video on youtube and save it into flv of mp4 format into the extrafanart folder with the right name. Maybe it will be necessary to add a special tag for the trailer video file path. Which video formats could be displayed into XBMC skins? FLV? MP4? AVI? Oo

Maybe could be easier to let choose the path or location for downloaded trailer, so you could edit the filename and extension, as the most video types are compatible, you just have to change extension, from flv to mp4 for example ...
just an idea ...
Goga777 Wrote:I would like to run Opera 11 Linux under full screen mode
I have xbmc from git + Linux Opera 11 + advanced launcher 1.2.7
I used the following argument
Code:
kiosk "http://www.xbmc.org"
because with
Code:
-kiosk "http://www.xbmc.org"
opera didn't start at all
but Opera didnt' start in full screen mode. Only 70% of screen was filled
what is wrong ?
Under linux the right argument to activate the kiosk mode for opera is -kioskmode. So if you use Opera as stand alone launcher the launcher arguments will be :
Code:
-kioskmode "http://www.xbmc.org"
. If you use Opera as file launcher the launcher arguments will be :
Code:
-kioskmode "%rom%"
Just created WIKI page : http://www.gwenael.org/xbmc/index.php?title=Opera#Linux
butchabay Wrote:Maybe could be easier to let choose the path or location for downloaded trailer, so you could edit the filename and extension, as the most video types are compatible, you just have to change extension, from flv to mp4 for example ...
just an idea ...
Ok, so I think the more simple will be to to add another tag for the trailers. Because the actual LitsItem.Trailer vallue is assigned to the extrafanartpath, I will have to make some modifications.
  • add a <trailer></trailer> tag for launcher and roms.
  • assign this tag to the LitsItem.Trailer value.
  • assign the <extrafanartpath> tag to another LitsItem.Trailer value (need to found which one).
  • add option to locally select the video file to store into <trailer> tag.
I will try to work on this for the next days.
what is the difference between

Code:
-kioskmode "http://www.xbmc.org"

and

Code:
-kiosk "http://www.xbmc.org"
Goga777 Wrote:what is the difference between

Code:
-kioskmode "http://www.xbmc.org"

and

Code:
-kiosk "http://www.xbmc.org"
The first is the right command line argument for opera under linux to start it into kioskmode. The second is an argument that is not recognized, supported or implemented into Opera and that's why it is not working. http://www.opera.com/support/mastering/kiosk/
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