Hobbyist developer, Linux enthusiast, and Arch Linux user.
“The only things constant in this world are death and taxes, I’ve got both!” — Skeleton Merchant, Terraria
- 1 Post
- 1 Comment
Joined 3 years ago
Cake day: June 29th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


I’m targeting a Linux release
I don’t want the active MPV file info in the terminal as if I CTRL+C, CTRL+D, or close the terminal, MPV will close too. So I want it to run as a background process (like how you can minimize VLC to the tray)
I don’t know if using something like
nohup mpv <some file> &would work. I guess I could usepkill mpvto close it then.I saw mpv has a
--quietoption. What does that do?