Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biswaviraj/playt
Play or download youtube songs from terminal built using Node.js
https://github.com/biswaviraj/playt
cli node nodejs streaming-audio teminal-application youtube-dl youtube-player
Last synced: 24 days ago
JSON representation
Play or download youtube songs from terminal built using Node.js
- Host: GitHub
- URL: https://github.com/biswaviraj/playt
- Owner: BiswaViraj
- License: mit
- Created: 2019-10-05T16:41:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T02:36:37.000Z (about 2 years ago)
- Last Synced: 2023-03-03T01:25:17.889Z (over 1 year ago)
- Topics: cli, node, nodejs, streaming-audio, teminal-application, youtube-dl, youtube-player
- Language: JavaScript
- Homepage:
- Size: 3.55 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlaYT
Stream or download youtube songs from terminal
## Description
- Playt is a CLI app written in Node.js
- It allows to stream or download audio from YouTube with in the Terminal by a simple command**!! Note**: VLC is required to stream
## Commands
```shell
$ playt search "song name"
```![Search](assets/playtDemo.png)
Searches for the song and returns a list of 10 matching songs.
Choose the one from the list by entering the number corresponding to it and it will stream as well as download the song into a folder named "playtSongs" in the Home directory.If the song selected is already present in the "playtSongs" folder then it plays the offline/local file and doesn't download it again.
```shell
$ playt download "song name"
```This command only downloads the selected song and doesn't play it through the terminal.