Hi,
I have a script set up that remuxes the .ts file that recording OTA TV spits out to .mkv.
After running this script, both files (file.ts and file.ts.mkv) are in the grab folder and get moved to the proper spot in the library. I’d like to just keep the MKV file, but if I delete the .TS file as part of the script, a few errors occur. Notably, the video appears as red in the DVR calendar, and the episode doesn’t appear until the next periodic scan. (In the logs, it also complains that the script deleted the original file.)
Is there a specific name or something that I need to use for the new file so that it is seen as a replacement for the old one?