StashPlugins
StashPlugins copied to clipboard
Plugins don't show up
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!
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
└── ...
Oh, you were right!
Apart from that, my stashApp doesnt seem to recognize the youtube_dl module tho:
