StashPlugins icon indicating copy to clipboard operation
StashPlugins copied to clipboard

Plugins don't show up

Open Roycinger opened this issue 3 years ago • 2 comments

Hi,

I downloaded the plugins and copied them to the given location, added URLs and download path as per instructions. However, after reloading the plugins in Stash, nothing shows up in the task section. I was especially looking for the yt-dl plugin.

Did I miss something here? Thanks!

Roycinger avatar Mar 07 '22 09:03 Roycinger

Hi, did you possibly forget the yt-dl_downloader.yml file? It must be on the same level as the py_plugins folder. My .stash folder looks like this:

.stash
├── plugins
    ├── ...
    └── niemands
        ├── py_plugins
        │   ├── log.py
        │   ├── stash_interface.py
        │   ├── ...
        │   └── yt-dl_downloader.py
        ├── yt-dl_downloader
        │   ├──config.ini
        │   └── urls.txt
        ├── bulk_url_scraper.yml
        ├── ...
        └── yt-dl_downloader.yml
└── ...

niemands avatar Mar 07 '22 13:03 niemands

Oh, you were right! Apart from that, my stashApp doesnt seem to recognize the youtube_dl module tho: image image

Roycinger avatar Mar 07 '22 15:03 Roycinger