Kodi Community Forum
Win XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Win XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more (/showthread.php?tid=136798)



RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - jamesp26 - 2012-09-09

I've got one of those cheapy keyboard remotes:

http://www.amazon.co.uk/Computer-Remote-Control-Center-Controller/dp/B004B9FPIS/ref=pd_sim_sbs_computers_3

Only a fiver and works ok. Problem is that is got buttons for alt-tab which my wife keeps hitting that takes the PC back to desktop. This program stops that from happening!

Anyhow, it seems to send windows commands for volume up / down and only the windows mixer volume is affected. Just wondered if anyone knew how to fix it. Do I have to try to get XBMC Launcher to start the mixer service and if so is there a way of doing that?


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-09

I had this remote control before buying mce remote. See the wiki to know how to configure such non mce remotes. http://wiki.xbmc.org/index.php?title=Remote_control_reviews


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - iamjustme - 2012-09-12

How can I add http://forum.xbmc.org/showthread.php?tid=86738 to xbmc launcher? Should I create a separate script or is it required to be added to xbmclauncher script.


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-13

You can use separate scripts if you are using explorer as the shell. But if you use xbmclauncher as the shell, then it is better to add the script to xbmclauncher.ahk.


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - iamjustme - 2012-09-13

How would I write the script so that xbmc launches automatically when exiting from hulu or windows media? thanks


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-13

Basically I have no idea about Hulu or netflix.

To start xbmc after hulu or wmc is closed, you need to monitor these two programs in a loop or timer function in autohotkey script. As soon as they are closed, you can call xbmc to start.




RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - Hetfiled - 2012-09-14

Hello

sorry mut my english is not good.. and this is my doubt

I would like to use this software to launch xbmc as shell...
but I also need to launch imon, xbmxonimon and catalyst..
is it possible to make that?

ps: i also use xbmccustomregis for my remote

thank you


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-14

Yes. Download the amd ccc version of the file to load amd catalyst. But for xbmconimon to work, explorer is needed. So it won't work in shell mode. Atleast it didn't work in my pc.


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - mactheknife - 2012-09-15

Hi, I just installed XBMC Launcher and tried it, but it can't seem to find my XBOX 360 wireless controller unless it is already on when starting XBMC Launcher. Is there a way to solve that? If it's on (or connected or whatever it is called after you press the green button in the middle of the controller) when starting XBMC Launcher, it works, even if I turn it off and then turn it on again.

Before Eden I used an EventClient for using the XBOX 360 controller, and I've been thinking about moving back to that, because it was a more solid solution, even thogh it came with some drawbacks. In order for it to work it has to be started before XBMC, is that doable with XBMC Launcher?

Best Regards,
Mac


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-15

Edit the xbmclauncher.ahk file and add a run command for xbox eventclient at the beginning of the script. Compile the script and replace the existing xbmclauncher.exe with the new one.


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - embedded - 2012-09-15

I just setup my new HTPC.
I'm using WR7 remote controller which acts as MCE eHome remote controller to control XBMC.

I would like to configure 3 buttons:
1 - run XBMC
2 - download subtitle
3 - subtitle sync

Can I achieve such functionality using your program?

10x


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-16

Run xbmc is possible using the green windows button. For other functions you need to modify the keymap file.


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - embedded - 2012-09-16

(2012-09-16, 09:35)baijuxavior Wrote: Run xbmc is possible using the green windows button. For other functions you need to modify the keymap file.

got it working .. I edited the keyboard.xml under FullscreenVideo:
<volume_down>SubtitleDelayMinus</volume_down>
<volume_up>SubtitleDelayPlus</volume_up>

EDIT: got it to work!


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - Hetfiled - 2012-09-17

@baijuxavior
I tried yesterday, and it works fine, except the xbmconimon

just on thing, I have also xbmccustomregis installed on my htpc to remap my remote,
and some keys do not work:

example
Fullscreen -> jump to TV Series
Shutdown -> anything

how can I solve it?


RE: XBMC Launcher - All in One Tool for Change Shell, Autostart XBMC, Set Focus and more - baijuxavior - 2012-09-17

xbmconimon needs windows explorer so it won't work in shell mode.

did you install the custom keymap file from xbmclauncher? Try renstalling xbmccustomregis. Also which version of xbmccustomregis are yo using? Because he has changed the keymap file slightly in the new version.