Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bj-Share - Review Row Filtering #334

Open
bakerboy448 opened this issue May 1, 2023 · 2 comments
Open

Bj-Share - Review Row Filtering #334

bakerboy448 opened this issue May 1, 2023 · 2 comments
Labels
Status: Invite Needed Invite is needed for this/these indexers

Comments

@bakerboy448
Copy link
Collaborator

bakerboy448 commented May 1, 2023

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

@mynameisbogdan
Copy link
Contributor

mynameisbogdan commented May 1, 2023

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.

@mynameisbogdan mynameisbogdan added the Status: Invite Needed Invite is needed for this/these indexers label May 1, 2023
@bakerboy448
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Invite Needed Invite is needed for this/these indexers
Projects
None yet
Development

No branches or pull requests

2 participants