Ho aggiunto in /usr/share/mythtv/mainmenu.xml la seguente configurazione.
Codice: Seleziona tutto
<button>
<type>MUSIC</type>
<text>Ascolta la RADIO</text>
<action>MENU fmmenu.xml</action>
</button>questo aggiunta funziona perfettamente
ed ho creato il rispettivo file fmmenu.xml
Codice: Seleziona tutto
<mythmenu name="FMMENU">
<button>
<type>MUSIC</type>
<text>Stazione 1</text>
<action>EXEC /usr/bin/radio -c /dev/radio0 -f 100.0</action>
</button>
<button>
<type>MUSIC</type>
<text>Stazione 2</text>
<action>EXEC /usr/bin/radio -c /dev/radio0 -f 101.0</action>
</button>
</mythmenu>Codice: Seleziona tutto
mythfrontend.re[6810]: segfault at 00000055 eip b61f22c4 esp bfd7bb58 error 4
ho seguito + o meno passo passo questa howto http://www.mythtv.org/wiki/index.php/Fm_radio
qualche idea sul da farsi?
.

