Update README.md #5

Merged
spiffyrob merged 2 commits from main into main 2026-02-05 12:16:37 -07:00
spiffyrob commented 2026-02-05 10:11:52 -07:00 (Migrated from github.com)

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-fallback is merged but would still be required if you didn't want to rely on the fallback.

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-fallback` is merged but would still be required if you didn't want to rely on the fallback.
gemini-code-assist[bot] commented 2026-02-05 10:12:03 -07:00 (Migrated from github.com)

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_BASEURL environment 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

  • Documentation Update: Added a new section to the README.md explaining that public Navidrome instances require the ND_BASEURL configuration 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
  • README.md
    • Added a new paragraph detailing the requirement to set ND_BASEURL for public Navidrome instances to enable album art display.
Activity
  • The pull request was created by spiffyrob.
  • No review comments or approvals have been recorded yet.
  • No other activity (e.g., comments, merges) has been recorded.
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.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

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.


  1. 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. ↩︎

## Summary of Changes Hello @spiffyrob, I'm Gemini Code Assist[^1]! 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_BASEURL` environment 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 * **Documentation Update**: Added a new section to the `README.md` explaining that public Navidrome instances require the `ND_BASEURL` configuration 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](https://codeassist.google/code-review/login) to enable Memory in your admin console.** <details> <summary><b>Changelog</b></summary> * **README.md** * Added a new paragraph detailing the requirement to set `ND_BASEURL` for public Navidrome instances to enable album art display. </details> <details> <summary><b>Activity</b></summary> * The pull request was created by spiffyrob. * No review comments or approvals have been recorded yet. * No other activity (e.g., comments, merges) has been recorded. </details> <details> <summary><b>Using Gemini Code Assist</b></summary> <br> The full guide for Gemini Code Assist can be found on our [documentation page](https://developers.google.com/gemini-code-assist/docs/review-github-code), here are some quick tips. <b>Invoking Gemini</b> 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. Feature | Command | Description --- | --- | --- Code Review | `/gemini review` | Performs a code review for the current pull request in its current state. Pull Request Summary | `/gemini summary` | Provides a summary of the current pull request in its current state. Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in pull request comments and review comments. Help | `/gemini help` | Displays a list of available commands. <b>Customization</b> 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](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). <b>Limitations & Feedback</b> Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: 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](https://google.qualtrics.com/jfe/form/SV_2cyuGuTWsEw84yG). <b>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](https://cloud.google.com/products/gemini/code-assist).</b> </details> [^1]: Review the [Privacy Notices](https://policies.google.com/privacy), [Generative AI Prohibited Use Policy](https://policies.google.com/terms/generative-ai/use-policy), [Terms of Service](https://policies.google.com/terms), and learn how to configure Gemini Code Assist in GitHub [here](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). Gemini can make mistakes, so double check it and [use code with caution](https://support.google.com/legal/answer/13505487).
deluan (Migrated from github.com) reviewed 2026-02-05 11:29:14 -07:00
deluan (Migrated from github.com) commented 2026-02-05 11:29:14 -07:00

Great, thanks! But then we need to reword or remove this, because if we change ND_BASEURL, you will need to restart the server.

Great, thanks! But then we need to reword or remove this, because if we change ND_BASEURL, you will need to restart the server.
github-actions[bot] commented 2026-02-05 11:30:20 -07:00 (Migrated from github.com)

Download the plugin for this PR: discord-rich-presence.zip

Built from ae2a70e643 on 2026-02-05T18:30:10Z

Download the plugin for this PR: [discord-rich-presence.zip](https://nightly.link/navidrome/discord-rich-presence-plugin/actions/runs/21721198918/discord-rich-presence.zip) Built from ae2a70e643706873cc45634ddd5a0d1ae91a1a20 on 2026-02-05T18:30:10Z <!-- Sticky Pull Request Comment -->
spiffyrob (Migrated from github.com) reviewed 2026-02-05 12:04:43 -07:00
spiffyrob (Migrated from github.com) commented 2026-02-05 12:03:48 -07:00

Good 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.

Good 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.
deluan commented 2026-02-05 12:16:41 -07:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.