Quote from: Chris on December 06, 2006, 23:16:08
Hi, a couple of questions before I CVS it.. You have introduced a fairly sparse Mark class, do you have plans to extend this to do other things or can we just use a vector of ints instead?
Also, I don't want to lose my 10s skip buttons, so how about we alter it so that if there are marks the yellow and blue buttons jump by mark and if not, they function as they do now.
Hi Chris,
the Mark-Class simply holds the cutting Marks for a recording, nothing more. I don't know, if people would like to have full VDR-Features on Marks, this would be:
-set a mark at current position, if there is none (with 0) (and communicate this back to the server, of course)
-delete a mark at current position if there is one (with 0) (and communicate this back to the server, of course)
-Jump to next Mark (with 6) or to previous Mark (with 4)
-Move Marks forward (with 9) or backward (with 7) in 0.1s steps (and communicate this back to the server, of course)
-start cutting a recording "MyRecording" (and generate a new "%MyRecording") (maybe as a feature of commands-hook)
-add a commands-hook to do different commands with the recording (like add a movie to DVD-Creation)
All of these features are Kind of Workflow, no feature of the Marks itself. So i guess putting them into a vector is a good thing.
Regarding the 10s Skip: I fthere were only "new" remote controls, we could use the * and the #, but these keys are missing on the old one. Anyway, the dual-funtion on yellow and blue would be ok (for me), since all of my recordings do have marks (from noad, of course).
regards,
Friedhelm.