Search found 1 match
- September 27th, 2012, 5:01 pm
- Forum: Post-Processing Scripts
- Topic: Synology Reindex script UPNP (synoindex)
- Replies: 4
- Views: 18955
Re: Synology Reindex script UPNP (synoindex)
1. Create a script containing the following code: #!/bin/sh # /usr/syno/bin/synoindex -A "$1" This script will tell the synology indexing that a new Directory "$1" has to be indexed. $1 contains the directory that sabnzbd stored your downoad in. So instead of indexin all it only...