nova-video-player/aos-AVP

find a way to pass subs to external player

Open

#140 aberto em 17 de mai. de 2019

Ver no GitHub
 (10 comments) (0 reactions) (1 assignee)HTML (133 forks)batch import
Importantenhancementhelp wanted

Métricas do repositório

Stars
 (1.705 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Reported by user, when using mxplayer as external player with nova, if an external subtitle file is present, it is not seen by mxplayer while it is seen when launching the video from esexplorer. Cf. mxplayer API/intents http://mx.j2inter.com/api for subs. Look into vlc intents as well https://wiki.videolan.org/Android_Player_Intents/ Seems to be specific for each player making it difficult not to specialize code. Good starting point is to look at PlayUtils.java in nova codebase. Contributions (pull requests) are welcome.

Guia do colaborador