2016-01-24, 08:43
Can this be run on Openelec, specifically on a Chromebox where chromeos has been removed? Thanks!
(2016-01-24, 09:40)teeedubb Wrote: If Steam is available on OE, then yes.
Quote:Updated SteamLauncher-AHK to work with BPM's new option 'Minimise'. Script will also send the 'ESC' button input once BPM is active if BPM was previously active, to exit the power menu and return to the main menu. (Windows only)
(2016-01-25, 09:02)teeedubb Wrote: I don't if or how, but because OE runs on Linux, if Steam is available then the add-on will work.
./steam-launch.sh: /bin/bash^M: bad interpreter: No such file or directory
(2016-02-05, 16:02)woZa Wrote: Hi. I'm getting the following error on trying to launch...
Code:./steam-launch.sh: /bin/bash^M: bad interpreter: No such file or directory
Just installed repo and then latest add-on. Delete and update user scripts on too...
Ubuntu 14.04
Thanks
A
# --auto-generated-- by /etc/kodi/live.d/01-make-asoundrc.sh
# AUTOUPDATE=True # change this to disable updating of this file
pcm.dsp {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.!default {
type plug;
slave.pcm "dmixer";
}
ctl.!default {
type hw
card 0
}
pcm.dmixer {
type dmix;
ipc_key 1024;
ipc_key_add_uid false;
ipc_perm 0660;
slave {
pcm "hw:CARD=NVidia,DEV=9";
format S16_LE;
channels 6;
rate 48000;
period_time 0;
period_size 1088; # 32-2720 / 1088 or 1024
buffer_size 5440; # 64-5440 / 5440 or 5120
periods 4;
}
}
(2016-02-05, 18:41)LeoS Wrote: @teeedubb: thanks so much for this brilliant launcher! I use it almost everyday on my main Kodi machine to stream Steam on my couch tv
I have one little problem with it, whenever I launch steam (steam isn't running, because I always exit steam rather than minimize it) with your launcher, kodi will disappear and Steam big screen mode splash screen will play for a second and I'll be dumped in Win 8.1's start screen. Then I have to scramble for the keyboard, hit 'esc' to get back to Steam...
I have tried this with steam minimized and off, with launcher4kodi's 'always maintain focus' option enabled and disabled, but it's always the same behaviour. What am I missing?
Thanks.
(2016-02-06, 06:28)teeedubb Wrote: A few people and reported this, and from memory they were all on win8. I couldn't reproduce the problem on my win8 system so I'm not sure what's causing it. The add-on it self forces focus on steam and kodi when they are detected, which is even more puzzling.
You can try this to force focus on steam for xlX seconds after it starts
http://forum.kodi.tv/showthread.php?tid=...pid1750759