当前想在安卓手机上使用 emby 网页配套 MXplayer 看视频,有个脚本实现了,但是没有外挂字幕。看了下实现和 MXpalyer 的 API ,但是不懂 arcelable array 类型怎么加到 intent 中去
脚本:
https://greasyfork.org/zh-CN/scripts/459297-embylaunchpotplayer现在调起代码:
let mxUrl = `intent:${encodeURI(mediaInfo.streamUrl)}#Intent;package=
com.mxtech.videoplayer.ad;S.title=${encodeURI(intent.title)};i.position=${intent.position};end`;
MX 的 API:
https://mx.j2inter.com/api====引用=======
subs
Type : Parcelable array (android.net.Uri[])
Values :subtitle list used for given video Uri (in the data field)
====引用结束====
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/997808
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.