Skip to content

BrownNPC/Youtube-Music-TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-Music TUI

Youtube-Music TUI Logo

Youtube Music from the Terminal. 💻🎵

Screenshot of Youtube Music TUI

Features ✨

  • Playlist support
  • Suffle Playlist
  • Loop Playlist
  • Discord Presence (Planned)
  • Customizable Theme (Planned)
  • Builtin Search (Planned)

Installation

Getting Started

Run ytt to launch the app.

You can type ytt -h for the help message
usage:	ytt [options]
options:
  -h, help, --help       Show this help message
  -c, config, --config   Open config file folder
  -r, refresh, --refresh Refresh the playlist cache
  -v, version, --version Show version and information

Controls

Navigation

tab Switch section

k/ Up

j/ Down

Home Scroll to top

End Scroll to bottom

Enter Select, Start a track

Ctrl+C/Command+C Quit

Playback

space Play/Pause

Seek 10s forwards

Seek 10s backwards

, Volume down

. Volume up

s Toggle shuffle

Adding your own playlist

first run ytt -c to open the config folder, then edit the array playlists to include your custom playlist id from youtube

Refreshing playlists

when you update your playlist on youtube, you might want to rebuilt the cache, you can do this by running ytt -r


Compiling