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
| Updated: 26.Nov.2025 - working again after some adjustments! | |
| Reading is annoying some times, but read before start pasting commands. | |
| This installs simhub per game, so you have to install it for each game. | |
| All commands in a terminal as regular user, never as root. | |
| Info: Linux games are isolated 'Compatibility Vessels' per game, it may look weird, but after understanding it better its | |
| quite handy, if something goes wrong you just delete the whole 'vessel' and start from scratch, as if windows was reinstalled. | |
| The vessel for each game has an unique ID. |
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) |