Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How do I access Cue identifier and the comment in a webvtt file? #130

Open
avinassh opened this issue Jan 29, 2016 · 1 comment
Open

How do I access Cue identifier and the comment in a webvtt file? #130

avinassh opened this issue Jan 29, 2016 · 1 comment

Comments

@avinassh
Copy link

Following is a webvtt file I have:

Mark 72
11:01:15.200 --> 11:01:16.201
Some Subtitle - 1 

NOTE
{
"message": "some note"
}

Id 72
12:01:15.200 --> 12:01:16.201
Some Subtitle - 2

NOTE
{
"message": "some note"
}

And it is valid.

Now the cue 1 has identifier Mark 72 and also a comment. How do I parse/read it?

@sannies
Copy link
Contributor

sannies commented Jan 29, 2016

-- I'm not an author of this lib --
The current data model does not support any comment or id per caption. --> Not possible atm

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants