diff --git a/conf/navidrome.toml b/conf/navidrome.toml index b84c222..43cfc1c 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -75,3 +75,12 @@ Spotify.Secret = "" # Use Gravatar images as the user profile image. Needs the user’s email to be filled EnableGravatar = "false" + +# Enable toggling “Heart”/“Loved” for songs/albums/artists in the UI (maps to “Star”/“Starred” in Subsonic Clients) +EnableFavourites = "true" + +# Enable 5-star ratings in the UI +EnableStarRating = "true" + +# Enable regular users to edit their details and change their password +EnableUserEditing = "true"