feat: title in mpv android

This commit is contained in:
coolnsx
2025-05-22 16:59:50 +05:30
parent 3112f8e36d
commit 4346bf79bc
3 changed files with 3 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ error_linux() {
}
player_droid() {
am start --user 0 -a android.intent.action.VIEW -d "$1" -n is.xyz.mpv/.MPVActivity >/dev/null 2>&1
am start --user 0 -a android.intent.action.VIEW -d "$1" -n is.xyz.mpv/.MPVActivity -e "title" "$2" >/dev/null 2>&1
#am start --user 0 -a android.intent.action.VIEW -d "$1" -n org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity -e "title" "$2" >/dev/null 2>&1
}