Hello,
Is it possible to disable the "regenerating video index" process?
Some background. I have my data all on a remote server and my local Channels server reads the media via a sshfs mount using rclone.
Issue 1: As it's a remote storage drive the regeneration process is taking hours and will last for days on end as its using my internet connection to index the files.
Issue 2: The rclone mount is configured to use its vfs cache. rClone caches the files in chunks, so as an example when Plex reads the header to determine the file codec/size etc rclone will only cache the downloaded chunk. I believe Channels is reading the entire file while indexing causing rclone to try cache the entire file and ultimately the entire media directory.
If there are no alternatives, could we get an option to disable media indexing if one does not exist?