Prowlarr/Indexers

Bj-Share - Review Row Filtering

bakerboy448 opened this issue · 2 comments

selector: "table.torrent_table > tbody > tr:not(tr.colhead).group,
table.torrent_table tbody tr:not(tr.colhead):contains('{{ .Query.Episode }}')"

  rows:
    # If the category is a TV show/Anime, there's a necessity to filter the results by season/episode to not show all of them
    selector: "table.torrent_table > tbody > tr:not(tr.colhead).group,
              table.torrent_table tbody tr:not(tr.colhead):contains('{{ .Query.Episode }}')"
    filters:
      - name: andmatch

@mynameisbogdan - should this not filter by season as well for season pack searches?

AB#4909

I don't have an account to really know, but I think table.torrent_table > tbody > tr:not(tr.colhead).group should be okay for seasons, no?

We'll need an account for testing to be certain.

ah yeah and for posterity
.Query.Episode # EpisodeSearchString, such as S00E00 or S00 or yyyy.MM.dd
is fine as it's the Search String