Please read my first post first.
How I found problem:
-open recordings
-move to recording
-press menu
-I open cutlist editor
-set marks (cut before and cut after)
-exit cutlist editor
-press menu
-I open Execute cuts
-Error: missing ap file, can not cut file
Investigation:
-telnet/ssh to box
-cd /hdd/movies
-ls -lt | head -n20 (list newest 20 files )
-recording conatins 5 files: name.ts, name.eit, name.ts.meta, name.ts.cuts, name.ts.sc, name.ts.ap
-missing files name.ts.ap and name.ts.sc
Testing (see my first post):
-start recoding via remote
-telnet/ssh to box
-cd /hdd/movies
-ls -lt | head (list newest 10 files, repeat this more times)
-focus on sc and ap
-I see name.ts.sc while recording is in progress
-I do not see name.ts.ap file (it is correct, file will be created after recording is finished)
-stop recording via remote
-ls -lt | head (list newest 10 files )
-focus on sc and ap
-I do not see name.ts.sc (deleted)
-I do not see name.ts.ap (not created)
-it does not matter if service was crypted or FTA
Testing backup:
-restore 5.6.002
-same steps
-there is no problem
Testing 5.6.005+
-fresh install
-same steps
-ap and sc files missing
-result: it is not problem with my setting
Final result: see my first post
I have asked AI about that which points me to dvrparser.cpp, but I am not developer.
I am only familiar with terminal (putty/kitty/other) and linux systems.