ALonelyJuicebox / OFMetadataToStash

This script imports OnlyFans metadata into your Stash Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlyFans Metadata to Stash Powershell Script

OFMetadataToStash is an OnlyFans metadata import tool for Stash, written in Powershell.

  • Simple to use with a straightforward command line based UI!
  • Script can auto-associate scenes/images with the appropriate OnlyFans performer(s) and studio, in batch!
  • Built-in utility for completely scrubbing and sanitizing OnlyFans metadata databases

🍦 How it Works

  • This script primarily relies on the SQLIte files (user_data.db) that a OnlyFans scraper generates. These files contain all the metadata you might want!
  • This script does not access/scrape/download/or otherwise pull down metadata from OnlyFans or any other service.
  • That said, if you don't have metadata DB files, this script can try and make a good guess as your performers and associated content based on file path

πŸ’» Requirements

πŸ“– How to Run

  1. Ensure the latest version of Microsoft Powershell is installed.
  2. Open a Powershell prompt in the same directory as the script and run the command .\OFMetadataToStash.ps1 to start its short configuration wizard

🚩 Command Line Flags

  • -ignorehistory Script won't skip over metadata databases have already been imported to your Stash.
  • -randomavatar Script will ignore the use of the profile image that a particular performer selected for themselves.
  • -v Script will be more verbose with its output while running. Useful for troubleshooting.

πŸ“Œ Additional Notes

  • This script makes use of the excellent PSSQLite and PSGraphQL PowerShell modules. Kudos to those developers!

About

This script imports OnlyFans metadata into your Stash Database

License:BSD 2-Clause "Simplified" License


Languages

Language:PowerShell 100.0%