-
Notifications
You must be signed in to change notification settings - Fork 62
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
Added default volume feature #340
Added default volume feature #340
Conversation
β Deploy Preview for mogulchristmas ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@KendallDoesCoding this PR adds youtube iframe API which opens doors to more flexible video controls in future |
So, that's why when we click a song the text and stuff moves down. It's ok if there's no other option to do this, but it's good that it's invisible. |
Will review in a bit. |
actually that behavior was there earlier too. I have tested and it works as the old one. Also I will suggest creating a issue for adding volume, pause/play, buffer loading controls. Assign this to me please. |
oh yeah, i didn't realize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, it's still not working.
Unless, I got it wrong. What I believe this is supposed to do is set a standard volume of 50% per song, right?
So, even when the last YouTube video I watched is on mute, this should be 50%, but maybe it doesn't work like that.
Also, I believe that @KlausMikhaelson was assigned to work on this in #311. In future, if you want to work on a issue, please mention in that issue. By doing this, no-ones time gets wasted, incase I merge your PR and @KlausMikhaelson has already nearly done from his part but not yet opened the PR, get what I mean, right? Now, that you've opened the PR it's okay though! |
uhhh actually as I mentioned earlier @KendallDoesCoding on the issue I was able to fix it by this approach but thought of trying to do it with kind of api that is already present, lol my bad but just make sure to ask before making a pr in future @sharmavivek223 |
oh ok, i forgot lol. sorry |
nw!!!, gotta complete the other issues now asap lol |
sorry about that, I'll keep that in mind. @KendallDoesCoding this is working as it should be I tried opening a song in youtube and played on mute, then I played the first song from list in a new tab it was played at 50% volume. |
Oh, it didn't work for me. But, will try it again maybe this time locally. |
great, just so you know I tried both locally and on generated preview url |
Any updates @KendallDoesCoding ? |
It still isn't working for me. Can you share a screen recording with desktop audio so I can see how it deploys for you? |
@sharmavivek223 - I request @TechStudent10 or another contributor to review this as it maybe a problem from my end. Steps to be done:
|
Yeah, no. Sorry can't rn. |
I'll have to see if I get any free time |
Hi, It's not involving any coding. Just a reviewing process. It will take barely 1 minute. |
Just follow the steps I shared and we're good to go. |
I'm free now. I can take a look. |
@KendallDoesCoding The music plays after muting the video on my system. Better do more testing though to see if it's a one-off. My browser is Brave, if you need it. |
Ok. Ig it works with some browsers (depending on the settings of the
browsers) (extensions of the browser may make this not work at times).
I'll merge it, but in the release notes state the above.
β¦On Sat, 5 Nov 2022, 3:23 am TechStudent10, ***@***.***> wrote:
@KendallDoesCoding <https://github.com/KendallDoesCoding> The music plays
after muting the video on my system. Better do more testing though to see
if it's a one-off.
My browser is Brave, if you need it.
β
Reply to this email directly, view it on GitHub
<#340 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTJIBYIHM6LO56ABWKLWGWAVZANCNFSM6AAAAAARHFSCDE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks for your contribution @sharmavivek223. |
- add line to Important section, referencing the changes made in #340 . - move important section above in the README (as it's important π ).
π οΈ Fixes Issue
Fixes #311
Related Issue/Addition to code
π¨βπ» Changes proposed
Type of change
βοΈ Check List (Check all the applicable boxes)
π Note to reviewers
iframe api
.onYouTubeIframeAPIReady
when it gets initiated.π· Screenshots