Stremio / stremio-local-addon

Add-on for stremio (using v3 protocol) meant to be ran locally which indexes locally found torrent and video files
MIT License
26 stars 8 forks source link

On Linux, the addon returns empty content #30

Open dufferzafar opened 4 years ago

dufferzafar commented 4 years ago

Just installed stremio on ArchLinux via this package

It doesn't find ANY of my files!

Hugo-Trentesaux commented 3 years ago

What is the content of your ~/.stremio-server/localFiles?

w1r0x commented 3 years ago

same here I've got blank file

[w1r0x@home ~]$ cat /home/w1r0x/.stremio-server/localFiles
[w1r0x@home ~]$ 
amenaijp commented 3 years ago

Mine also isn't working, running KDE Neon and blank "localFiles" file

TRtomasz commented 3 years ago

Hi, you have to enabled local addon in the stremio settings image and then restart it from settings also image

amenaijp commented 3 years ago

Yea it's enabled, additionally in the side bar thing where "Add local files" or something like that is where it says "install local files addon" if I click it I get a prompt to uninstall the addon

TRtomasz commented 3 years ago

You can see exact logic of file search here https://github.com/Stremio/stremio-local-addon/blob/master/lib/findFiles/unix.js and here https://github.com/Stremio/stremio-local-addon/blob/df4371636f363b1f27899a6930eb3ae37c17d004/index.js#L72. If you think that logic should be changed you are welcome to make a PR.

amenaijp commented 3 years ago

Sorry, I haven't worded things properly. This is what I get every time I try to use the addon, pressing install gives me a prompt to uninstall the module.

image

JonLevin25 commented 5 months ago

Also running into this. Any solutions?