Meelo logo

Meelo

Self-hosted music server for collectors, focused on metadata and browsing

Alternative to: spotify, apple music

Meelo screenshot

About Versions (43)

v3.8.0

2025-11-07

:tada: Introducing automated file scans and UI/UX improvements for the mobile app, including a full-screen player for videos.

The file-watcher for the scanner is in an early state and does not handle events like file modification and renaming. Feedback is welcome.

The mobile app is more stable now, but still in alpha. Again, feedback is welcome.

⚠️ There’s been a breaking change regarding the transcoder. You have to update the environment variables in the docker-compose for it to start:

-      - POSTGRES_USER=${POSTGRES_USER}
-      - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-      - POSTGRES_DB=${POSTGRES_DB}
-      - POSTGRES_SCHEMA=gocoder
-      - POSTGRES_SERVER=db
+      - PGUSER=${POSTGRES_USER}
+      - PGPASSWORD=${POSTGRES_PASSWORD}
+      - PGDATABASE=${POSTGRES_DB}
+      - PGHOST=db
+      - PGPORT=5432

What’s Changed

New features

Improvements, Optimizations & Enhancements 👍

Mobile

Fixes & Patches 🩹

Other Changes 🔀

Documentation 📖

Deployment ⚙

New Contributors

Full Changelog: https://github.com/Arthi-chaud/Meelo/compare/v3.7.0…v3.8.0