A streaming music downloader.

Sayem Chowdhury d826a2883c Minor cleanup 4 years ago
src d826a2883c Minor cleanup 4 years ago
.gitignore 8a5eb4db41 Initial commit 4 years ago
.prettierrc 8a5eb4db41 Initial commit 4 years ago
LICENSE 3f25986943 MIT 4 years ago
README.md 7916690b1c Updated 4 years ago
build.sh f031985f5b Fix windows build 4 years ago
d-fi.js 8ec9aec25b Minor improvements 4 years ago
index.js 034b32d9d1 Updated 4 years ago
package-lock.json 94ca95cdb0 Fixed album limits (#1) 4 years ago
package.json a0b62dda3c v1.1.2 4 years ago
screenshot.png 8a5eb4db41 Initial commit 4 years ago
test.sh 1931199bd6 Create test 4 years ago

README.md

d-fi

A streaming music downloader.

Screenshot

d-fi is a program for downloading music from streaming music services.

Remember that the artists and studios put a lot of work into making music - purchase the original music to support them.

Features

  • Supports single tracks, albums, artists, and playlists
  • Music quality selection (MP3 - 128 kbps, MP3 - 320 kbps, FLAC - 1411 kbps)
  • Auto tagging MP3 & FLAC (including album cover and lyrics)
  • Download a list of links from "downloads.txt"
  • Track search support
  • CLI and module support

Supported sites

  • Deezer
  • Tidal
  • Spotify

Tidal and Spotify tracks will be sourced from Deezer

Install

npm i d-fi -g

or

yarn global add d-fi

Run d-fi to start.

Pre-built binary here

CLI parameters

Parameter Short Default Supported values Description
--quality -q 320 128/320/FLAC The quality of the files to download
--path -p Music Relative or absolute path The path to download the files to
--url -u or nothing album/artist/playlist/track url Downloads from url
--downloadmode -d single all for "downloads.txt" Downloads multiple urls from list
--help -h Nothing Shows the CLI help

Donations

If you want to show your appreciation, you can donate me on ko-fi or buy me a coffee. Thanks!

Telegram community group: @dFiCommunity

Disclaimer

d-fi was not developed for pirating music but educational and private usage.

It may be illegal to use this in your country,

I am not responsible in any way for the usage of others.


Made with :heart: & :coffee: by Sayem

Based on SMLoadr and Deezloader Remix