Skip to content

Conversation

@shizmob
Copy link
Contributor

@shizmob shizmob commented May 1, 2023

This patchset implements support for overriding the EA3 config using prop/ea3-ident.xml, a method already in use by alternative tools. It generalizes the approach so that any node is picked up and merged with the EA3 config instead of just <soft> and <id> for future expansion.

@shizmob
Copy link
Contributor Author

shizmob commented May 1, 2023

The import ordinals need verification for everything except AVS 2.15.8.

options->app_config_path = "prop/app-config.xml";
options->avs_config_path = "prop/avs-config.xml";
options->ea3_config_path = "prop/ea3-config.xml";
options->ea3_ident_path = "prop/ea3-ident.xml";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default is ok, but I don't see any parsing for this in options_read_cmdline allowing users to set this one to a path (and file) of their choice.

@icex2
Copy link
Contributor

icex2 commented Nov 19, 2023

Closing as I picked up the work and continue driving it from a new PR: #272

@icex2 icex2 closed this Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants