• 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 453
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
BORIStheBLADE Wrote:Ok.. So I followed the info for Nestopia except for where it was stored on my computer. For some reason when I put the folder in the c drive nestopia wouldn't create a .xml.

When I click on a NES game in XBMC I get the error " File not found" in Nestopia.

If I get rid of the argument I don't get an error, but it won't load a game.
I think there is a problem of configuration with your Nestopia launcher. Could you post here the content of your launchers.xml file? (using pastebin service for example).

BORIStheBLADE Wrote:A side note. The wiki links you posted to Zsnes directs you to Nestopia wiki.
Oups... missed copy/paste. Here is the ZSNES wiki page link : http://www.gwenael.org/xbmc/index.php?ti...ES#Windows
Angelscry, I fixed it so it looks like:



<launcher>
<name>mame</name>
<application>C:\Games\Emulation\MAME\mameuifx32.exe</application>
<args>%rom%</args>
<rompath>C:\Games\Emulation\ROMs\</rompath>
<thumbpath>C:\Games\Emulation\Thumbnails\</thumbpath>
<fanartpath>C:\Games\Emulation\Fanart\</fanartpath>
<romext>zip</romext>
<platform>Arcade</platform>
<thumb></thumb>
<fanart></fanart>
<genre></genre>
<release></release>
<publisher></publisher>
<launcherplot></launcherplot>
<wait>true</wait>
<roms>
<rom>



Still finds all the roms as "not found" from mameworld =( , .. any other ideas? I have ignore bios unchecked
Angelscry Wrote:Yes you can do it. But it will be more a hack of the Advanced Lanucher than a real functionnality. The idea is to install a second time Advanced Launcher on XBMC but with a different name.
  • Manually download the last version of Advanced Launcher here.
  • Extract the zip file.
  • Rename "plugin.program.advanced.launcher" directory name to "plugin.program.advanced.launcher2" for example
  • Into this directory, edit addon.xml file and replace
    Code:
    <addon id="plugin.program.advanced.launcher" name="Advanced Launcher"
    by
    Code:
    <addon id="plugin.program.advanced.launcher2" name="Advanced Launcher2"
  • Then Into this directory edit /ressources/lib/launcher_plugin.py file and replace
    Code:
    PLUGIN_DATA_PATH = xbmc.translatePath( os.path.join( "special://profile/addon_data", "plugin.program.advanced.launcher") )

        __settings__ = Addon( id="plugin.program.advanced.launcher" )
    by
    Code:
    PLUGIN_DATA_PATH = xbmc.translatePath( os.path.join( "special://profile/addon_data", "plugin.program.advanced.launcher2") )

        __settings__ = Addon( id="plugin.program.advanced.launcher2" )
  • Finally copy the "plugin.program.advanced.launcher2" directory into the XBMC/addons directory.
You will now be able to use 2 versions (or more) of the Advanced Launcher add-on at the same time into XBMC but with different content. The only limitation is that the additionally installed version of Advanced Launcher will not be automatically updated (because we made a manual install).

Thank you very much. Have a new viewmode for shade it's updated on my post

Looks great for apps when using this icon set

Image
DaGround Wrote:LEGO Batman and Indianer Jones are both 4.2gb and i got this error on 2 systems, both running win7 64bit, very strange. LEGO Starwars Trilogy is working Wink
Have you try to activate the "Use a fullscreen window rather than true fullscreen" option into the Settings / System menu of XBMC? To start those games do you use stand-alone launchers or an emulator launcher and use .bat files or any script to start each game?
nekoarashi Wrote:Hopefully that link worked for you Angelscry, also I have to ask; can games be scraped if they are each in their own subfolder within an overarching folder ie: games > game 1 folder, game 2 folder.. etc?
No, actually the Advanced Launcher do not support automatic recursive scan and sub-folders support. It will complicate the way the thumbs and fanarts are actually managed. The actual way to do it, it is by adding the games manually into the launcher.
@Angelscry , that makes sense, complicates things a bit though because I have my DC collection and the files overlap each other and I have to separate each game into it's own folder. As for my mame , snes - other batch scraping issues, they continue to persist =/ Ps2 scraped with no issue oddly enough
nekoarashi Wrote:Angelscry, I fixed it so it looks like:



<launcher>
<name>mame</name>
<application>C:\Games\Emulation\MAME\mameuifx32.exe</application>
<args>%rom%</args>
<rompath>C:\Games\Emulation\ROMs\</rompath>
<thumbpath>C:\Games\Emulation\Thumbnails\</thumbpath>
<fanartpath>C:\Games\Emulation\Fanart\</fanartpath>
<romext>zip</romext>
<platform>Arcade</platform>
<thumb></thumb>
<fanart></fanart>
<genre></genre>
<release></release>
<publisher></publisher>
<launcherplot></launcherplot>
<wait>true</wait>
<roms>
<rom>



Still finds all the roms as "not found" from mameworld =( , .. any other ideas? I have ignore bios unchecked
Ok, the launchers.xml file looks correct. Could you now post your \XBMC\userdata\addon_data\plugin.program.advanced.launcher\settings.xml file?
fr500 Wrote:Thank you very much. Have a new viewmode for shade it's updated on my post

Looks great for apps when using this icon set

Image
Woahhh... yes... It looks great !!!! Congratulation !!! Big Grin
Angelscry


- <settings>
<setting id="clean_title" value="false" />
<setting id="datas_scraper" value="MAMEWorld" />
<setting id="fanart_image_size" value="3" />
<setting id="fanarts_scraper" value="MAMEWorld" />
<setting id="game_region" value="0" />
<setting id="ignore_bios" value="false" />
<setting id="scrap_fanarts" value="false" />
<setting id="scrap_info" value="false" />
<setting id="scrap_thumbs" value="false" />
<setting id="thumb_image_size" value="3" />
<setting id="thumbs_scraper" value="MAMEWorld" />
</settings>
I'm having a slight issue

Since the latest version something is going on, for example I created a launcher for firefox but it seems to be receiving some arguments because it's when firefox opens it's on "C:\program files\firefox"

What I mean is it's browsing that folder.

Then I added a launcher for VLC. Same issue VLC just tried to play everything in it's executable path.
nekoarashi Wrote:@Angelscry , that makes sense, complicates things a bit though because I have my DC collection and the files overlap each other and I have to separate each game into it's own folder. As for my mame , snes - other batch scraping issues, they continue to persist =/ Ps2 scraped with no issue oddly enough
How your iso/roms files could overlap? If they are all well identified (with distinct names), they can not overlap !!!! Put each games into separate folder is not the right manner to manage iso and roms.

For example, with MAME, you need to indicate into the mame.ini configuration file the path for the roms. If they are all into different directories, that's will not works. All MAME roms has different filename. Those roms cannot be identified by MAME if you rename them. So they can not overlap. The related images (thumbs, fanarts, marquees) are all linked to the corresponding roms by their name and stored into distinct directories. There is no possibility of overlapping. No

I will not add a functionality that encourage a non-normalized storing of iso and roms. No
nekoarashi Wrote:<setting id="scrap_fanarts" value="false" />
<setting id="scrap_info" value="false" />
<setting id="scrap_thumbs" value="false" />
Please... activate the "Automatic Import during Scan" options for Datas, Covers and Fanarts. If those options are not activated the scrapers are deactivated.
fr500 Wrote:I'm having a slight issue

Since the latest version something is going on, for example I created a launcher for firefox but it seems to be receiving some arguments because it's when firefox opens it's on "C:\program files\firefox"

What I mean is it's browsing that folder.

Then I added a launcher for VLC. Same issue VLC just tried to play everything in it's executable path.
You try to start them as stand alone-launchers?
Yes all my launchers are standalone. Is there a difference on the XML between both? I haven't found one, even on standalone launchers it adds empty <rom> tags
It's appending the path to the executable

Ex: instead of running "c:\program files\firefox\firefox" it's running "c:\program files\firefox\firefox.exe c:\program files\firefox" seems fixed by adding an argument, so if I add http://www.google.com as argument it works fine.
  • 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 453

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