Skip to content

henriquesebastiao/downtify

Repository files navigation


Downtify

Web GUI for spotDL. Allows you to download music from Spotify along with album art, lyrics and metadata.

Test Coverage Badge GitHub Release GitHub License Visitors Docker Pulls

downtify-demo.mp4

Features ✨

With Downtify you can download Spotify music containing album art, track names, album title and other metadata about the songs. Just copy the Spotify link, whether it's a single song, an album, etc. As soon as your downloads are complete you will be notified!

Music Sourcing

Downtify uses SpotDL to download music, which in turn uses YouTube as a download source. This method is used to avoid issues related to downloading music from Spotify.

Warning

Users are responsible for their actions and potential legal consequences. We do not support unauthorized downloading of copyrighted material and take no responsibility for user actions.

Usage

Docker CLI

Important

Make sure to change the path /path/to/downloads in the command below to the path on your computer where you want to view the downloaded songs.

docker run -d -p 8000:8000 --name downtify -v /path/to/downloads:/downloads henriquesebastiao/downtify

Docker Compose

services:
  downtify:
    container_name: downtify
    image: henriquesebastiao/downtify:latest
    ports:
      - '8000:8000'
    volumes:
      - ./path/to/downloads:/downloads
    environment:
      - CLIENT_ID=5f573c9620494bae87890c0f08a60293  # Optional
      - CLIENT_SECRET=212476d9b0f3472eaa762d90b19b0ba8  # Optional

License

This project is licensed under the GPL-3.0 License.