xnee feature request: terminate after playback/record

Bug #1576908 reported by Thangalin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xnee (Ubuntu)
New
Undecided
Unassigned

Bug Description

Feature Request

Please add a --terminate or --quit or --exit (-x) option (or synonyms for all!) that instructs cnee to terminate on playback or terminate when the stop-key is pressed.

OR

Please add an example in the man pages that shows how to make cnee exit when recording and/or playback is finished (ideally, the same mechanism should apply to both).

Work Around

Currently, this is used:

$ time cnee --replay --file filename.xnl --synchronised-replay
<wait until replay finishes>
^C
<note the time>

Then:

while true; do ./replay.sh ; sleep <time that was noted>; killall -9 cnee ; done

The following is preferred:

while true; do cnee --replay --file filename.xnl --synchronised-replay -x; done

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.