MusicService
Synchronize playlists to cloud storage as high-quality MP3 files
52 stars 5 forks last commit first released AGPL-3.0
Actively maintained
Last commit 27 Jul 2026.

MusicService is a Dockerized microservice that synchronizes YouTube playlists and other supported providers with cloud storage by downloading videos, converting them to MP3, adding cover art, and uploading via WebDAV. It runs as a container with a simple web UI and can monitor playlists for new tracks automatically.
Key Features
- Downloads audio/video from a wide range of sites using youtube-dl/yt-dlp backends
- Monitors playlists and channels for new items and queues downloads automatically
- Converts video files to high-quality MP3 using ffmpeg and embeds cover art and basic metadata
- Uploads resulting MP3s to any WebDAV-compatible cloud storage (Nextcloud, ownCloud, etc.)
- Tracks already-downloaded songs to avoid duplicates and unnecessary downloads
- Runs as a Docker container with a web UI (default port 5678) and provided Docker Compose setup
Use Cases
- Maintain a personal MP3 music library in Nextcloud by automatically syncing selected YouTube playlists
- Archive and backup favorite mixes or artist uploads to a private cloud drive
- Automate scheduled or continuous ingestion of new tracks for a home media collection
Limitations and Considerations
- Functionality depends on upstream downloader and ffmpeg; changes to provider sites can temporarily break downloads
- Intended for personal/home use; not a scalable enterprise ingestion pipeline
- Requires a WebDAV-capable storage endpoint and a host capable of running Docker containers
MusicService is a focused tool for automating the download, conversion, and storage of online music sources into a managed MP3 collection on WebDAV storage. It is lightweight to deploy via Docker and is useful for home servers and personal media management.
Categories:
Tags:
Tech Stack:
Similar to MusicService
ytdl-sub
Declarative yt-dlp wrapper to download and prepare media libraries
CLI tool that orchestrates yt-dlp and FFmpeg with YAML presets to download, convert, tag, and organize media for Plex, Jellyfin, Kodi, Emby and music players.

AList
Multi-storage file listing server with WebDAV and previews
AList is a multi-storage file listing and sharing server with WebDAV access, file previews, protected routes, uploads, and cross-storage file operations.

SoulSync
Automated music discovery and collection manager for self-hosted libraries
SoulSync automates music discovery, playlist curation, downloads, and library organization, syncing results to media servers like Plex, Jellyfin, and Navidrome.

ownCloud Infinite Scale
Cloud-native file sync and sharing platform for unified data access
ownCloud Infinite Scale (oCIS) is a cloud-native file sync and share platform with WebDAV/CS3 APIs, OIDC authentication, and scalable microservice architecture.

Jellyplist
Sync Spotify playlists into a Jellyfin music library
Replicates and keeps Spotify playlists synced to a Jellyfin server, matching local tracks, downloading missing tracks via SpotDL, and offering Lidarr integration.

LidaTube
Finds and fetches missing Lidarr albums using yt-dlp
Automates finding and downloading missing albums for Lidarr by searching online sources via yt-dlp, with scheduling, match thresholds, and optional direct import into Lidarr.


