Yes, go ahead and write it, @SpriggsySpriggs. The only extra thing you'll need to do on Linux for this is disable the screen sleep mode. I've had it happen a few times where I was watching a movie on Linux and the system just went to sleep on me...
To make it easier for you, you can prevent the system from sleeping like this: (Shell)
To make it easier for you, you can prevent the system from sleeping like this: (Shell)
Code: (Select All)
systemd-inhibit --what=idle:sleep --mode=block your_program_name /path/to/movie/movie_name.mkv
