scruffynerf / StashNfoExporterKodi

Stash NFO and STRM/M3U generator for use with Kodi and other media/video center/players
20 stars 6 forks source link

No longer works with v24 #11

Open EXCIDIVM opened 8 months ago

EXCIDIVM commented 8 months ago

Hello. Greatest Plugin EVER made. Unfortunately, with v24 it seems it stopped working. Didn't change the configuration of the plugin I had with v23, since SNEK doesn't show up in the plugin manager.

MRobi1 commented 8 months ago

Most plugins need to be reconfigured to be compatible with v24. Hopefully this one isn't dead.

robertoleonardo commented 8 months ago

+1 for hoping this isn't dead...

noxvia commented 7 months ago

+1... just found and hoping that i can use it

rustyinfinity commented 7 months ago

I wrote a plugin for it https://github.com/rustyinfinity/StashNfoExporter . There can be issues and some missing features so pls report if you are using and face any i will fix them .

EXCIDIVM commented 5 months ago

I wrote a plugin for it https://github.com/rustyinfinity/StashNfoExporter . There can be issues and some missing features so pls report if you are using and face any i will fix them .

Thanks, that's a good start. Unfortunately, it does not create the .strm files and it doesn't allow me to save the nfo/strm files in a central directory. But for now, it's what will use. So your efforts are much appreciated.

masterr2001 commented 2 months ago

Just wanted to let you know, that I fixed my fork (which should just work like this Plugin, but adds some more options) You find it here https://github.com/masterr2001/StashNfoExporterKodi

EXCIDIVM commented 1 month ago

Just wanted to let you know, that I fixed my fork (which should just work like this Plugin, but adds some more options) You find it here https://github.com/masterr2001/StashNfoExporterKodi

Thank you so much! Unfortunately, it doesn't work for me.

File "/root/.stash/plugins/StashNfoExporterKodi/make_nfo.py", line 7, in from stash_interface import StashInterface ModuleNotFoundError: No module named 'stash_interface' Scene.Update.Post [Stash NFO Exporter for Kodi]: returned error: exit status 1

rtheron commented 1 month ago

Just wanted to let you know, that I fixed my fork (which should just work like this Plugin, but adds some more options) You find it here https://github.com/masterr2001/StashNfoExporterKodi

@masterr2001 I can't get this to work, I keep getting the following error in the stash log, no matter what I scan/add/update in the library, and no nfo is generated:

24-07-20 04:42:18 Error
Scene.Create.Post [Stash NFO Exporter for Kodi]: returned error: exit status 1 2024-07-20 04:42:18 Error
[Plugin / Stash NFO Exporter for Kodi] import requests, filetype 2024-07-20 04:42:18 Error
[Plugin / Stash NFO Exporter for Kodi] File "/root/.stash/plugins/StashNfoExporterKodi/make_nfo.py", line 9, in 2024-07-20 04:42:18 Error
[Plugin / Stash NFO Exporter for Kodi] Traceback (most recent call last): 2024-07-20 04:42:18 Error
[Plugin / Stash NFO Exporter for Kodi] ModuleNotFoundError: No module named 'filetype'

masterr2001 commented 1 month ago

I am so sorry, for getting back so late (was afk for some days) You need to install the filetype-module for python (either by using the requirements.txt or just by typing pip install filetype on your stash host)