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

Fix performer tags not applying on scene scrapers #2339

Merged
merged 2 commits into from Feb 21, 2022

Conversation

Releck
Copy link
Contributor

@Releck Releck commented Feb 21, 2022

Given a scraper such as

name: Tester
sceneByFragment:
  action: scrapeXPath
  queryURL: https://stashapp.cc/
  scraper: sceneScraper
xPathScrapers:
  sceneScraper:
    scene:
      Title: //meta[@property='og:site_name']/@content
      Performers:
        Name:
          fixed: Performer
        Tags:
          Name:
            fixed: example

The tag "example" would be applied to the scene and not the performer. This PR fixes that behaviour so the tag is applied on the performer instead as galleries do.

@WithoutPants WithoutPants added the bug Something isn't working label Feb 21, 2022
@WithoutPants WithoutPants added this to the Version 0.13.0 milestone Feb 21, 2022
@WithoutPants WithoutPants merged commit 22321c2 into stashapp:develop Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants