Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer works with v24 #11

Open
EXCIDIVM opened this issue Dec 29, 2023 · 9 comments
Open

No longer works with v24 #11

EXCIDIVM opened this issue Dec 29, 2023 · 9 comments

Comments

@EXCIDIVM
Copy link

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
Copy link

MRobi1 commented Jan 5, 2024

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

@robertoleonardo
Copy link

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

@noxvia
Copy link

noxvia commented Jan 15, 2024

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

@rustyinfinity
Copy link

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
Copy link
Author

EXCIDIVM commented Mar 14, 2024

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
Copy link

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
Copy link
Author

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
Copy link

rtheron commented Jul 20, 2024

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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants