qnapi icon indicating copy to clipboard operation
qnapi copied to clipboard

[MacOS] Cannot set alternative language

Open tpluscode opened this issue 6 years ago • 1 comments

When I set alternative version clicking the setting is not persisted. When I click save the window disappears but opening the setting window again shows the alternative language set to 'None'

tpluscode avatar Apr 01 '18 18:04 tpluscode

This happens to me as well (5.10.11-arch1-1 x86_64 GNU/Linux).

I see in qnapi.ini that, after setting the alternative language with qnapi -o, the preference is stored in the configuration file under backup_language=. However, this doesn't survive subsequent launches of the GUI, and the option is ignored when looking up subtitles.

Nonetheless, using the -lb option from the command line does work correctly, e.g.:

qnapi -l LANG1 -lb LANG2 /path/to/file.ext

...does effectively return LANG1 subtitles, if existant, and otherwise LANG2 - so there's that. I'll see if I can manage to look into this any further.

rpolve avatar Feb 01 '21 18:02 rpolve