-
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
[FEATURE REQUEST] Loop song button #187
Comments
The thing is, I don't think I loop a specific segment of a video using the YouTube API. |
Yes, little extra work but all the songs are listed in the playlist right? Can you make a func that if the loop button is pressed it knows what song was played on top and using the title of the song it will loop via the youtube video of that individual song? Or, will that mess up things? If possible, this would be great, otherwise, its not really needed, this was just a idea coz a loop button would be good in the project, if possible. |
When you say a little extra work, you mean a ton of API requesting. Yes, this is possible, and yes I can do it, but it would require a ton of code, debugging and refactoring. In short, it isn't worth it. EDIT: Just found this... https://stackoverflow.com/questions/38645329/how-to-play-a-section-of-a-youtube-video-on-a-loop/41036768 So it is possible. |
True. I found that stackoverflow too, but I didn't understand it lol |
@TechStudent11 So, can you work on this? |
@TechStudent11 Please can you work on this on priority as soon as possible? |
Waiting for your reply on this @TechStudent11 ... Thanks |
Tell me where you want the button to be placed and I'll handle the rest. |
After the song has been started playing, a small button can appear above the lyrics button. |
okay |
Okay so I looked at it a bit more, and this is going to require basically a full rewrite. I think we should hold off on this feature until the React/Next rewrite (#189) is complete. |
Ok cool |
If someone else can work on this in the current way it is, ig we'll proceed. Hope that's fine @TechStudent11 |
yeah sorry. I've been working on a mobile app, so I haven't been working on anything else, really. |
No, you said we should do this after we convert it to React or Next.JS so
that's why I asked this. I kinda knew you were using the mobile app.
…On Sat, 12 Feb 2022 at 20:09, TechStudent10 ***@***.***> wrote:
If someone else can work on this in the current way it is, ig we'll
proceed. Hope that's fine @TechStudent11
<https://github.com/TechStudent11>
yeah sorry. I've been working on a mobile app, so I haven't been working
on anything else, really.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTPIX2B6EKNY4KH72W3U2ZWJNANCNFSM5NERG3WA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ohh okay.
No, as in I am coding a mobile app. |
Ok oh, what are you using? Android Studio?
…On Sat, 12 Feb 2022 at 21:55, TechStudent10 ***@***.***> wrote:
No, you said we should do this after we convert it to React or Next.JS so
that's why I asked this.
Ohh okay.
I kinda knew you were using the mobile app.
No, as in I am coding a mobile app.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTJTNZBYE4B5WYICKLLU22CVZANCNFSM5NERG3WA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm using React Native with the Expo CLI. |
interesting
…On Sun, 13 Feb 2022 at 01:52, TechStudent10 ***@***.***> wrote:
Ok oh, what are you using? Android Studio?
I'm using React Native with the Expo CLI.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTNIPUVOOGYVTZNZ6VDU226SBANCNFSM5NERG3WA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I aim for this to be done by July 2022, but, as @TechStudent11 said, I'm sure not sure if #189 needs to be done before this for this to work. |
@TechStudent11 Is this possible in a .mp3 version/offline version... I'm getting to work on that soon. |
Hi @KendallDoesCoding i think there should also be a pause button. |
Hi @ArhyaSaha , This would be better if it is part of #105 instead of on this issue, this issue is solely for the purpose of a button to loop the song. |
@CipherKill as you helped with the stop button, would you be able to help with the loop button as well? |
To recap, you need a loop button that would play the played/playing song from the beginning ? @KendallDoesCoding |
Yes!!
…On Thu, 22 Sept 2022 at 21:33, Alan Raju ***@***.***> wrote:
To recap, you need a loop button that would play the played/playing song
from the beginning ?
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTO4UMYOR6NIXTSMYMLV7R7NFANCNFSM5NERG3WA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It's possible, but using "loop=1" on the URL isn't the way to go. I'll test out an idea I have and let you know here. |
Yes, I know.. Ok, thanks! If it works out, please make a PR.
…On Thu, 22 Sept 2022 at 22:26, Alan Raju ***@***.***> wrote:
It's possible, but using "loop=1" on the URL isn't the way to go. I'll
test out an idea I have and let you know here.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTIDY4R4PUQC55BQZNLV7SFUPANCNFSM5NERG3WA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sure! |
Hey! Good news, got it to work. Making a PR now. |
Thanks!
…On Fri, 23 Sept 2022 at 15:15, Alan Raju ***@***.***> wrote:
Hey! Good news, got it to work. Making a PR now.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTLN5A7PTZNZLZT62C3V7V35LANCNFSM5NERG3WA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi Arhya,
That can be a part of #105 as it relates to volume.
…On Wed, 24 Aug 2022, 2:34 am ArhyaSaha, ***@***.***> wrote:
Hi @KendallDoesCoding <https://github.com/KendallDoesCoding> i think
there should also be a pause button.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGJUTOEHCEYB5ULVGHYG53V2U4GNANCNFSM5NERG3WA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A small button that if tapped will loop the song.
The code that needs to be added to the embed for this to work is loop=1, that's the youtube api code.
@TechStudent11 Please work on this today, if possible otherwise tommrow. Thanks
The text was updated successfully, but these errors were encountered: