DASO - Stream music from YouTube directly from your terminal.
DASO is easy to install with its dedicated installer for Windows. Follow these steps:
daso_installer_no_python.bat
: If you already have Python installed.daso_installer_python.bat
: If you don't have Python. Install Python here in case it doesn't work.📝 Note: Currently, DASO is not available for Linux or Mac. There are no plans for these platforms at the moment.
The DASO installer makes it so that you can run it from anywhere in your terminal. Basically, it adds a new command to your terminal, daso
, which you can use to run like this:
daso [song name]
For example:
daso never gonna give you up
DASO uses the YouTube API to search for the song you want to listen to, so you can use any name you want, as long as it exists on YouTube. Remember tho, to provide a name, else you will get an error.
DASO has some keybinds that you can use to control it while it's running. Here's a list of them:
space
to pause/play the songctrl + c
to stop the song and exit DASOarrow up
to increase the volumearrow down
to decrease the volumeThe neat thing about DASO is that it doesn't download the song you want to listen to, it just streams it from YouTube. Another important note is that you can't listen to Lives for now, I'm currently figuring out how to implement this feature. If you know how to, please feel free to contribute!
I welcome all types of contributions, including documentation, code, tests, suggestions, etc.... Other than that, you can also open an issue if you find a bug or if you have a suggestion, I'll try to answer as soon as possible.