A streaming music downloader. https://github.com/d-fi/releases/releases

Sayem Chowdhury aca3437eb7 v1.0.4 4 years ago
src 747da80772 Use XL cover 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 8a5eb4db41 Initial commit 4 years ago
build.sh 5dd4e5c48f Build script 4 years ago
d-fi.js 1931199bd6 Create test 4 years ago
index.js 8a5eb4db41 Initial commit 4 years ago
package-lock.json 1bab4de4de Fixed label 4 years ago
package.json aca3437eb7 v1.0.4 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)
  • Download a list of links from "downloads.txt"
  • 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.

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 BMC. 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