issues
search
ALonelyJuicebox
/
OFMetadataToStash
This script imports OnlyFans metadata into your Stash Database
BSD 2-Clause "Simplified" License
73
stars
10
forks
source link
Improve SQLite Queries
#44
Open
ghi820
opened
6 months ago
ghi820
commented
6 months ago
Include stories in the metadata query and remove size = null from the list (reduces useless queries).
Consolidate SQL queries for video and image (each one was repeated 4 times) and move the boilerplate GQL-wrapper into a function.
Fix the history update sqlite query, which referenced the field instead of the table (causing an sql-error)