n-ce / ytify

Audio Streaming Web App for YouTube. Stop watching, Listen. Save data & 🌎.
https://ytify.netlify.app
GNU General Public License v3.0
153 stars 48 forks source link

added audio stream feature #66

Closed SamEarth79 closed 1 year ago

SamEarth79 commented 1 year ago

Hi, first of all this is a great project.

I was able to use audio.currentTime and audio.duration to fetch the required details. Let me know if this needs any changes.

Screenshot 2023-01-22 at 6 31 55 PM
netlify[bot] commented 1 year ago

Deploy Preview for ytify ready!

Name Link
Latest commit 10266aa841ccb9e2d57013498f70a2b9f6e13576
Latest deploy log https://app.netlify.com/sites/ytify/deploys/63ce1d61f0027b0009fa3f41
Deploy Preview https://deploy-preview-66--ytify.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

n-ce commented 1 year ago

Hi, thanks for the PR! Can you tell me what this line helps in?

Anyways, I have made the required changes and now it is ready to be merged!

SamEarth79 commented 1 year ago

Hello, I had a good time contributing to this, so thanks to you too. So all the child elements of #playerControls are aligned horizontally using display: flex. justify-content is used to align them horizontally align-items is used to align them vertically