• 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 453
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
I recently installed the advanced launcher on my ubuntu xbmc box. I have xbmc setup to use profiles to separate my kids shows/movies from parents. Anyway, when i tried to scan for new items with advanced launcher i was getting an "io file not found" error. After investigating the error, it looks like it is looking in the wrong folder for Thumbnails when profiles are enabled. I made the 2 changes below to fix it for me.

What I updated:

In file_item.py
THUMBS_CACHE_PATH = xbmc.translatePath( "special://thumbnails/" )

In launcher_plugin.py
BASE_CACHE_PATH = xbmc.translatePath(os.path.join( "special://thumbnails", "Pictures" ))

Thanks again for all your hard work!
Warpz Wrote:I recently installed the advanced launcher on my ubuntu xbmc box. I have xbmc setup to use profiles to separate my kids shows/movies from parents. Anyway, when i tried to scan for new items with advanced launcher i was getting an "io file not found" error. After investigating the error, it looks like it is looking in the wrong folder for Thumbnails when profiles are enabled. I made the 2 changes below to fix it for me.

What I updated:

In file_item.py
THUMBS_CACHE_PATH = xbmc.translatePath( "special://thumbnails/" )

In launcher_plugin.py
BASE_CACHE_PATH = xbmc.translatePath(os.path.join( "special://thumbnails", "Pictures" ))

Thanks again for all your hard work!
Thank you for the information. I wil going to check what is going wrong with profile, and I will try to fix this for the next version.
how bout adding trailer integration

like a window that looks like a iphone or such and in that the trailer to the currently selected game plays as preview

is that an idea or what?

thought about it all night

btw it isnt showing any gameinfo is this normal?

only the gametitle
hentai23 Wrote:how bout adding trailer integration

like a window that looks like a iphone or such and in that the trailer to the currently selected game plays as preview

is that an idea or what?

thought about it all night
Trailers integration are already supported by some skins (like Cirrus Extended). Trailers integration is skin feature. If the skin do not support them, you will not see them.

hentai23 Wrote:btw it isnt showing any gameinfo is this normal?

only the gametitle
Maybe the skin you are using does not support the display of item information for program add-on. Or maybe the game info is not existing on the scrapped source. Without more information on your problem, I cannot really help you. No
Warpz Wrote:I recently installed the advanced launcher on my ubuntu xbmc box. I have xbmc setup to use profiles to separate my kids shows/movies from parents. Anyway, when i tried to scan for new items with advanced launcher i was getting an "io file not found" error. After investigating the error, it looks like it is looking in the wrong folder for Thumbnails when profiles are enabled. I made the 2 changes below to fix it for me.

What I updated:

In file_item.py
THUMBS_CACHE_PATH = xbmc.translatePath( "special://thumbnails/" )

In launcher_plugin.py
BASE_CACHE_PATH = xbmc.translatePath(os.path.join( "special://thumbnails", "Pictures" ))

Thanks again for all your hard work!
Just make a test on my system. Using multiple profile do not generate errors. Are you sure it is not a "read/write" or right access error to the thumbnails folders? Eek
well if i go into edit launcher and details/info it shows the game info

so it has the information

its just not showing it

btw im using aeon mq3....Sad

these are all standalone launchers btw
hentai23 Wrote:well if i go into edit launcher and details/info it shows the game info

so it has the information

its just not showing it

btw im using aeon mq3....Sad

these are all standalone launchers btw
AEON MQ3 does not support the display of information for all program add-ons. Advanced Launcher is a program add-on, so AEON MQ3 does not display information (game info). That's the skin which display information, thumbs or fanart, not Advanced Launcher. If AEON MQ3 does not support this features ask AEON MQ3 skin developpers to add it.
damn i knew it was to good to be true , perhaps youd like to check it out if its possible?


p.s.: during that time ill pm marcos to see what he got to say , stay fresh

btw you still havent made that youtube video i requested so badly


i still cant for the love of pete figure out how to get this file launcher setup im using standalone launchers atm as we speak -.-'
hentai23 Wrote:damn i knew it was to good to be true , perhaps youd like to check it out if its possible?
Of course it is possible, if other skins can support it, why not AEON MQ3? I have nothing to check. Actually AEON MQ3 does not support display of program add-on information. That's why you did not see them. And you are not the first one to ask for this feature :
damn well hope marcos gets this in asap ey? already sent him a pm
hentai23 Wrote:damn well hope marcos gets this in asap ey? already sent him a pm
If you want to check if Advanced Launcher is working correctly, use Cirrus Extended v2 skin which is actually the skin supporting the best Advanced Launcher : http://www.gwenael.org/forum/viewtopic.php?id=101 Nod
bed chekin it out asap
Thumbs Up 
works but not even close to the beauty of aeon mq3 , marcos already put it on his to do list

update:

actually on a second thought cirrus 2 is horrendous looking

almost had eyecancer from the layout up to the functionality


mq3 might need a couple more fixes like incorporating advanced launcher fully but everything else is miles ahead of any skin especially performance wise

afterall there is truly no substitute for it , after having tried every skin there is including cirrus 2 now too , so there you have it ,peace
hi guys i just had a problem , i can find the aswer anywhere , i just install adv launcher un preEden when i select lancher type open a new dialog where i can select the aplication i like to launch but the only thing i can open is my dvd-rom i eject the dvd rom is empy but is the same if i insert a usb drive i can browse in it but i cant browse on my HD do you had any idea how to fix this ?
hentai23 Wrote:works but not even close to the beauty of aeon mq3 , marcos already put it on his to do list

update:

actually on a second thought cirrus 2 is horrendous looking

almost had eyecancer from the layout up to the functionality


mq3 might need a couple more fixes like incorporating advanced launcher fully but everything else is miles ahead of any skin especially performance wise

afterall there is truly no substitute for it , after having tried every skin there is including cirrus 2 now too , so there you have it ,peace

Eyecancer? Oo I understand, everyone has his own taste to see things,

but ...

Hentai, i've nearly read every post you wrote and no one is usable, let's say HORRENDOUS crap. I really hope you'll be banned soon! Shocked

edit: Angelscry feel free to delete my post, but now its OUT! Smile
  • 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 453

Logout Mark Read Team Forum Stats Members Help
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC24