We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
@mhor, if you tell me what is a menu helper, may be can i help you with this enhncement
Sorry, something went wrong.
@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()); // ....
mhor
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: