How to disable the Synology Multimedia Indexing Engine

From wiki
Revision as of 04:43, 15 February 2008 by imported>Franklin (disable media indexing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article will guide users in how to disable the Synology Multimedia Indexing Engine. The reason why this engine is enabled is so when the administrator of a Synology Product would like to use a Multimedia Service, such as the Photo Station, or Audio Station, the files are ready for use, and ready to stream. However, for those users who are strictly needing the Synology Box for SMB and NFS access, and who wish to squeeze every single computing resource into those other services, disabling the indexing service is one method of improving performance.
Command Line Interface access is required for this modification

Please be aware of the following, disabling the Multimedia Index Engine will disable (or cause abnormal behavior) the following (but not limited to) services

  • Audio Station
  • Download Station
  • iTunes Media Streaming
  • PhotoStation + (Pictures, Video, Blog)
  • Surveillance Station
  • UPnP DMA Media Streaming
  • Xbox360/PS3 Media Streaming


To disable services

/usr/syno/etc/rc.d/S66synoindexd.sh stop
/usr/syno/etc/rc.d/S20pgsql.sh stop


To prevent services from starting during boot

Add a "exit" in the second line of each Sxxxxx.sh file

#!/bin/sh
exit

...
...