this post was submitted on 06 Sep 2023
5 points (85.7% liked)

Linux

61 readers
1 users here now

founded 2 years ago
 

I accidentally found out that mpv can play videos from the TTY, meaning I don't have to log in to a graphical session. It even has a scaled OSD, unlike anything I've seen in a terminal UI.

Obviously there are plenty of terminal applications that work in a TTY, (edit) intext-mode or using ncurses (/edit), but are there any others like mpv that aren't strictly terminal apps but don't require a display server (maybe because they do the job themselves)?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 2 years ago (1 children)
[โ€“] [email protected] 2 points 2 years ago

That's a great list, thanks. But what I mean is applications that aren't limited to the terminal / ASCII / ncurses. I've updated my question to clarify that.