Simple Synoindex Server - Syno dlna Index when in Docker

Sonarr version (exact version): 2.0.0.5344
OS: Docker for Synology
Description of issue:

Hello, I’m running Sonarr in Docker on my Synology.
I’m trying to get synoindex working for my dlna index to be updated.

I’ve found that : https://github.com/racklin/simple-synoindex-server This should do the trick but I’m noob enough to need help setting this up.

While I’ve read it multiples times and I’ve looked for info on the web, I can’t get it to work.
I hope someone could help me with this.

As I understand :

1/ I extracted the package in a directory of my choice on my syno.

2/ I added a mapping path to my docker setting

docker/simple-synoindex-server to /usr/syno/bin

3/ I update the .ini file with my server setting

192.168.0.21 (172.17.0.0 didn’t work for me when trying to test the syno index sonarr connector)
port : 32699

and volume mapping settings

/tv=/volume1/video/Series
/movies=/volume1/video/Films

4/ I set a task to run the binaries on boot and started it manually
The scipt set is :

/volume1/docker/simple-synoindex-server/synoindex-server &

When I look at the execution result there’s “no datas” in “script” and “no datas” in “standard output/error”

5/ Then I went to sonarr to add the connector that worked properly when tested

But still, my DLNA Index is not updated when a downloaded files is moved to my tv folders.

Any clue ?

Well, I finally got it working with 172.17.0.1 and this script for the task scheduler

sleep(60) && /volume1/homes/admin/simple-synoindex-server/synoindex-server &

but there is a small limitation due to this bug :

New file is indexed only if a directory already exists.
It is well documented here : Possible Synology indexer notification bug

Do you know if this issue will be adressed in v3 ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.