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

How to autoplay a playlist in mb.miniAudioPlayer #19

Closed
tordskoog opened this issue Nov 21, 2020 · 9 comments
Closed

How to autoplay a playlist in mb.miniAudioPlayer #19

tordskoog opened this issue Nov 21, 2020 · 9 comments

Comments

@tordskoog
Copy link

After making a WordPress playlist with mb.miniAudioPlayer, I notice that it will only play one selection at a time. Each selection must be clicked to get it to play. Is there any way to make the playlist play the next song automatically (i.e., auto-play)?

Also, how can I make the playlist window bigger (longer) so that it displays more than ten tracks? Here’s the page in question: https://musicinsideout.wwno.org/2020/11/21/winter-playlist/

Thanks,
Lars

@pupunzi
Copy link
Owner

pupunzi commented Nov 22, 2020 via email

@tordskoog
Copy link
Author

tordskoog commented Nov 22, 2020 via email

@tordskoog
Copy link
Author

tordskoog commented Nov 22, 2020 via email

@pupunzi
Copy link
Owner

pupunzi commented Nov 23, 2020

Thank you! :-)

You can add the below CSS rule to your theme CSS file; better if it is a child theme so you'll not lose changes on theme update.

.map_pl_container .pl_items_container {
max-height: none !important;
}

On the next plugin update, I'll add a button at the bottom of the playlist tracks (it will appear only if the list Items are more than the visible one) that will allow expanding the box to see all the tracks available.

All the best,
Matteo

@tordskoog
Copy link
Author

tordskoog commented Nov 23, 2020 via email

@pupunzi pupunzi closed this as completed Nov 23, 2020
@tordskoog
Copy link
Author

tordskoog commented Apr 2, 2021 via email

@pupunzi
Copy link
Owner

pupunzi commented Apr 3, 2021

@tordskoog I just released a new update (1.9.6) that should have fixed some issues.
Give it a try and let me know if now it works for you.

All the best,
Matteo

@tordskoog
Copy link
Author

tordskoog commented Apr 3, 2021 via email

@pupunzi
Copy link
Owner

pupunzi commented Apr 3, 2021 via email

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

No branches or pull requests

2 participants