How to disable the bracketed prefix of a script's name when printing to terminal in mpv? #14988
-
In mpv if you use a lua script to print to the terminal it will show the script's name in the terminal output. This is usually useful, but I am writing a terminal progress bar so the [ script ] prefix in front of every print is getting in the way. How to remove it? |
Beta Was this translation helpful? Give feedback.
Answered by
guidocella
Oct 3, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kasper93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
io.write('foo\n')