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

Split controlbar settings and list of plugins #74

Closed
KhodyrevDS opened this issue Jul 18, 2017 · 3 comments
Closed

Split controlbar settings and list of plugins #74

KhodyrevDS opened this issue Jul 18, 2017 · 3 comments

Comments

@KhodyrevDS
Copy link

KhodyrevDS commented Jul 18, 2017

If I want to add some plugin I cant set
features: ['myplugin']
because I will have no any controls and I must specify all default controls and my plugin
features: ['playpause', 'current', 'progress', 'duration', 'tracks', 'volume', 'fullscreen', 'myplugin']

It will be fine to split contolbar settings and list of used plugins.

@rafa8626
Copy link
Contributor

Thanks for the suggestion I'll check how can this be integrated and keep you posted

@rafa8626
Copy link
Contributor

rafa8626 commented Jul 28, 2017

Sorry for the delay. Please download the master branch of the player. Now a useDefaultControls is set to false. If you set it to true, it will allow you to get the default control bar elements in strict order and then you can just append more plugins using features. Let me know if it worked for you and thanks for reporting this. Please star the project so we continue supporting it

@rafa8626 rafa8626 changed the title Split contolbar settings and list of plugins Split controlbar settings and list of plugins Jul 28, 2017
@rafa8626
Copy link
Contributor

rafa8626 commented Aug 2, 2017

Closing this issue since feature is now in place. Thanks for reporting this and please star this project to continue supporting it

@rafa8626 rafa8626 closed this as completed Aug 2, 2017
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