Unable to edit recording - missing file .ap

P.S. Obviously, I meant to write "I told you!".

@Coders
I confirm many issues with recordings: about 1/3 of recordings lacks of .ap file. So I need to fix them by the above mentioned plugin before being able to cut them.
This issue affects any kind of recording: from FTA DVB-T channels, DVB either FTA or encrypted and many resolutions (from 1280i-50Hz to 4K ones).
Hello, I have already asked @KFL.

Maybe you can also give me more information.
Is this a box related issue or channel related issue?

I'm currently not able to reproduce this on any DVB-S (Astra 19'2) service.

All my recordings have ap and sc files.
 
Please can one of you that reported the issue reply to @jbleyel's question.

He would like to know how to replicate the original issue, so that he can double check the same problem does not exist in OpenATV image.
 
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.
 
Back
Top