Is there a way to edit that part of the code in player mpv (player/sub.c): So the terminal can show primary --sid=1 and secondary --sid=2 and third --sid=3 and fourth --sid=4 subtitles at the same time on a terminal?
When I run (with video) I can see primary and secondary subtitles in video.
mpv --sid=auto --secondary-sid=auto
But when run (see only primary subtitles on a terminal):
mpv --sid=auto --secondary-sid=auto --no-video
This is an old one but as you found the terminal purposely does not print secondary subtitles. This could be changed. I don't see the practical use in going over two though.
Is there a way to edit that part of the code in player mpv (player/sub.c): So the terminal can show primary
--sid=1
and secondary--sid=2
and third--sid=3
and fourth--sid=4
subtitles at the same time on a terminal? When I run (with video) I can see primary and secondary subtitles in video.mpv --sid=auto --secondary-sid=auto
But when run (see only primary subtitles on a terminal):mpv --sid=auto --secondary-sid=auto --no-video
The original source code (player/sub.c):
I changed to that:
But when I change to that, work not so well and good, and only possible to show 2 subtitles in same time