TL;DR: Is it possible to run channels dvd as a system service (macOS) using an external drive for recording?
ChannelsDVR was running fine on Mini with external drive but I had auto-login enabled and running channels as a user Launch Agent. I want to avoid auto-login so I:
sudo defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool true
uninstalled and re-install with --system and rebooted.
However, channels cannot access the external disk until I login. Looking in channels log I see:
2025/05/17 10:58:42.256363 [ERR] Failed to start stream on channel 6197 via TVE-YouTubeTV: TVE: mkdir /Volumes/sdx/channels/Streaming/channels-cache-3810322037: operation not permitted
I imagine that's a permissions issue. Has anyone got channels to work as service on external drive? If so, how?