2015-10-18, 03:56
You'll need to edit the included steam-launch script to suit your needs.
Quote:C:\Users\xxxxx\AppData\Roaming\Kodi\userdata\addon_data\script.steam.launcher\scripts
(2015-10-18, 03:56)teeedubb Wrote: You'll need to edit the included steam-launch script to suit your needs.
(2015-08-29, 19:45)coendeurloo Wrote:(2015-08-27, 21:34)teeedubb Wrote: Change the steam-launch.sh script (instructions in the first post) to something like:
Code:#!/bin/bash
killall -9 kodi.bin
steam
kodi
Thanks for the reply. Should I delete all code in that script and paste in that code or should I replace a specific part?
I can't seem to find the specific instructions in the first post.
Run, %comspec% /c taskkill /im Kodi.exe,,Hide
Run, %comspec% /c timeout /t 1 && tasklist /nh /fi "imagename eq Kodi.exe" | find /i "Kodi.exe" >nul && (taskkill /f /im Kodi.exe),,Hide
Run, %1%
Run, %2%
(2015-10-22, 12:32)teeedubb Wrote: Patoso something basic is:
SteamLauncher-AHK.ahk
Code:Run, %comspec% /c taskkill /im Kodi.exe,,Hide
Run, %comspec% /c timeout /t 1 && tasklist /nh /fi "imagename eq Kodi.exe" | find /i "Kodi.exe" >nul && (taskkill /f /im Kodi.exe),,Hide
Run, %1%
Run, %2%
Make sure you compile it with AHK and place the exe in the right directory, as per the first post.
Karandras + UglyBob are you guys using pulseaudio? Make sure pulseaudio is running when steam is running, sound only in menus is a symptom of alsa not setup with dmix or pulseaudio not running. You may need to use the program pauvcontrol to configure pulseaudio correctly.
Uglybob can you browse the store when steam is not launched via the addon?
(2015-10-22, 21:03)teeedubb Wrote: No, just install ahk and right click the script and select compile.
(2015-10-26, 03:39)teeedubb Wrote: Configure alsa or pulseaudio to use the desired audio output.
(2015-10-29, 12:35)kirschi Wrote:(2015-10-26, 03:39)teeedubb Wrote: Configure alsa or pulseaudio to use the desired audio output.
I haven't configured Pulseaudio or Alsa yet, because the audio output is working fine on Kodibuntu. If I'm going to set up either one, will this influence my existing Kodibuntu installation? I'm sorry, this might be a beginner question but I could not find an answer for this.