-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Scrape scene by name #1712
Scrape scene by name #1712
Conversation
Thanks. These should all be resolved now. |
Updated the SARJ-LLC scraper to support these new methods, and it does seem to work fine for those too. Only thing I'm wondering about, but not really related to these changes is whether the generated title, which is reused for the search query, should be tidied. For example replacing For the UI it might be a bit cleaner to add the search button to the As followup to the discussion in #1630 it works great for at least my use case, except having to "tidy" the filename (prefilled as title based on scanning) for the search query but that obviously was the case already. Although for some reason at least the SARJ-LLC API did accept |
Everything seems and works ok using a couple of modified scrapers.
IMO we could either modify the scanner code (probably expand the part that removes the file extension) or add a plugin that edits the title. Using a regex or blacklist the user could choose how to |
Adds the ability to query scene scrapers using keywords, in the same way as performer scraper queries.
Where there are queryable scene scrapers available, adds a button to the scene edit panel:
After clicking an option, presents a dialog to enter the search term:
Results are shown in the same manner as the stash-box tagger:
Selecting a scene opens the usual scrape dialog for selecting fields to save.
Scene queries are added to scraper configurations by adding
sceneByName
andsceneByQueryFragment
sections. For example:Proof of concept IMDB scraper with scene query support is attached.
imdb.yml.txt