zen-audio-player / zen-audio-player.github.io

Listen to YouTube videos, without the distracting visuals.
https://zen-audio-player.github.io/
MIT License
225 stars 180 forks source link

Autoplay Feature from Youtube #222

Open yoshrubin opened 8 years ago

yoshrubin commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

lazy-sunshine commented 6 years ago

is this issue still open for working?

shakeelmohamed commented 6 years ago

@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

aarondchu commented 5 years ago

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

shakeelmohamed commented 5 years ago

@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 commented 4 years ago

Any updates? Is this up for grabs again?

shakeelmohamed commented 4 years ago

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

lcpunch commented 4 years ago

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

shakeelmohamed commented 4 years ago

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

k----n commented 4 years ago

@lcpunch @shakeelmohamed

I implemented autoplay the next related video in this PR: https://github.com/zen-audio-player/zen-audio-player.github.io/pull/329

Not sure if it's mergeable?

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

lcpunch commented 4 years ago

@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 commented 4 years ago

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

ryekerjh commented 3 years ago

@lcpunch is this one resolved?

shakeelmohamed commented 3 years ago

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

0xClint commented 1 year ago

Is the issue solved? I would Like to contribute.

shakeelmohamed commented 1 year ago

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

0xClint commented 1 year ago

Can you assign this issue to me

PraveenRaj1833 commented 9 months ago

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

shakeelmohamed commented 9 months ago

@PraveenRaj1833 go ahead

PraveenRaj1833 commented 9 months ago

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