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

I know the MXplayer supports this feature, but kodi doesn't 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" );


PS: This would be very useful for us that cant use hw accel in kodi, cause we bought cheap allwinner tablets in the past :/ its not our fault that the allwinner dudes are ***

This would allow mxplayer to search for the subtitle online (new feature in 1.7.39)
Reply

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