On 6/5/06, <b class="gmail_sendername">Dawning Sky</b> &lt;<a href="mailto:the.dawning.sky@gmail.com">the.dawning.sky@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there any way to let myth start stepmania?</blockquote><div><br>There are a couple of ways: you can either set up a PC games&nbsp; game profile under MythGame and have StepMania launched froma symlink or script in the folder indicated in the profile; alternatively, you can alter your main menu to have a StepMania option.
<br><br>In mainmenu.xml:<br><br>&lt;button&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;GAME&lt;/type&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Stepmania&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;EXEC /home/mythtv/StepMania-3.9/stepmania&lt;/action&gt;<br>&lt;/button&gt;
<br><br>You'll need to restart MythTV in order to load the new menu. Also, you may run into difficulty&nbsp; launching StepMania if you're running mythfrontend as root. In that case, you may want to do EXEC sudo -u mythtv /home/mythtv/StepMania-
3.9/stepmania instead for the action. The issue has also been covered here: <a href="http://www.gossamer-threads.com/lists/mythtv/users/203907">http://www.gossamer-threads.com/lists/mythtv/users/203907</a><br></div><br>Hope it works out for you!
<br><br>Jack.<br></div>