#I want to add christmas / disney animated movies to radarr.

1 messages · Page 1 of 1 (latest)

timber thicketBOT
#

Welcome @lyric solar!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

timber thicketBOT
#

The following was shared by @lyric solar and was automatically redacted by Luma as it may have contained sensitive information.

If you feel this message should not have been redacted, resend it with !noredact in your message to avoid redaction.

#

Hello,

So I've been trying for some time now to get movies from lists added to my radarr instance, but it just won't work. I can't find obvious errors in my configuration as well. Perhaps one of you can help me out:

  Movies:
    overlay_path:
    - reapply_overlay: true
    metadata_path:
    - pmm: seasonal
      template_variables:
        use_mother: false
        use_memorial: false
        use_father: false
        use_labor: false
        use_aapi: false
        use_disabilities: false
        use_lgbtq: false
        use_latinx: false
        use_women: false
        use_years: false
        use_valentine: false
        use_patrick: false
        use_easter: false
        use_independence: false
        use_halloween: false
        use_veteran: false
        use_thanksgiving: false
        use_black_history: false
        trakt_list:
          christmas:
          - https://trakt.tv/users/littlestella3/lists/christmas
        mdblist_list:
          christmas:
          - https://mdblist.com/lists/thaman_trakt/christmas-2023
        radarr_add_missing_christmas: true
        radarr_tag_christmas: christmas
        item_radarr_tag_christmas: christmas
    operations:
      assets_for_all: true
      mass_poster_reset: true
      prioritize_assets: true

I have not added the part of the disney movies, as I cannot find how to achieve this, but it must be possible I'm sure.

My radarr conf is defined at the bottom of my conf.yaml as:

radarr: # Can be individually specified per library as well
  url: http://radarr:7878/
  token: (redacted by Luma)
  add_missing: true
  add_existing: false
  root_folder_path: /data/media/movies
  monitor: false
  availability: released
  quality_profile: SQP-1(Streaming optimized)
  tag: automatic
  search: false
  radarr_path: /data
  plex_path: /data/media/movies
  upgrade_existing: false
  ignore_cache: false

Hope one of you can help me out.

#

The following was shared by @lyric solar and was automatically redacted by Luma as it may have contained sensitive information.

lyric solar
#

That is some really nice stuff by that bot, we need this in all the arrs servers.

hollow sentinel
#

mdblist_list:
christmas:
Is wrong

#

Same with trakt_list

#

It's mdblist_list_christmas:

#

And trakt_list_christmas

#

mass_poster_reset also isn't a thing afaik

lyric solar
#

@hollow sentinel and for animated disney movies?

lyric solar
#

@hollow sentinel When I change it to what you mentioned this happens:

| Christmas Movies                                        |     0 |     0 |     0 |  0:00:04 | Unknown Error                                                                                             |
| (404) not_found; (redacted)/library/sections/1/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> 
hollow sentinel
#

#announcements

elfin shell
#

You'd need to create your own collection that turns up the animated movies you want and send to radarr from there. You can use build_collection: false to skip actually creating the collection in Plex.

lyric solar
#

Well I have a custom list of movies from a list that I want to import in to radarr all at once

elfin shell
#

"custom list of movies from a list" meaning?

Trakt? mdblist? text file? something else?

This isn't hard but it depends on the source you have to work with.

lyric solar
#

an mdblist in this case

elfin shell
#
collections:
  NAME_DOESNT_MATTER:
    mdblist_list: https://mdblist.com/lists/YOUR_MDBLIST
    radarr_add_missing: true
    build_collection: false

That will send the contents of that list to Radarr without actually creating a collection in Plex.

It's assuming that the global radarr -> add_missing is set to false.

You'd put that into a quafley.yml and then load it in your config.yml:

libraries:
  Movies:
    metadata_path:
      - file: config/quafley.yml
lyric solar
#

ah

#

right this makes sense

elfin shell
#

Anything further needed here?

lyric solar