1.0.0 • Published 5 years ago

quaver v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Listen with Quaver

Quaver is a CLI tool that uses ffmpeg, node-ytdl-core, and AppleScript to provide seamless Spotify and YouTube playback(No more App Switching!)

Installation

As of now, Quaver only works on MacOS with the Spotify desktop app installed.

npm i -g quaver

Playback

Playlists

Playlists are .txt files of:

The easiest way to get Spotify URIs is to click the ••• symbol > Share > Copy Spotify URI in the desktop app.

Example:

https://www.youtube.com/watch?v=au2n7VVGv_c
spotify:track:6eT7xZZlB2mwyzJ2sUKG6w
spotify:track:5yuShbu70mtHXY0yLzCQLQ
https://www.youtube.com/watch?v=UYwF-jdcVjY
...

Start Quaver

Quaver has one main command: play To play a playlist, ensure spotify is running and run

quaver play <playlist.txt>

Play, Pause, Fast-Forward

Play/pause/FF is currently being implemented, and 1.1.0 will be released very soon.