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
Cake day: June 29th, 2023

help-circle
  • I’m targeting a Linux release

    Your 3, I’m not sure to understand what you want to do.

    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 use pkill mpv to close it then.

    I saw mpv has a --quiet option. What does that do?