daisy / pipeline-ui

A user interface for the DAISY Pipeline 2
MIT License
6 stars 2 forks source link

New settings page for specifying default/base lexicon #202

Closed marisademeglio closed 6 months ago

marisademeglio commented 7 months ago

There will be a corresponding engine property for this

marisademeglio commented 7 months ago

As of 1.14.18-SNAPSHOT I do not see a lexicon property yet, @bertfrees what's it going to be called?

bertfrees commented 7 months ago

org.daisy.pipeline.tts.default-lexicon

marisademeglio commented 7 months ago

WIP see 01a91e2246165dd1fd212aba4cb068e038865ff7

marisademeglio commented 6 months ago

This should work as soon as the property is available in the API

bertfrees commented 5 months ago

I discovered an issue in the engine. Working on a fix.

bertfrees commented 5 months ago

There seems to be an issue in the UI too. Perhaps the default values of options are cached?

The idea is that if the default lexicon setting is changed, the default value of the relevant script options are changed accordingly. I've made this work in the engine, but in the UI it doesn't work yet.