Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

add a menu helper #35

Open
mhor opened this issue Nov 24, 2015 · 2 comments
Open

add a menu helper #35

mhor opened this issue Nov 24, 2015 · 2 comments
Assignees

Comments

@mhor
Copy link
Owner

mhor commented Nov 24, 2015

No description provided.

@mhor mhor self-assigned this Nov 24, 2015
@javiertrejo
Copy link
Contributor

@mhor, if you tell me what is a menu helper, may be can i help you with this enhncement

@mhor
Copy link
Owner Author

mhor commented May 9, 2016

@javiertrejo mediainfo command can return in certain information about menu like this.

As it this information are not usable. The goal of the issue is to add some function to make information about menu revelant.

For example:

$chapters = $menu->getChapters();
$chapter = reset($chapters);
print_r($chapter->getStart()); 
print_r($chapter->getEnd()); 
print_r($chapter->getDuration()); 
print_r($chapter->getName());
print_r($chapter->getLang());
// ....

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

No branches or pull requests

2 participants