Skip to content

ALonelyJuicebox/OFMetadataToStash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!