GithubHelp home page GithubHelp logo

thealphagoose / stashplugins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niemands/stashplugins

0.0 0.0 0.0 74 KB

A collection of python plugins for stash

License: GNU Affero General Public License v3.0

Python 100.00%

stashplugins's Introduction

StashPlugins

A collection of python plugins for stash

Minimum stash version: v0.4.0-71

Currently available plugins:

Plugin config Description Notes
set_ph_urls.yml Add urls to pornhub scenes downloaded by Youtube-dl
gallerytags.yml Copy information from attached scene to galleries
bulk_url_scraper.yml Bulk scene and gallery url scraping Config (/py_plugins/config.py) has to be edited manually, until plugin parameters get implemented
update_image_titles.yml Update all image titles (Fixes natural sort)
yt-dl_downloader.yml Download Videos automated with yt-dl and add the scrape tag for burl_url_scraper Config files in yt-dl_downloader/ folder. Add all urls line by line to urls.txt and change download dir in config.ini

Download instructions:

Drop the py_plugins folder as well as all desired plugin configurations in stash's plugin folder and press the Reload plugins button in the Plugin settings

All plugins require python 3, as well as the requests module, which can be installed with the command pip install requests. If the python installation requires you to call python via python3, you have to change python to python3 in the exec block of each plugin config.

Docker instructions:

To use the plugins with a stash instance running in a (remote-) docker container it is required to install python inside of it:

  • Open a shell in the docker container: docker exec -it <container-id> sh (get the container id from docker ps -a)
  • In the container execute the following commands:
    apt update
    apt install python3
    apt install python3-pip
    pip3 install requests
    
  • If you want to use the yt-dl_downloader plugin, you also have to run the following commands:
    pip3 install youtube_dl
    pip3 install configparser
    pip3 install pathlib
  • Leave the container via Ctrl+P,Ctrl+Q
  • Drop the py_plugins folder as well as all desired plugin configurations in stash's plugin folder located in config/plugins. Create the plugins folder if it is not already there
  • Change python to python3 in the plugin configuration (.yml) files
  • Press the Reload plugins button in stash's plugin settings

stashplugins's People

Contributors

niemands avatar y0ngg4n avatar darkfighterluke avatar optinux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.