Update README.md #5
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added instructions to set ND_BASEURL to allow for display of album art for public-facing instances. This may not be strictly necessary once
coverart-fallbackis merged but would still be required if you didn't want to rely on the fallback.Summary of Changes
Hello @spiffyrob, I'm Gemini Code Assist1 ! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request enhances the project documentation by providing crucial information for users running public-facing Navidrome instances. It clarifies the necessary configuration step, specifically setting the
ND_BASEURLenvironment variable, to ensure album art is displayed as expected. This update addresses a common setup detail that might otherwise lead to confusion regarding media display.Highlights
README.mdexplaining that public Navidrome instances require theND_BASEURLconfiguration to be set for album art to display correctly.🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.
Changelog
ND_BASEURLfor public Navidrome instances to enable album art display.Activity
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point by creating a comment using either
/gemini <command>or@gemini-code-assist <command>. Below is a summary of the supported commands on the current page./gemini review/gemini summary/gemini helpCustomization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a
.gemini/folder in the base of the repository. Detailed instructions can be found here.Limitations & Feedback
Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩︎
Great, thanks! But then we need to reword or remove this, because if we change ND_BASEURL, you will need to restart the server.
Download the plugin for this PR: discord-rich-presence.zip
Built from
ae2a70e643on 2026-02-05T18:30:10ZGood catch, switched the order of the two sections and called out the need for a restart after the config change. Apologies if I didn't update the PR correctly, I'm still learning how to use Git properly.
Thanks!