All Projects → nathom → streamrip

nathom / streamrip

Licence: GPL-3.0 license
A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to streamrip

wake-me-up
The internet's favorite alarm clock since 2011
Stars: ✭ 21 (-97.58%)
Mutual labels:  soundcloud, deezer
muffon
Music streaming browser
Stars: ✭ 491 (-43.37%)
Mutual labels:  soundcloud, deezer
webplayer-hotkeys
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
Stars: ✭ 16 (-98.15%)
Mutual labels:  soundcloud, deezer
blade-player
Android music player that plays from local library, Spotify or Deezer
Stars: ✭ 67 (-92.27%)
Mutual labels:  soundcloud, deezer
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-93.43%)
Mutual labels:  soundcloud, deezer
qobuz-dl
A complete Lossless and Hi-Res music downloader for Qobuz
Stars: ✭ 531 (-38.75%)
Mutual labels:  qobuz, hi-res
soundcloud-dl
A Python project that downloads tracks from soundcloud.com, complete with metadata and album art
Stars: ✭ 118 (-86.39%)
Mutual labels:  soundcloud
deezer-desktop-linux
[NO LONGER MAINTAINED] Deezer Desktop for Linux
Stars: ✭ 37 (-95.73%)
Mutual labels:  deezer
rtide
R package to calculate tide heights
Stars: ✭ 14 (-98.39%)
Mutual labels:  tidal
Musicdna
A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
Stars: ✭ 2,734 (+215.34%)
Mutual labels:  soundcloud
soundscrape
SoundCloud command line downloader in Node.js
Stars: ✭ 28 (-96.77%)
Mutual labels:  soundcloud
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (-71.74%)
Mutual labels:  soundcloud
deezer
Deezer Archlinux AUR package
Stars: ✭ 42 (-95.16%)
Mutual labels:  deezer
ad-silence
Mute Ad/promotions from Accuradio, Spotify, TIDAL & Pandora Android. Minimal, extensible & lightweight under 150kb.
Stars: ✭ 132 (-84.78%)
Mutual labels:  tidal
MQA identifier
Master Quality Authenticated codec reverse engineering, Tool to identify MQA encoding and Master's Sample Rate
Stars: ✭ 89 (-89.73%)
Mutual labels:  lossless-music
nau-jukebox
Nâu Jukebox - share the song you love with the team, one person as host will play the song to listen together
Stars: ✭ 28 (-96.77%)
Mutual labels:  soundcloud
deezer-linux
An universal linux port of deezer, supporting both Flatpak and AppImage
Stars: ✭ 141 (-83.74%)
Mutual labels:  deezer
tidal-cheat-sheet
A cheat sheet for Tidal, a language for live coding patterns
Stars: ✭ 38 (-95.62%)
Mutual labels:  tidal
soundcloud audio player
🎹 SoundCloud Audio Player for Flutter.
Stars: ✭ 50 (-94.23%)
Mutual labels:  soundcloud
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (-97%)
Mutual labels:  deezer

streamrip

Downloads Code style: black

A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.

Streamrip downloading an album

Features

  • Super fast, as it utilizes concurrent downloads and conversion
  • Downloads tracks, albums, playlists, discographies, and labels from Qobuz, Tidal, Deezer, and SoundCloud
  • Supports downloads of Spotify and Apple Music playlists through last.fm
  • Automatically converts files to a preferred format
  • Has a database that stores the downloaded tracks' IDs so that repeats are avoided
  • Easy to customize with the config file
  • Integration with youtube-dl

Installation

First, ensure Python (version 3.8 or greater) and pip are installed. If you are on Windows, install Microsoft Visual C++ Tools. Then run the following in the command line:

pip3 install streamrip --upgrade

When you type

rip

it should show the main help page. If you have no idea what these mean, or are having other issues installing, check out the detailed installation instructions.

If you would like to use streamrip's conversion capabilities, download TIDAL videos, or download music from SoundCloud, install ffmpeg. To download music from YouTube, install youtube-dl.

Streamrip beta

If you want to get access to the latest and greatest features without waiting for a new release, install from the dev branch with the following command

pip3 install git+https://github.com/nathom/streamrip.git@dev

Example Usage

For Tidal and Qobuz, you NEED a premium subscription.

Download an album from Qobuz

rip url https://www.qobuz.com/us-en/album/rumours-fleetwood-mac/0603497941032

Download multiple albums from Qobuz

rip url https://www.qobuz.com/us-en/album/back-in-black-ac-dc/0886444889841 https://www.qobuz.com/us-en/album/blue-train-john-coltrane/0060253764852

Download the album and convert it to mp3

rip url --codec mp3 https://open.qobuz.com/album/0060253780968

To set the maximum quality, use the --max-quality option to 0, 1, 2, 3, 4:

Quality ID Audio Quality Available Sources
0 128 kbps MP3 or AAC Deezer, Tidal, SoundCloud (most of the time)
1 320 kbps MP3 or AAC Deezer, Tidal, Qobuz, SoundCloud (rarely)
2 16 bit, 44.1 kHz (CD) Deezer, Tidal, Qobuz, SoundCloud (rarely)
3 24 bit, ≤ 96 kHz Tidal (MQA), Qobuz, SoundCloud (rarely)
4 24 bit, ≤ 192 kHz Qobuz
rip url --max-quality 3 https://tidal.com/browse/album/147569387

Search for albums matching lil uzi vert on SoundCloud

rip search --source soundcloud 'lil uzi vert'

streamrip interactive search

Search for Rumours on Tidal, and download it

rip search 'fleetwood mac rumours'

Want to find some new music? Use the discover command (only on Qobuz)

rip discover --list 'best-sellers'

Download a last.fm playlist using the lastfm command

rip lastfm https://www.last.fm/user/nathan3895/playlists/12126195

For extreme customization, see the config file

rip config --open

If you're confused about anything, see the help pages. The main help pages can be accessed by typing rip by itself in the command line. The help pages for each command can be accessed with the -h flag. For example, to see the help page for the url command, type

rip url -h

example_help_page.png

Other information

For more in-depth information about streamrip, see the help pages and the wiki.

Contributions

All contributions are appreciated! You can help out the project by opening an issue or by submitting code.

Issues

If you're opening an issue use the Feature Request or Bug Report templates properly. This ensures that I have all of the information necessary to debug the issue. If you do not follow the templates, I will silently close the issue and you'll have to deal with it yourself.

Code

If you're new to Git, follow these steps to open your first Pull Request (PR):

  • Fork this repository
  • Clone the new repository
  • Commit your changes
  • Open a pull request to the dev branch

Please document any functions or obscure lines of code.

The Wiki

To help out streamrip users that may be having trouble, consider contributing some information to the wiki. Nothing is too obvious and everything is appreciated.

Acknowledgements

Thanks to Vitiko98, Sorrow446, and DashLt for their contributions to this project, and the previous projects that made this one possible.

streamrip was inspired by:

Disclaimer

I will not be responsible for how you use streamrip. By using streamrip, you agree to the terms and conditions of the Qobuz, Tidal, and Deezer APIs.

Donations/Sponsorship

Buy Me A Coffee

Consider contributing some funds here, which will go towards holding the premium subscriptions that I need to debug and improve streamrip. Thanks for your support!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].