You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just have a few questions I would like to ask, I hope this isn't a bad place for them.
The OG mpv android application is callable from an android Termux terminal with a command like this:
am start -n is.xyz.mpv/is.xyz.mpv.MPVActivity -e filepath ./example_video.mp4
Is mpvKt also callable from Termux? and if it is are we allowed to pass flags to mpv such as the --referrer flag?
Would be very cool if this was possible as the OG mpv app sadly doesn't allow the passing of mpv command line flags. Amazing project btw, thanks for you work. ✨
The text was updated successfully, but these errors were encountered:
I was planning to open this issue as well. If it would have been callable, it would be great. I tried to make it work with Seanime. But it didn't work. This is the first thing you would need "am start -n live.mehiz.mpvkt/live.mehiz.mpvkt.ui.player.PlayerActivity"
Not sure what to do next. It just opens the app.
Hi, I just have a few questions I would like to ask, I hope this isn't a bad place for them.
The OG mpv android application is callable from an android Termux terminal with a command like this:
Is mpvKt also callable from Termux? and if it is are we allowed to pass flags to mpv such as the
--referrer
flag?Would be very cool if this was possible as the OG mpv app sadly doesn't allow the passing of mpv command line flags. Amazing project btw, thanks for you work. ✨
The text was updated successfully, but these errors were encountered: