Search found 5 matches
- 28 Apr 2013, 09:03
- Forum: Help and Support
- Topic: Synology NAS does not re-index after rename
- Replies: 15
- Views: 26760
Re: Synology NAS does not re-index after rename
I have updated to r1617 now I don't get an error but It doesn't index the file. I have sorted this for myself my setting up a watch on the folder using pyinotify to run synoindex when a file is created. The Problem I'm having now is filebot running very slowly sometime. I've been waiting 30 minutes ...
- 24 Apr 2013, 20:03
- Forum: Help and Support
- Topic: Synology NAS does not re-index after rename
- Replies: 15
- Views: 26760
Re: Synology NAS does not re-index after rename
Sorry I'm new to this how do I get and install r1617?
- 24 Apr 2013, 12:19
- Forum: Help and Support
- Topic: Synology NAS does not re-index after rename
- Replies: 15
- Views: 26760
Re: Synology NAS does not re-index after rename
Ok Thanks will wait for an update.
- 24 Apr 2013, 09:30
- Forum: Help and Support
- Topic: Synology NAS does not re-index after rename
- Replies: 15
- Views: 26760
Re: Synology NAS does not re-index after rename
Thanks for the quick relay.
I have tried /bin/ash no /bin/bash on synology?
also tried
both error?
I have tried /bin/ash no /bin/bash on synology?
Code: Select all
/bin/ash -c synoindex -a \"{file}\""
Code: Select all
/usr/syno/bin/synoindex -a \"{file}\""
- 24 Apr 2013, 08:33
- Forum: Help and Support
- Topic: Synology NAS does not re-index after rename
- Replies: 15
- Views: 26760
Re: Synology NAS does not re-index after rename
I'm having an issue using the "exec=synoindex -a \"{file}\"" command on my Synology box. I've made a bash script: #!/bin/sh #filebot_rename.sh filebot -script fn:amc -rename "$1" --action copy --db thetvdb -non-strict --output "/volume1/video/" --def "seriesFormat=TV/{n}/Season {s.pad(2)}/{n ...