Skip to content

How to apply different only recent time range to different channels / subscriptions #1151

Closed Answered by saqib-s
saqib-s asked this question in Q&A
Discussion options

You must be logged in to vote

figured it out... for anyone else looking, I went back and RTFM....

setup custom presets on the config.yaml like so:


presets:
  TV Show News:
    preset:
      - "Plex TV Show by Date"
      - "Only Recent"

    overrides:
      only_recent_date_range: "3days"
      only_recent_max_files: 15

  Podcast NH:
    preset:
      - "Plex TV Show by Date"
      - "Only Recent"

    overrides:
      only_recent_date_range: "1month"
      only_recent_max_files: 10


and the used these in the subscription yaml:


Podcast NH:
# Sets genre tag to "Podcasts"
  = Podcasts:
    "New Heights": "https://www.youtube.com/watch?v=vvqdiXCrMZA&list=PLOY_2V03-NJpOGp6ZqTy_WU8Uq0D5krnG"

TV Show News:
  # Set ge…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmbannon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant