-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaning comments and updated readme
- Loading branch information
Showing
2 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# ytplay | ||
|
||
Search and play songs right from your terminal! | ||
|
||
## Dependencies | ||
|
||
- youtube-dl | ||
- ffmpeg (This program currently uses the ffplay utility to handle the sound) | ||
|
||
## Installation | ||
|
||
- Download the binary from the releases section (Currently supported on linux only) | ||
- Get API key for the Youtube API from [here](https://console.developers.google.com) | ||
- Run ```ytplay -key=<your-api-key>``` | ||
- Then just search for songs by keyword ```ytplay search <keyword>``` (Make sure there are no spaces) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters