I have been happily using ADBTuner with YouTube TV (YTTV) for about two years. Recently, YTTV lost some channels that are important to me, so I began exploring other tuner options and stumbled upon this thread.
First, I want to thank @bnhf and @ChannelSam for making this possible.
I followed the instructions and successfully set up a fully functional Apple TV-Spectrum tuner. However, I encountered a minor issue.
I frequently record from the Tennis Channel, and during testing, I discovered that after four hours, the Spectrum app shows a "Are you still there?" notice. If no action is taken, the app shuts down.
I attempted to set the KEEP_WATCHING environment variable to various values, but it seems that this feature is not enabled in the current version of the project.
After some experimentation, I found that using atvremote via the CLI on Portiner to send a âselectâ command to the Apple TV eliminates the "Still there" message. Additionally, sending the âselectâ command during normal video playback does not affect the video stream.
My plan was to resolve the issue by adding the command atvremote --storage-filename /root/.android/.pyatv.conf -s $TUNER1_IP select as a cron job every two hours. However, I have had difficulty setting this up, and I am also concerned that it may not persist after an update.
Any assistance would be greatly appreciated.