Trying to decipher how this script set title of video in mpv-android #1031
Answered
by
CoolnsX
tathastu871
asked this question in
Q&A
|
Can you explain how this script sets title in video in mpv-android i tried all means but unable to do it in my script |
Answered by
CoolnsX
Feb 12, 2023
Replies: 2 comments 5 replies
|
Tbh we don't know too.. and we are unable to find a way to set title in mpv.. vlc-android supports that but afaik mpv-android doesn't |
5 replies
Answer selected by
port19x
|
add to mpv-android > setting > advance > edit mpv.conf we can make wrapper like below and add to $PREFIX/etc/bash.bashrc in termux Try: Note: if --media-title not working replace it with --force-media-title This is a workaround that can be used to set title in mpv-android player |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Tbh we don't know too.. and we are unable to find a way to set title in mpv.. vlc-android supports that but afaik mpv-android doesn't