mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Automatic updates do not reflect in Add/Remove Programs #7533
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#7533
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @benwa on GitHub (Jun 4, 2023).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
With Radarr's (and the other *arr's) update system, the Add/Remove Programs (ARP) entry does not reflect the actually installed version. This can cause problems with things like winget or other system monitoring tools.
Describe the solution you'd like
My preference is that the
DisplayNameis simply "Radarr" and theDisplayVersionis the correct, currently installed, version.Describe alternatives you've considered
The
DisplayNamecould just be "Radarr" and theDisplayVersionis the major version only.Anything else?
Related to https://github.com/Sonarr/Sonarr/issues/5710
@bakerboy448 commented on GitHub (Jun 4, 2023):
Same as Sonarr. The installer is not used for updates and no plans to do so.
looks like we use majorVersion.BuildNumber as the windows version. PR'd accordingly to just use majorVersion like was done for Sonarr
@benwa commented on GitHub (Feb 24, 2025):
Any update to this? Sonarr implemented it a while ago without much fuss.
@bakerboy448 commented on GitHub (Feb 24, 2025):
@Qstick never provided direction for how it was desired to approach this
@mynameisbogdan commented on GitHub (Feb 24, 2025):
Where and when?
@benwa commented on GitHub (Feb 24, 2025):
Right here:
github.com/Sonarr/Sonarr@d606144e00@bakerboy448 commented on GitHub (Feb 24, 2025):
github.com/Sonarr/Sonarr@d606144e00Qstick did a close all on the bot and didn't like that approach. There's several github issues and PRs across Servarr for this.
@mynameisbogdan commented on GitHub (Feb 24, 2025):
Just because it was showing
Radarrinstead ofRadarr 4?