streamripper

Split songs using silence detection and creates a relay server on port 8000

streamripper {url} -d {output path} -r -u "VLC/3.0.10 LibVLC/3.0.8"

Downloads the stream in a single file until the specified size in megabytes is reached.

streamripper {url} -a {filename} -M {size} -i -u "VLC/3.0.10 LibVLC/3.0.8"

By default it writes the individual files, to prevent it, use -A

This package is available in the Fedora Fusion repository, to enable it:

sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

sudo dnf install streamripper

linux command music

Back