I'm trying to create and index page for locally hosted movies, with href links that would open directly in MXplayer Pro in android.
I ran into a problem that 2nd link works great, opens player/starts playing. But 1st link just opens Google Play for installation of the app. (this happens when intent url is broken)
So the funny part is that the only difference between the two links are the file paths. And there is no special character difference. Both files stream great on desktop player, also on android when I manually open then in MXplayer Pro.
So either my android devices (v4 and v10) don't like my taste in movies or someone did a very poor job at android.
<li> <a href="intent:http://192.168.0.64/media/So.You.Think.You.Can.Dance.S17E01.720p.WEB.h264-BAE[rarbg]/So.You.Think.You.Can.Dance.S17E01.720p.WEB.h264-BAE.mkv#Intent;package=com.mxtech.videoplayer.pro;end"> test1 </a> </li>
<li> <a href="intent:http://192.168.0.64/media/The.Humans.2021.720p.AMZN.WEBRip.800MB.x264-GalaxyRG[TGx]/The.Humans.2021.720p.AMZN.WEBRip.800MB.x264-GalaxyRG.mkv#Intent;package=com.mxtech.videoplayer.pro;end"> test2 </a> </li>
No JS please, just plain short html.