<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">
      code{white-space: pre-wrap;}
      span.smallcaps{font-variant: small-caps;}
      span.underline{text-decoration: underline;}
      div.column{display: inline-block; vertical-align: top; width: 50%;}
  </style>
</head>
<body>
<p>Hi Thomas,</p>
<p>On 2018-09-17 08:27, Thomas Guillem wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> On Fri, Sep 14, 2018, at 15:37, Juha-Pekka Heikkila wrote:</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> I'm not certain how to use change_integer_cb(). I tried following module 
 descriptor:</code></pre>
</blockquote>
<pre><code> Hello, the only way I know is from the QT UI, in advanced
 preferences, go to your module page. Your option should be populated
 via your ChooseConnector callback.

 Is there is no way to do that from command line, maybe we should add
 one, no ?</code></pre>
</blockquote>
<p>If you by “command line” refer to interfaces, such as <code>modules/gui/ncurses.c</code> or <code>share/lua/intf/*</code>, that runs in a terminal, I agree with you, but I am not sure that we would like to add support for such interaction in any other places than those (and of course other interface implementations).</p>
<p>Perhaps one could add a diagnostic for modules that support such change of values, that is printed on use, stating that there are options to select. Though, isn’t it already possible to get the list of entities by looking at the output associated with <code>-H</code> and the module in question?</p>
<p>I am all for increasing the usability of the current interfaces, but adding support in the core for reading from the shell where the instance of vlc was spawned, if any, sounds like the wrong path to walk.</p>
</body>
</html>