vaporget allows to easily retrieve and listen to vaporwave music stored in the Vaporwave Library Project (specifically, in the clone at https://vaporwave.ivan.moe/).

Matteo Savatteri 13aa7f84b1 Fix `getopts` formatting 4 years ago
COPYING 420d0d52e0 Rename license file to comply to GPL guidelines 4 years ago
README.md 0d749b14a5 Use -m to pass options to mpv 4 years ago
vaporget 13aa7f84b1 Fix `getopts` formatting 4 years ago

README.md

vaporget

vaporget allows to easily retrieve and listen to v a p o r w a v e music stored in the Vaporwave Library Project (specifically, in the clone at https://vaporwave.ivan.moe/, thanks to Ivan Moe).

Required software

vaporget is a POSIX sh script and requires that the following software is installed on the user's computer:

Tested on GNU/Linux, expected to work on every system with a POSIX Shell and required software.

Usage

After launching the script, if the connection with the music library succeeds a menu with a list of artists will appear. Select the artists you want to listen to (with the spacebar) and then press enter. mpv will fetch the music and reproduce it.

To pass options to mpv, use -m "[mpv_option_1], [mpv_option_2]. For example:

vaporget -m "shuffle, start=50%"

See MPV(1) for command line options and interactive use of the music player.