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

Autoplay Feature from Youtube #222

Open
yoshrubin opened this issue Jul 4, 2016 · 22 comments · May be fixed by #428
Open

Autoplay Feature from Youtube #222

yoshrubin opened this issue Jul 4, 2016 · 22 comments · May be fixed by #428

Comments

@yoshrubin
Copy link
Contributor

I'm looking to add the "Autoplay" feature from Youtube (can have a on/off toggle) I use it all the time when streaming music on Youtube and think it would be a great feature added here.
A starting point might be here to check the API and get some sample code.

@cipher1729
Copy link

The 'Autoplay' parameter in the youtube player API controls whether the video automatically starts playing when it's loaded. Since that's not applicable here, did you mean the "automatic playing of next video" feature ? Would anything be available in the API for that ?

@yoshrubin
Copy link
Contributor Author

Yea, the automatic playing of next is what I want to implement, not sure if there is a API for that havent had a chance to look.

@cipher1729
Copy link

Ok, interesting feature if it could be integrated. I'll also look into it

cipher1729 added a commit to cipher1729/zen-audio-player.github.io that referenced this issue Jul 28, 2016
cipher1729 added a commit to cipher1729/zen-audio-player.github.io that referenced this issue Jul 28, 2016
cipher1729 added a commit to cipher1729/zen-audio-player.github.io that referenced this issue Jul 29, 2016
…video. History also maintained of all videos played to avoid duplicates
avalan4e57 added a commit to avalan4e57/zen-audio-player.github.io that referenced this issue Aug 1, 2017
shakeelmohamed added a commit to avalan4e57/zen-audio-player.github.io that referenced this issue Sep 26, 2017
shakeelmohamed added a commit to avalan4e57/zen-audio-player.github.io that referenced this issue Oct 4, 2017
@lazy-sunshine
Copy link

is this issue still open for working?

@shakeelmohamed
Copy link
Member

@lazy-sunshine sure, see the work that was started in PR #258 by @avalan4e57. It hasn't been touched in months so you can finish it up based on the feedback I left there. Feel free to ping me with any questions

lazy-sunshine pushed a commit to lazy-sunshine/zen-audio-player.github.io that referenced this issue Oct 31, 2017
@aarondchu
Copy link

is this feature still up for grabs? how is the progress going?

@shakeelmohamed
Copy link
Member

@aarondchu thanks for your interest, this is still up for grabs. Reading #231 and #258 would be a good starting point. Ping me if you have any questions

@k----n
Copy link

k----n commented Oct 5, 2019

Any updates? Is this up for grabs again?

@shakeelmohamed
Copy link
Member

@k----n if the issue is open, it's up for grabs

@lcpunch
Copy link

lcpunch commented Apr 13, 2020

Is this issue still open? Where are you guys at #329 ?

@shakeelmohamed
Copy link
Member

@lcpunch go for it, there's been no activity on this project lately 👍

@k----n
Copy link

k----n commented Apr 14, 2020

@lcpunch @shakeelmohamed

I implemented autoplay the next related video in this PR: #329

Not sure if it's mergeable?

It was working last time I ran it in October 2019.

@lcpunch
Copy link

lcpunch commented Apr 14, 2020

@k----n @shakeelmohamed , I just tested it and it works. The only problem that I see is when the autoplay is activated it "breaks" the line.

image

I could fix that by adjusting the container class from min-width: 450px to 470px.

@shakeelmohamed
Copy link
Member

@lcpunch ok, we can make the container wider, that should be fine

lcpunch added a commit to lcpunch/zen-audio-player.github.io that referenced this issue Apr 16, 2020
- Changes button title to follow standard
- Some minor improvements
- Changes container width to fit new button
@ryekerjh
Copy link

@lcpunch is this one resolved?

@shakeelmohamed
Copy link
Member

@ryekerjh nope, if the issue is open it's not done

@0xClint
Copy link

0xClint commented Oct 8, 2022

Is the issue solved?
I would Like to contribute.

@shakeelmohamed
Copy link
Member

@Omkar0803 hi, please go ahead. It may take me a while to review the PR, however.

@0xClint
Copy link

0xClint commented Oct 9, 2022

Can you assign this issue to me

@PraveenRaj1833
Copy link

Hi @shakeelmohamed , I would like to work on this issue. Can you please assign it to me?

@shakeelmohamed
Copy link
Member

@PraveenRaj1833 go ahead

@PraveenRaj1833 PraveenRaj1833 linked a pull request Oct 23, 2023 that will close this issue
8 tasks
@PraveenRaj1833
Copy link

Hi @shakeelmohamed, I have raised a PR for this feature. Please review it.

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