Meelo
Self-hosted music server for collectors, focused on metadata and browsing
Alternative to: spotify, apple music
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
- Scanner: File-system watcher by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1191
- Front (Web): Get Progress of Matcher by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1173
Improvements, Optimizations & Enhancements 👍
- Rare songs: Include original songs from Remix albums by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1183
Mobile
- Full-screen Video Player by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1182
- Make navigation faster by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1171
- Genre Pages by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1178
- Media Controls by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1185
- Player: Buffering state by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1188
Fixes & Patches 🩹
- Mobile: Chip: Fix color of label on state change by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1186
- Mobile: Fix External Metadata Icon badge size on song page by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1179
Other Changes 🔀
- Translations update from Hosted Weblate by @weblate in https://github.com/Arthi-chaud/Meelo/pull/1164
- Setup danish translation by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1167
Documentation 📖
- Contribution guidelines by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1176
Deployment ⚙
- Server: Handle SIGINT, faster shutdown by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1169
- Docker: Fix Env var for transcoder after breaking change by @Arthi-chaud in https://github.com/Arthi-chaud/Meelo/pull/1194
New Contributors
- @Dylancyclone made their first contribution in https://github.com/Arthi-chaud/Meelo/pull/1199
Full Changelog: https://github.com/Arthi-chaud/Meelo/compare/v3.7.0…v3.8.0