[XConfessions] Support sceneByName and sceneByQueryFragment and fix scene scraper by url
Fixes:
- Scene Details
- Scene Performers
- Scene Tags
- Scene Image
afa0cfc Added support for sceneByName and sceneByQueryFragment by using Python script.
Kept the scene data scraper in .yml file to keep the python script almost dependency free (except requests i was needing to use lxml) and easier for others to edit/fix in future
337d901 commit makes stash to set URL for newly created performers by the scraped scene.
013438b makes it possible to scrape performer by the URL that is already set.
c875548 adds ability to search for performer by name
NOTE: while the search results include gender (the JSON response), the web page doesn't show or include the gender in anywhere! as far as there is no way to pass the gender from performerByName script to performerByURL scrapeXPath or the web page doesn't show gender, scraper cannot set it for the performer.
Closing this as superseded by #1758