StashNfoExporterKodi
StashNfoExporterKodi copied to clipboard
no output file.
I am having problems getting the nfo file to be created. I have installed the newest version of stash on windows and as a docker container. I am able to get the plugin to show up in each install after reloading the plugins. When I go to tasks and look for plugin tasks at the bottom of the page there is nothing to enable the plugin. I am not sure where to enable it in the config.py. I have changed the server.local to the server ipaddress:port where stash is installed in the config.py When I look at the plugins tab I see the below. When I write a scene, to my knowledge, the nfo file is not created. I have tried with multiple folders and files. I have tried changing "generate_when" to all three options and still nothing, I am guessing I am missing something but I am stuck. I am not using an api key. my stash does not have a login.
Stash NFO Exporter for Kodi (0.1) Makes NFO and playlist files from Stash for Kodi automatically Hooks Add NFO and stream files
Scene.Create.Post
Scene.Update.Post
Makes NFO and streaming playlist files for scenes
my config.py:
api_key = "" server_url = "http://ipaddress:9999" replacement_server_url = "http://localhost:9999" save_path = "with files" filename = "filename" playlist_ext = "strm" m3u = True genre_parentname = "Themes" generate_when = "organized"