TgSeed
TgSeed
> From what i understand the use case is for an **existing** performer use a selected scene cover image as the profile image right? Yes! > The use of a...
The scraper has got a lot better by the [4b6f801](https://github.com/stashapp/CommunityScrapers/pull/1035/commits/4b6f801a63575fc5eabefe250cabe0706dacf0a1) commit.
[afa0cfc](https://github.com/stashapp/CommunityScrapers/pull/1140/commits/afa0cfcac379a9931ab90840eb9f6532a54c0422) 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](https://pypi.org/project/requests/) i...
[337d901](https://github.com/stashapp/CommunityScrapers/pull/1140/commits/337d901b71f0344c0a554dfc02c9f14ff955f9c6) commit makes stash to set URL for newly created performers by the scraped scene. [013438b](https://github.com/stashapp/CommunityScrapers/pull/1140/commits/013438b240dd01d10a4880d6a52bf3d5e3f47d67) makes it possible to scrape performer by the URL that is already set.
[c875548](https://github.com/stashapp/CommunityScrapers/pull/1140/commits/c875548660ba338bffacc643e8865aab023ab014) 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!...
Example `.nfo` (made by [kodi-helper](https://github.com/stashapp/CommunityScripts/tree/main/scripts/kodi-helper), minor modifications made, e.g `haircolor` in `actor` element) ```xml Abigail Part 2 After her experience in the kitchen, they have been caught, and the job...
[32d41a2](https://github.com/stashapp/CommunityScrapers/pull/1143/commits/32d41a25503fb763ac9b7bce73e64e5aeaf76415) commit brings the following features: `folder.nfo` is useful when you have a folder that belongs to specific studio or a movie so you can set studio, date and more...
> @TgSeed @ArcCdr instead of starting from scratch have you checked #689 ? Well, that was simple and honestly, i didn't liked it (i'm a man of .NET so i...
Added the suggested aliases by @ArcCdr via [c6b4b97](https://github.com/stashapp/CommunityScrapers/pull/1143/commits/c6b4b97be6987050c91eb4c24bff662eaf5c7af6) commit. I don't see any other changes that I'm going to do because it works assuming the exported `.nfo` file is dedicated...
> @TgSeed can you move the scraper in a separate folder and add a README, mostly to explain the folder.nfo usage and the variables? Done. > I was not aware...