Makes '.nfo' file from metadata obtained via Stash for services like Jellyfin Kodi Emby etc .
-
Clone the repo or download zip and extract it to plugins folder of stash.
-
Make sure lxml and requests modules of python are installed.
How to install ->
pip install lxml requests
or
pip install -r requirements.txt
-
Check the config.py file in StashNfoExporter folder and update it accordingly.
-
Lastly go to Stash > Settings > Tasks > Plugin Tasks > StashNfoExporter > Creates NFO
-
Check Stash > Settings > Logs for any error
They can refer to this post #1 (comment)
It will automatically create "filename.nfo" for all the organized files at the same directory of the video file when any movie is added or updated .
I don't use kodi regularly but use jellyfin and it works very nicely with it.
I have added library as Movies and You can use select view as thumb in your library and it will show horizontal thumbs like stash with all the metadata.
By default only Videos that it scan are set to organized ones. You can change organized to False if you want in config.py.
Api key can be generated from security section in stash settings and added in config.py.
Click here to see example.nfo file in the repo
Theme that I am using is https://github.com/loof2736/scyfin
I will add .nfo naming according how you need once i get time in few weeks.
For Now i use this naming and achieve it by renamer plugin for stash.
You can also add all movies in same directory without creating subdirectories but make sure filenames are different as now i have changed saving nfo as "filename.nfo".
Source: https://kodi.wiki/view/Naming_video_files/Movies
If Movie poster is not showing you can add local ip (192.168.xxx.xxx) in config instead of localhost and readd the library.
I just created this plugin as the https://github.com/scruffynerf/StashNfoExporterKodi was broken after 24.1.
I don't use Emby but I think it will work fine there too.
There will be issues which I don't know yet so pls report them in issues Thanks !