Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. [SpotDL] on Cloudron - Download Youtube music from Spotify playlist

[SpotDL] on Cloudron - Download Youtube music from Spotify playlist

Scheduled Pinned Locked Moved App Wishlist
1 Posts 1 Posters 620 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tachy
    wrote on last edited by tachy
    #1
    • Main Page: https://github.com/spotDL/spotify-downloader
    • Git: https://github.com/spotDL/spotify-downloader
    • Licence: MIT
    • Docker: Yes

    • Summary: Download Spotify playlist using Youtube music.

    Gets the file on the disk and available in the browser.

    Got it working with this remixed Dockerfile :

    • Dockerfile
    FROM python:3-alpine
    
    LABEL maintainer="xnetcat (Jakub)"
    
    # Install dependencies
    RUN apk add --no-cache \
        ca-certificates \
        ffmpeg \
        openssl \
        aria2 \
        g++ \
        git \
        py3-cffi \
        libffi-dev \
        zlib-dev
    
    # Install uv and update pip/wheel
    RUN pip install --upgrade pip yt-dlp spotdl==4.2.11
    
    # Change Workdir to download location
    WORKDIR /app/data
    
    RUN mkdir -p /run/.spotdl && ln -s /run/.spotdl /root/.spotdl
    
    # Entrypoint command
    ENTRYPOINT ["spotdl", "web", "--host", "0.0.0.0", "--web-use-output-dir", "--output", "/app/data/{artist}/{title}.{output-ext}", "--keep-alive"]
    
    • CloudronManifest.json
    {
      "title": "SpotDL",
      "description": "Download file from Youtube using Spotify ressources",
            "version": "0.0.1",
      "httpPort": 8800,
      "addons": {
        "localstorage": {},
                    "proxyAuth": { "path": "/" }
      },
      "manifestVersion": 2
    }
    

    Screenshots

    4a8bcb62-8aa0-413f-aac0-80ea0f8d0142-image.png

    1 Reply Last reply
    3

    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

    With your input, this post could be even better 💗

    Register Login
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Bookmarks
    • Search