Tablo Ripper - Automatically download new recordings

I am successfully using Tablo Ripper with a Tablo Dual HDMI :+1: Works nicely, and solves 90% of my needs. Now I need some help with the remaining 10%. :hand_with_index_finger_and_thumb_crossed:

My goal is to copy the video AND audio without conversion. Out of the box, Settings.XML invokes FFMPEG to convert all the audio to AAC. This line of code in Settings.XML does it:

-codec copy -strict -2 -c:a aac -threads 0

I researched the FFMPEG settings and changed Settings.XML to this:

-codec copy -strict -2 -c:a copy -threads 0

When I run Tablo Ripper after changing the Settings, somehow the original Settings are restored. The audio is converted to AAC. I opened Settings.XML and discoverred that my changes are gone! The original code is back. What’s going on here?

Thanks in advance!