#Media Availability in Disabled Libraries
54 messages · Page 1 of 1 (latest)
If they show up as available that usually means you have enable scan turned on in services > arr
Turn that off
What type of ‘job’ will reset that availability?
It took 2 Media Availability Syncs but that seems to have cleared them, thanks!
Slight change of topic, with requests vs 2 Radarr instances (HD & 4k) is there a way to have media shown as requested based only on 1 instance, instead of showing no clock if true for one or the other but not both?
Not sure to understand what you mean here
Now you see me is requested in both. Zootopia only in 4k.
And when you go to the movie's page, does it say "4K requested" ?
Yes if I go into it it’s clear. Just wondering if there’s a way to change that initial view
Guess I’m asking if it could be made to work on ‘any and all’ instead of ‘both’
I guess that's something that needs to be fixed yes
Would you mind opening an issue about this ?
Sure!
Not a bug but we dont have it ind esigj
There already is an issue and a pr for it
But the pr was handling it in a very cluttered way so for now its in discussion
👍
By fixed I meant implemented, my bad
Didn't see it
Wait ill link you
Mightve gotten stale and closed
But there is an issue for it
Hey! Now I seem to be having kind of the reverse problem as previously detailed. Now I have a movie (several) monitored in both Radarrs but Overseerr is only showing a 4k request, not both, and not all the time.. So it's missing the pending clock thing on these too. Is there something I'm missing in terms of showing 'pending' on items that are in Starr but not showing content from 'hidden' Plex libraries? I recently disabled 'scan' in the arr configs for that 'hidden' dilemma, seemed to work, now not too sure. Here's an example movie in Overseer and each Radarr.
Are you talking about the little clock icon on the poster?
That icon is currently only implemented for the normal services. The icon does not change for 4k services yet
Yea that was my original issue. Now it’s not showing on things requested in both hd and 4k (or just hd)
But this does not seem to be requested on normal service as indicated by the request button + only having "4k requested" badge
Well. I don’t think it was ‘requested’ in overseerr to begin with. Either quality. Is that the problem?
Could you press the little cog wheel there and send a screenshot
Screenshot 2025-11-17 at 17.03.00.png

Okay so make sure enable scan is disabled in services > 4k radarr service
If it is, just press clear data button and you should be good
It's not. On any of the 3.
^
And to confirm if it works
After that go to settings > jobs&cache
And run radarr scan
It shouldn't make it as requested anymore
You're saying for each of these movies (showing like this)? That's gonna be quite a project..
Unfortunately because enable scan was already turned on. Until the pr for the change request status to UNKNOWN when unmonitored is merged there's no choice as this isn't currently supported behavior
Your other choice is to utilise the api and run a script against it
Youccan access your api docs at
http://localhost:5055/api-docs
Is there any way to dump all services stuff (config, settings, etc) without affecting user settings?
Settings are stored in settings.json
Everything else is stored in the db
You coild also directly modify the db
But I woild advise caution with. Proceed at your own risk
Alright thanks!