Navidrome is a free, open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. https://www.navidrome.org/
This is an unofficial community. However, we adhear to the official Code Of Conduct set by the Navidrome project.
Bugfix release
A few more bug fixes and improvements.
Changelog
New Features
1c691ac: feat(docker): automatically loads a navidrome.toml file from /data, if available (@deluan)
57e0f6d: feat(serve...
I would like to build search urls which search for specific songs, albums etc.
As the id navidrome uses is not accessible for me, I would like to construct a search url which searches for ID3 tags, e.g. musicbrainz IDs.
Bugfix release
A bunch of bug fixes, and a couple of improvements.
Thanks you all for the feedback!
Changelog
New Features
2838ac3: feat(scanner): allow disabling tags with Tags.<tag>.Ignore=true ...
Navidrome 0.55.0 - Big Refactor (BFR) Release Notes
Overview
Navidrome 0.55.0 introduces the highly anticipated Big Refactor (BFR), significantly enhancing core functionalities,
and introducing rob...
Link Actions
Overview
Navidrome 0.55.0 introduces the highly anticipated Big Refactor (BFR), significantly enhancing core functionalities, and introducing robust new features. This release brings substantial improvements in handling file management and metadata usage and customization.
New Features
Multiple Artists in Albums and Songs: Navidrome now supports albums and tracks with multiple artists, allowing users to group tracks with different artists under a single album. This feature enhances the organization of compilation albums and multi-artist collaborations.
Contributors and Performers: Composer, conductor, and other contributors can now be added to tracks, providing detailed information about the creators and performers involved in the music production process.
Album Versions: Support for ALBUMVERSION tag has been added, enabling users to differentiate between standard
releases, deluxe editions, remasters, and other versions of the same album. This fe
This is an important security fix. Please update ASAP. A proper CVE advisory will be published soon and will be linked here.
Changelog
Security updates
287079a: sec(subsonic): authentication bypas...
Link Actions
This is an important security fix. Please update ASAP. A proper CVE advisory will be published soon and will be linked here.
This is a call for general testing of the next version of Navidrome. Don't do it if you don't feel like trying cutting edge software, things may break. Here are the steps to upgrade.
First things first: CREATE A BACKUP OF YOUR DATABASE (navidrome.db*).
The release on F-Droid will follow shortly.
As always, those who want to contribute by reporting problems or crashes can do so using the version of the app marked as debug.
Starting from version 3...
Edit: Apparently just took long. It's showing now.
Ok, fun stuff.
I am finally setting up @navidrome#Navidrome as a personal music server. Done with #Spotify. Seems to work well, just like when I tested it in the summer.
One issue for now: I have an artist image that just won't load. Not as an artist image, not as cover for an album, nothing. It's a standard jpg, extremely small and simple. Other images work in the same spot as artist and / or album images.
Is there any option to configure #Navidrome for last.fm via docker compose secrets? Right now the compose file only seems to accept direct values via NDLASTFMSECRET but not pointers to a file (e.g. /run/secrets/lastfmapisecret)
Navidrome v0.54.1 Release Notes
We are thrilled to announce the release of Navidrome version 0.54.1! This update introduces several new features, enhancements, and important bug fixes to elevate yo...
Hi folks. Lately, more and more I have been using Jellyfin to access my music collection alongside my other visual media. Im thinking about retiring my Navidrome server and for that reason would like to transfer this community over to someone who's interested.
There's nothing to do, basically. I did not have to do any moderation here. I will not close this community, if there's no one available, so don't worry. But I think it would be reasonable to have an actual Navidrome user be in charge here.
Shoot me a message, if you're interested. Preferably with a few words on your Navidrome usage.
Bug fix point release
This release fixes a couple of regressions. Thanks @kgarner7 for fixing #3274.
Also, please read the release notes from 0.53.0 if you haven't already done so.
Changelog
1ba39...
As always, many thanks to all contributors!
Hope you all enjoy it.
Highlights
[UI] Add Nuclear theme (#3098). Thanks @gruneforth
[UI] Add Hungarian translation. Thanks @Soderes and @ChekeredList71...
Hey folks. I set up #NaviDrome on a #YunoHost instance I'm testing stuff out on. Installation worked just fine. But it won't allow me to create that first user (the admin, sort of) but SSO me in. Which then doesn't work with the #Tempo app, obviously.
Hi folks.
Some rightwing shithead uploaded an incorrect cover to LastFM for a song in my library. The cover is gone on LastFM now, but my Navidrome still displays the invalid one. There's probably caching in place in Navidrom - but how can I reset this cache? I know I can delete the cache directory, but is there a more targeted way to do this?
What's Changed
Update Crowdin Contributors table by @github-actions in #160
New Crowdin updates by @siper in #161
Bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.0.0-1.0.22 by @dependabot in #...
Link Actions
Okay, so it looks like there's a new alternative/backup to Symfonium. It's available on F-Droid, the Play Store and GitHub.
How can I hide a service behind a proxy with #Apache ?
Like I have @navidrome running on standard port 4533 but I would like to Proxy it behind apache. So when I go to my website(dot)com/music I can reach it (as well with the apps so prolly websockets needs to be configured?).