Environment: Debian 11, tvheadend, ffmpeg etc. latest releases & self compiled.
I wrote a bash script for striping unneeded data and compress video/audio of recordings further.
Now I want to replace the original TS recording with the compressed version in a way tvheadend doesn't notice.
I tried "mv compressed.ts $recordings/originalfilename.ts" and "cp" too.
In both cases, the recording isn't visible in tvheadend (and Kodi too) anymore.
Any idea or pointers to solve this? (I searched forum and the net already, there was a suggestion to use "mv" - but this failed).
Bernd