swetoast / steamlink-launcher

Steamlink launcher for OSMC
GNU General Public License v2.0
155 stars 19 forks source link

Wake on LAN support #14

Closed tacotexmex closed 4 years ago

tacotexmex commented 4 years ago

I installed wakeonlan on my RPi3 and added a line in the launcher script to wake up the gaming machine on launch. Maybe this can be turned into a feature supported in the addon’s settings UI?

swetoast commented 4 years ago

Feel free to pr the stuff you got already

swetoast commented 4 years ago

https://github.com/swetoast/steamlink-launcher/tree/dev

tacotexmex commented 4 years ago

I just modified the shell script adding wakeonlan 1a:2b:3c:4d:5f:6g to it.

However, I’ve no idea on how to add UI support for it, nor is wakeonlan preinstalled on OSMC.

swetoast commented 4 years ago

Gonna add some if statements and a config file got an idea for it

swetoast commented 4 years ago

added