stash/pkg/scene
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
..
generate Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
create.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
delete.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
export.go [Feature] Add fields director and (studio) code to scenes (#3051) 2022-11-07 18:16:52 +11:00
export_test.go [Files Refactor] Performance tuning (#2865) 2022-09-06 07:04:52 +00:00
filter.go Selective clean (#2125) 2021-12-16 13:28:44 +11:00
hash.go Handle file rescan (#2951) 2022-09-28 16:08:00 +10:00
import.go Track watch activity for scenes. (#3055) 2022-11-21 12:55:15 +11:00
import_test.go Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
marker_import.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
marker_import_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
merge.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
migrate_hash.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
migrate_screenshots.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
query.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
scan.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
service.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
update.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00
update_test.go Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00