Up until a few weeks ago, all of my history was viewable and I never archived any of that information...then one day I noticed that info was missing, but discovered clicking the archive button brought it all back.
Reading through a couple of posts here, I discovered that this might be a new setting or one that wasn't impacting me before but since it's started working...every single download shows until the next download completes and then the prior one gets archived.
I've checked my settings in 'switches' and mine is currently set to
History Retention Keep All Jobs
So I expect nothing to be archived unless there is another setting somewhere I have missed
Is this a bug? I'm running 4.3.3 [f24b3ce] in a Synology Docker in case that has any impact
Thanks in advance
odd issue with download history
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: odd issue with download history
Do you use Sonarr/Radarr/etc? They do this.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: odd issue with download history
i do use Sonarr/Radarr but have used them for a while with no changes
Re: odd issue with download history
I think they changed the default behaviour.
You have to change the settings in their Download Client settings to disable remove completed downloads from history.
You have to change the settings in their Download Client settings to disable remove completed downloads from history.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: odd issue with download history
you superstar...thank you....this has been bugging me for a bit now so will try and revert...out of interest is there any way to revert the changes and remove from the archive, or is that change of status final...no biggie but thought I would check
Re: odd issue with download history
You could open history.db in your SABnzbd config folder using a sqlite browser.
Then use the query:
UPDATE history SET archive = 0 WHERE 1=1
Then use the query:
UPDATE history SET archive = 0 WHERE 1=1
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: odd issue with download history
thanks ill give that a try