Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

setCaptions,subtitle not show from local storage #47

Open
Hitexroid opened this issue Feb 16, 2018 · 1 comment
Open

setCaptions,subtitle not show from local storage #47

Hitexroid opened this issue Feb 16, 2018 · 1 comment

Comments

@Hitexroid
Copy link

Hello guys
load subtitle from local storage is not working.

to solve this problem go to CaptionsView class

and modify this method public void setCaptionsSource(@Nullable Uri path, CMime mime) {

replace track = getSubtitleFile(path.toString()); with track = getSubtitleFile(path.getPath());

good luck 👍

@mohamedebrahim96
Copy link

TWO Questions :
1- i can't path.getPath() cuz of file is not writable

image


2- what is SubtitleView ?
ewrwerwer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants