Skip to content
nathom edited this page May 14, 2021 · 3 revisions

If you're getting an error that looks something like command not found: rip, make sure the location of the rip executable is on the $PATH (PATH for Windows) environment variable.

If you're having other issues with the tool, try the following:

  • Consult the help pages and their example commands.

    rip --help
    rip filter --help
    rip search --help
    rip discover --help
    rip config --help
    rip lastfm --help
  • Update streamrip with by running pip3 install streamrip --upgrade

  • Reset the config file with rip config --reset

If none of the above work, open an issue.