table of contents
| RIP(1) | RIP(1) |
NAME¶
rip - the all in one music downloader
SYNOPSIS¶
rip [OPTIONS] COMMAND [ARGS] …
DESCRIPTION¶
This manual page documents briefly the rip command. It can be used to download music from various streaming services.
OPTIONS¶
This program follows the usual GNU command line syntax, with long options starting with two dashes ('-'). rip supports the following options:
--version
--config-path PATH
-f, --folder DIRECTORY
-ndb, --no-db
-q, --quality _QUALITY
-c, --codec CODEC
--no-progress
--no-ssl-verify
-v, --verbose
--help
COMMANDS¶
config
database
file
id
lastfm
search
url
EXAMPLES¶
Quality/Format Conversion¶
rip -q 4 -c FLAC url https://tidal.com/album/123 # Best quality FLAC rip -q 2 -c MP3 search deezer track "Dance Song" # 320kbps MP3
Headless Operation¶
rip --no-progress -f file batch.txt # Silent batch processing
Debugging¶
rip -v --no-ssl-verify url https://problematic.url # Debug SSL issues
EXIT CODES¶
0
1
2
3
4
5
AUTHOR¶
rip was written by Nathan Thomas.
This manual page was written by Dr. Tobias Quathamer for the Debian project (but may be used by others).
| 2025-12-15 | 2.1.0 |