Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.02 KB

Readme.md

File metadata and controls

35 lines (28 loc) · 1.02 KB

Terminal.YoutubeMusic [WIP]

Listen to youtube music from the terminal

imagen

TODO

  • Implement login with cookies (either via browser or by manually grabbing them)
  • Implement Youtube music suggestions
  • Repeat song or list of songs
  • Seek time with only keyboard
  • Improve queue so you can go to any video without skiping one by one

Requirements

  • .NET 8
  • Terminal
  • Windows, Mac or Linux

Features

  • Almost no CPU usage
  • Small memory usage
  • No external dependencies (No MPV, no yt-dlp or youtube-dl)

Download

Warning

Expect bugs, crashes, sound glitches, etc.

  • There is no stable release yet but you can download the latest commit

How to run

  • Run dotnet Console.dll

Dependencies