This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Update 02.Apr.2026: | |
| I made a script that will do all the needed checks and install SimHub: | |
| https://github.com/srlemke/SimHub_on_Linux | |
| There is also a V2 in the works that also can install CrewChief: | |
| https://github.com/srlemke/SimHub_on_Linux/tree/With-Crewchief | |
| Automatically adds and configures plugins for LMU, it also detects custom Proton. | |
| Automatically adds dash.exe when Raceroom. | |
| Fixes common issues, like removal of dotnet4 Steam stub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Play Plex media using Assist | |
| description: > | |
| Play any Plex media on a media player of your choice. | |
| The media player has to support this action. | |
| domain: automation | |
| input: | |
| media_player: | |
| name: Media player | |
| description: Media player on which to start Plex playback |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # bash 4.1.5(1) Linux Ubuntu 10.04 Date : 2019-01-02 | |
| # | |
| # _______________| noise : ambient Brown noise generator (cf. white noise). | |
| # | |
| # Usage: noise [minutes=59] [band-pass freq center=1786] [wave] | |
| # ^minutes can be any positive integer. | |
| # Command "noise 1" will display peak-level meter. | |
| # | |
| # Dependencies: play (from sox package) |