Open tathastu871 opened 1 year ago
tried mpv url --title="title" not working
In android:
Use --media-title="{your_title}"
For some reason title flag doesnt work on android. But that media-title
both works on different platforms.
but how to pass title via adb intent vlc support am -e title option. how to same in mpv
can you give example. not working
tried mpv url --title="title" not working
In android: Use
--media-title="{your_title}"
For some reason title flag doesnt work on android. But that
media-title
both works on different platforms.
how to playlocal m3u8 or media file termux. tried am -e filepath option but not working
how to playlocal m3u8 or media file termux. tried am -e filepath option but not working
That extra args is no dice in my side either, I can play local files only using file://
.
can you give example. not working
tried mpv url --title="title" not working
In android: Use
--media-title="{your_title}"
For some reason title flag doesnt work on android. But thatmedia-title
both works on different platforms.
I updated the readme, make sure you inserted the correct mpv config setup
include="/storage/emulated/0/mpv/mpv.tmp.mp4"
It would look something like this, just like you're in a normal mpv
mpv -nc --media-title="Hello World" file://file.mp4
Although this only works on files stored in your
Edit: And in the latest commit, i added netcat to support media files in termux home directory without having root or any sorts.phone storage
and also sdcard
, not on your Home dir and so on.
But theres a neat way to do it by using netcat
to serve your files to be accessible in MPV via http local. I will just merge this into the pr i created to fully fix this filepath problems.
Edit: check the Pull Request tab and test if it works.
how to playlocal m3u8 or media file termux. tried am -e filepath option but not working
That extra args is no dice in my side either, I can play local files only using
file://
.can you give example. not working
tried mpv url --title="title" not working
In android: Use
--media-title="{your_title}"
For some reason title flag doesnt work on android. But thatmedia-title
both works on different platforms.I updated the readme, make sure you inserted the correct mpv config setup
include="/storage/emulated/0/mpv/mpv.tmp.mp4"
It would look something like this, just like you're in a normal mpv
mpv -nc --media-title="Hello World" file://file.mp4
~Although this only works on files stored in your
phone storage
and alsosdcard
, not on your Home dir and so on.~ Edit: And in the latest commit, i added netcat to support media files in termux home directory without having root or any sorts.
file://file.mp4 ?? what path it is sdcard or termux
is file.mp4 in your example location is /sdcard/file.mp4 ??
tried file://sdcard/file.webm but it opens and closes instantly
Also media title not working for urls??. eg mpv --media-title="title" http://somesite.m3u8
how to playlocal m3u8 or media file termux. tried am -e filepath option but not working
That extra args is no dice in my side either, I can play local files only using
file://
.can you give example. not working
tried mpv url --title="title" not working
In android: Use
--media-title="{your_title}"
For some reason title flag doesnt work on android. But thatmedia-title
both works on different platforms.I updated the readme, make sure you inserted the correct mpv config setup
include="/storage/emulated/0/mpv/mpv.tmp.mp4"
It would look something like this, just like you're in a normal mpv
mpv -nc --media-title="Hello World" file://file.mp4
~Although this only works on files stored in your
phone storage
and alsosdcard
, not on your Home dir and so on.~ Edit: And in the latest commit, i added netcat to support media files in termux home directory without having root or any sorts.file://file.mp4 ?? what path it is sdcard or termux
is file.mp4 in your example location is /sdcard/file.mp4 ??
tried file://sdcard/file.webm but it opens and closes instantly
Also media title not working for urls??. eg mpv --media-title="title" http://somesite.m3u8
No, i'm doing it in the same directory where your target file is..
And also file://sdcard/file.webm
is wrong... This must be file:///sdcard/file.webm
.
Because if the file://
was stripped, it would result that sdcard is where the same directory as you were on not on the /
directory.
file://
<- a protocol
/sdcard/file.webm
<- is where the file at.
media title not working. filename appers as media titlenot custom
media title not working. filename appers as media titlenot custom
Screen_Recording_20230209-195220_One.UI.Home.mp4
I see, your version seems to be outdated with fix
branch, That's why its not working.
Try updating it first:
curl -sL -o "$PREFIX/bin/mpv" "https://raw.githubusercontent.com/Rendevior/mpv-android-argparse/fix/mpv"
media title not working. filename appers as media titlenot custom Screen_Recording_20230209-195220_One.UI.Home.mp4
I see, your version seems to be outdated with
fix
branch, That's why its not working. Try updating it first:curl -sL -o "$PREFIX/bin/mpv" "https://raw.githubusercontent.com/Rendevior/mpv-android-argparse/fix/mpv"
tried but title not working
media title not working. filename appers as media titlenot custom Screen_Recording_20230209-195220_One.UI.Home.mp4
I see, your version seems to be outdated with
fix
branch, That's why its not working. Try updating it first:curl -sL -o "$PREFIX/bin/mpv" "https://raw.githubusercontent.com/Rendevior/mpv-android-argparse/fix/mpv"
tried but title not working
Have you checked your mpv.conf
?
Make sure to set it as:
include="/storage/emulated/0/mpv/mpv.tmp.mp4"
include="/storage/emulated/0/mpv/mpv.tmp.mp4" added already
hey https://github.com/pystardust/ani-cli this script sets custom title to mpv-android player. can you read and decipher what technique it was using to set title
hey https://github.com/pystardust/ani-cli this script sets custom title to mpv-android player. can you read and decipher what technique it was using to set title
Uhmm, thats odd, on their android player mpv
doesn't seem to play it with title. Try removing the mpv
on your $PATH
, see if still works. Also indicate your logs to point out whats happening.
And also should we move on discussion tab?
tried mpv url --title="title" not working