#stop default collections
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Hello, PMM sent to Raddarr this morning over 400 movies. I have updated PMM some days ago to latest version, but it started only this morning.
I have radarr set to search yes, because of one collection I wanted, bit that is months old and this never happened before.
How can I disable that no default collections are downloaded? I saw it wanted those from chart
Thanks!
I dont see chart anywhere here but you have globally
radarr: # Can be individually specified per library as well
url: http://192.168.1.150:7878
token: (redacted by Luma)
add_missing: true
add_existing: false
root_folder_path: /data/media/movies
monitor: true
availability: announced
quality_profile: Anime
tag:
search: true
radarr_path:
plex_path:
upgrade_existing: false
ignore_cache: false
set radarr search true
if you only want it to search for certain colections you need to set search false globally and only enable search for those collections only using template_variables
If you don't want it to create those default collections, remove these lines everywhere they appear:
- pmm: basic # This is a file within PMM's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder
If that leaves metadata_path empty, remove that as well.
You will have to delete the collections from Plex manually.
will do, thanks! but are they somehow new there? As I said, radarr is there since several months. PMM update was done 2-3 days ago and only today it downloaded
No, a PMM update will not add metadata_path lines to your config file, and the "add to radarr" behavior has not changed recently that I can recall.
We would need to see a log from before and after the update to see what may be causing this. As it is, that config above would have always added missing things from all those collections so far as I know.
hmm, i took out those two lines, then it should be fine
Anything else needed here?
no, thanks!