stash/pkg/scraper
WithoutPants 7cff71c35f
Add filesystem based blob storage (#3187)
* Refactor transaction hooks. Add preCommit
* Add BlobStore
* Use blobStore for tag images
* Use blobStore for studio images
* Use blobStore for performer images
* Use blobStore for scene covers
* Don't generate screenshots in legacy directory
* Run post-hooks outside original transaction
* Use blobStore for movie images
* Remove unnecessary DestroyImage methods
* Add missing filter for scene cover
* Add covers to generate options
* Add generate cover option to UI
* Add screenshot migration
* Delete thumb files as part of screenshot migration
2023-03-17 10:52:49 +11:00
..
stashbox Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
action.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
autotag.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
cache.go Allow use of Proxy (#3284) 2023-02-07 09:46:18 +11:00
config.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
cookies.go Fix golangci-lint error (#3425) 2023-02-16 10:15:58 +11:00
country.go Change performer country value to be ISO code (#1922) 2022-10-28 16:37:57 +11:00
freeones.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
gallery.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
group.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
image.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
json.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
json_test.go Fix identify and script scraper bugs (#2375) 2022-03-15 09:42:22 +11:00
mapped.go Fix scene studio results when doing a search scrape (#3246) 2023-01-30 09:40:53 +11:00
mapped_test.go Add unix timestamp parsing to scrapers parseDate (#2817) 2022-09-30 15:35:56 +10:00
movie.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
performer.go Performer disambiguation and aliases (#3113) 2022-12-01 13:54:08 +11:00
postprocessing.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
query_url.go [Feature] Add fields director and (studio) code to scenes (#3051) 2022-11-07 18:16:52 +11:00
scene.go [Feature] Add fields director and (studio) code to scenes (#3051) 2022-11-07 18:16:52 +11:00
scraper.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
script.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
stash.go Use basename as title if empty when scraping by fragment (#3040) 2022-10-24 14:36:22 +11:00
url.go Allow use of Proxy (#3284) 2023-02-07 09:46:18 +11:00
xpath.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
xpath_test.go Allow use of Proxy (#3284) 2023-02-07 09:46:18 +11:00