ArkThis / vrecordX

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

Deploy alternative standard configuration from template/example #5

Open pjotrek-b opened 1 month ago

pjotrek-b commented 1 month ago

The folder https://github.com/ArkThis/vrecordX/tree/main/Resources/Examples is supposed to contain example configurations.

It would be great to auto-deploy (install) those pre-configured templates. Currently the default config of vrecord is hard-coded in its script to NTSC and a certain set of options.

Please add the ability to install a different set of configuration default. Use the existing PAL example for starters.

pjotrek-b commented 1 month ago

I've added the option to copy the existing Resources/Examples/vrecord-example1_PAL.conf to ${HOME}/.vrecord.conf in the Makefile.

What's now to be done is to test and add it to "make install".

This can then be used to easily rollout vrecord with preconfigured settings.