ArkThis / vrecordX

A GNU/Linux friendly-fork of vrecord.
https://github.com/amiaopensource/vrecord
0 stars 0 forks source link

Wrapper call-script: forward arguments to vrecord as-is #2

Closed pjotrek-b closed 2 months ago

pjotrek-b commented 2 months ago

The vrecord startup-wrapper script (vrecord.sh) shall mostly provide only the following:

  1. Option to "wait" (=keep console output open) after any exit reason of vrecord (required for debugging).
  2. Option to ask for user-input in specific values per recording (eg Identifier input by Zenity UI).

Anything else shall be handled by the vrecord main script. Therefore, all arguments (except wrapper-specific ones) shall be forwarded to vrecord as-is.

pjotrek-b commented 2 months ago

Fixed in: f0dd0b60a1a1a737da6e6116ed80204a6faca211