Req Send video title to external player (MX player) android
#1
Is it possible to send the video title to mx player?

I know the MXplayer supports this feature, but kodi doesnt send the title


https://sites.google.com/site/mxvpen/api

title
Type: String
Values: video title text.

Also some code implemented

Intent i = new Intent(Intent.ACTION_VIEW);
i.putExtra("title", "Elephants Dream" );
Reply
#2
I just saw a matching entry in "kodi.changelog" from koying.

Can someone please explain, what exactly will be changed or improved ?
Will this help accessing video-files by using mxplayer in network environment?

Thank you.

SaEt9000
Reply

Logout Mark Read Team Forum Stats Members Help
Send video title to external player (MX player) android0