ALonelyJuicebox / OFMetadataToStash

This script imports OnlyFans metadata into your Stash Database
BSD 2-Clause "Simplified" License
70 stars 10 forks source link

[Feature] Path translation (for Docker) #2

Closed ALonelyJuicebox closed 1 year ago

ALonelyJuicebox commented 2 years ago

Because the path to a given media file (in stash) fundamentally differs from from the path that might be seen in the OnlyFans database, I need to add support for auto translating chunks of a path if manually defined in the config file

I also need to copy the stash db file to a local path to avoid SQLite issues that occur when accessing the db over a network connection

BlissfulMayer commented 2 years ago

I've fixed this here: https://github.com/ALonelyJuicebox/OFMetadataToStash/pull/8