Win XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more
(2014-07-18, 09:26)PauleDerFaule Wrote: Hey,

I try to use Amazon instant Video in Chrome Kiosk mode. To use the remote i want, that up, down,... Used as Mouseactivities. But only in Chrome!

This Code works in an empty ahk-script:

SetTitleMatchMode 2
#IfWinActive, Chrome
RIGHT:: MouseMove, 20, 0, 0, R,
LEFT:: MouseMove, -20, 0, 0, R
UP:: MouseMove, 0, -20, 0, R
DOWN:: MouseMove, 0, 20, 0, R
RETURN:: MouseClick, left

If I copy it in my XbmcLauncher Script, the whole Script is Not working anymore...

What is my mistake?

Where did you place the code? Try it at the top of the script. You can also create a separate exe file and add it to start along with the launcher.

(2014-07-18, 10:07)CrashOver1D Wrote: Yop,

Tying to go further in my HTPC config and have a question on integration of Steam Big Picture extention.
Installed it, works like wanted, but I've got a conflict with XBMCLauncher I think :

I use Steam Big Picture extention with default setting, meening it kill XBMC and launch steam (logical in terms of computer ressources) but this event is catch by XBMCLauncher and I've got randomly two results :
  1. Loose focus and Modern UI popping
  2. Steam correctly appears but I've got the Windows bottom task bar showing, and impossible to come back with full focus on Steam
(If I set Steam Big Picture extention to let XBMC in background, instead of killing it, for testing purpose, it's working correctly)

I've tried to set Steam exe in XBMCLauncher GUI as an External Player with focus, seems to show only scenario 2 now but don't solve the issue.

Must I modify an ahk file ? If yes can I have a hint ? (used to coding but not yet with autohotkey Angel)

Thanks

Did you try the option 'Focus External Player'? under 'External Players and Focus' menu?

(2014-07-18, 15:16)smbs Wrote:
(2014-06-13, 08:57)badboys2 Wrote: OK people this is my first ever post and I am no computer Geek. But I have XBMC working exactly the way I want it to but I don't know how it came about.
I am using windows 8.1 and XBMC 13 with XBMCLauncher.
When I turn on my computer it boots directly to XBMC in under 30 seconds (does not show User Account or Desktop in the process.) Then 5 seconds later it automatically changes to LiveTV (the last channel viewed). This now makes using XBMC a delight for my better half as she knows how to turn on the computer and change TV channels on the remote.
When I exit XBMC computer goes directly to desktop and when I use shutdown, the whole computer shuts down. The sleep button on remote also work as its intendedI I have not played with any files etc (wouldn't now how). But reading all the treads shows I must have really screwed up to have XBMC working so perfectly.
I'm either a genius and don't know about it or the way I have XBMC running is normal but how can I find out?
I am trying to do the same thing for my father 92 years young-on booting pc I want to open xbmc and run automatically the same item which was running before shutdown-
The item is a live stream from video addon filmon , livestreams or mashup
At the moment only xbmc starts with standard running banner system/video/etc --what am I missing?
thanx

XBMCLauncher will start xbmc only. It won't change the startup item to livestreams or live tv automatically. Probably the other user used somekind of addon to change to livetv on xbmc startup. Also check http://forum.xbmc.org/showthread.php?tid=196087
Reply


Messages In This Thread
green start button remapping - by Cassiel - 2013-02-12, 21:44
RE: XBMC Launcher - by Govnah - 2013-02-16, 06:32
RE: XBMCLauncher - by MBulli - 2013-02-17, 12:20
RE: XBMCLauncher - All in One Tool for Change Shell, Set Focus and more - by baijuxavior - 2014-07-18, 15:51
Launcher4Kodi - by baijuxavior - 2015-02-17, 15:27
lack of focus - by runey71 - 2015-02-18, 07:53
black screen problem - by -CraZed- - 2015-03-18, 06:36
RE: XBMCLauncher / Launcher4Kodi - by TB4875 - 2015-03-25, 11:49
RE: XBMCLauncher / Launcher4Kodi - by kmarq - 2015-05-19, 14:41
Error - by liamp - 2015-05-31, 23:03
RE: XBMCLauncher / Launcher4Kodi - by gitman - 2015-06-07, 21:40
RE: XBMCLauncher / Launcher4Kodi - by RockerC - 2015-06-16, 16:28
RE: Using Tweak UAC - by berkhornet - 2015-07-13, 19:04
RE: - by alsergo - 2015-11-25, 00:11
W10 and netflix - by Cassiuss - 2016-01-10, 15:50
netflix - by Cassiuss - 2016-01-11, 09:11
netflix - by Cassiuss - 2016-01-11, 11:12
netflix - by Cassiuss - 2016-01-11, 13:04
netflix - by Cassiuss - 2016-01-11, 11:44
Reverse shell to explorer - by shayosef - 2016-01-17, 14:24
Launcher4Kodi improvement - by kalhimeo - 2016-01-27, 20:20
resume during recording kodi - by eddedrukker - 2016-04-03, 08:58
RE: XBMCLauncher / Launcher4Kodi - by leezy88 - 2017-02-06, 09:41
Might be of use to someone... - by Grumpy - 2017-09-19, 04:18
Logout Mark Read Team Forum Stats Members Help
XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more20