Page 1 of 1

odd issue with download history

Posted: September 27th, 2024, 4:41 am
by jouster
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

Re: odd issue with download history

Posted: September 27th, 2024, 5:02 am
by safihre
Do you use Sonarr/Radarr/etc? They do this.

Re: odd issue with download history

Posted: September 27th, 2024, 5:07 am
by jouster
i do use Sonarr/Radarr but have used them for a while with no changes

Re: odd issue with download history

Posted: September 27th, 2024, 5:22 am
by safihre
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.

Re: odd issue with download history

Posted: September 27th, 2024, 5:26 am
by jouster
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

Posted: September 27th, 2024, 5:50 am
by safihre
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

Re: odd issue with download history

Posted: September 27th, 2024, 5:50 am
by jouster
thanks ill give that a try