Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 933 Bytes

PremieresGenres.md

File metadata and controls

28 lines (25 loc) · 933 Bytes
title description published date tags editor dateCreated
PremieresGenres
true
2022-09-18 05:20:50 UTC
markdown
2022-09-18 05:20:48 UTC

Premieres with genre filtering

tasks:
   get_shows:
      rss: https://www.xxxx.com/feeds.php?xxxx
      series_premiere: yes
      thetvdb_lookup: yes
      require_field: tvdb_genres
      regexp:
        reject:
          - documentary: {from: tvdb_genres}
          - talk show: {from: tvdb_genres}
          - game show: {from: tvdb_genres}

Adding this template to series feeds will download all premieres except if their genres are documentary, talk show or game show. This works only if the series data is already in the thetvdb when premiere is seen, not entirely sure if this is the case.

Uses plugins: thetvdb_lookup, require_field, regepx,series_premiere