-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Add Workarounds To Readme.md #891
Add Workarounds To Readme.md #891
Conversation
Add Genius to the apps that are using the library
Thanks for putting this together! can you send the PR to the dev branch? i will review it sometime this week :) |
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.
I have take the liberty to rephrase some some of the text. Let me know what you think.
The idea is to give general guidance instead of a step-by-step tutorial.
README.md
Outdated
} | ||
``` | ||
|
||
## Play Next Video |
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.
it's not super clear to me what this workaround does, can you please try to explain a bit better? why would someone want to use it?
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.
that code basically gets YouTube video from "more video"(you can think of it like recommendation section on YouTube) so if you want to play next recommended video.It is like "auto play" function on YouTube. I personally call that code from YT.PlayerState.ENDED
so when video ends it automatically plays the next recommended video.
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.
Ok that makes sense, thanks for the explanation.
thanks for the help @Serkali-sudo |
Add FAQ section to README with workarounds
I combined them all in the readme file.
#885 (comment)