mosesman831 / SPSEmus

Opus Audio Streaming Web App for YouTube. Don't watch, Listen & Save Data.

Home Page:https://ytify.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status Tokei Lines Of Code

ytify is a simple WebApp, built with vanilla TypeScript for maximum efficiency, that streams only audio from YouTube. Listen to Podcasts, Audiobooks, Music and other Audio focused YouTube Videos, even under the lowest network conditions.

What else are you getting ?

  • Queue 🚦: Add multiple streams to keep your audio streams going.
  • Playlists 🎢: Open YouTube playlists and queue them to the player.
  • Theming 🎨: Modern Autonomous themed UI based on stream thumbnail.
  • PWA πŸ“±: Install ytify as an app on your device and open YouTube links with it from your OS share menu.
  • Radio πŸ“»: Fetches similar streams and creates a playlist for your stream, great for music listeners.
  • Library πŸ“š: Discover feed, history, favorites & custom playlists.

chrome_screenshot_ytify_v6_desktop

WHY / The story of ytify with n-ce

  • I was an avid NewPipe user back in 2021, which I used for background playback.
  • I noticed it wasn't able to stream under low network conditions.
  • So i decided to create an issue.
  • Upon finding no active resolution on the issue, I took it to myself and created this project on Jan 2022.

Development Setup πŸ”§

  1. Prerequisites : Node.js , Beginner TypeScript Knowledge.
  2. Clone repository with
git clone https://github.com/n-ce/ytify

or

 gh repo clone n-ce/ytify
  1. Move to Directory & Install Dependencies
cd ytify ; npm install
  1. If you prefer using DevTools, you may disable eruda in vite.config.ts
const eruda = false
  1. Start the development server and open localhost
npm run dev -- --open

Usage πŸ‘†

  1. Visit the Production Deployment, or if you've installed the project, wherever you're hosting it.
  2. Change the bitrate of the content you're streaming on the Home tab.
  3. Use the Search tab to search for streams with keywords or a direct URL.
  4. Click on a stream to open a menu to either play, enqueue, or start a Radio of similar tracks and various other actions.
  5. Enjoy listening to music, podcast episodes, or other forms of audio even under low network conditions.
  6. Finding something new? Head over to Discover on the Library Tab.
  7. Want the Highest Quality Output always? Just turn on Highest Quality in Settings.
  8. Want to save more data or speed up ux? Just turn off Load Thumbnails in Settings.

Privacy Policy πŸ‘οΈ

We use Beampipe Analytics for minimal site stats, only the browser user-agent data is collected anonymously for this. Everything else remains on your device only, which can also be cleared anytime using the clear data option in settings.

License πŸ“

Read More.

Contributing πŸ“‹

We are actively seeking contributors, Read More Here.

Acknowledgements πŸ™

About

Opus Audio Streaming Web App for YouTube. Don't watch, Listen & Save Data.

https://ytify.netlify.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 66.8%Language:CSS 20.5%Language:HTML 12.7%