niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 17 forks source link

Plugins don't show up #23

Open Roycinger opened 2 years ago

Roycinger commented 2 years ago

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!

niemands commented 2 years ago

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
└── ...
Roycinger commented 2 years ago

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