Conversation
avoids some of this `/tmp/vrecord.JLM6Uz.vrecord.gtkdialog.inc: line 159: [: : integer expression expected`
this is so the -h can reference the selected profile
|
@iamdamosuzuki can you suggest what settings should be global vs per-profile
|
|
ideas:
|
|
Possible bug: The profile wont save if an Input Device isn't selected. I noticed this while trying to test this out without an input device hooked up to the computer. |
|
Change request: Add the MP4 Options (CRF value and extra options) to the Settings Summary |
|
Change request: Add the selected SAR value to the Settings Summary based on the Broadcast Standard and DAR values selected in the profile. |
|
Change request: As discussed in our meeting, remove the Input Device selection from the advanced options and have it selectable in the simple GUI |
| SCRIPTNAME="$(basename "${0}")" | ||
| SCRIPTDIR="$(dirname "${0}")" | ||
| CONFIG_FILE="${HOME}/.${SCRIPTNAME}.conf" | ||
| PROFILE_DIR="${HOME}/.vrecord_profiles" |
There was a problem hiding this comment.
I would suggest to use
PROFILE_DIR="${HOME}/.config/vrecord_profiles"
i.e. inside the “canonical” configuration folder, and “visible.”
No description provided.