I recently converted to MythDora 4 after an attempt to upgrade to SVN rendered my box unusable. I&#39;m very happy with the result, except as usual I hate the menu layout. <br><br>So I did what I always do, which is go in and rewrite the menu xml files to my liking. I immediately found that the situation was more complex in MythDora than a standard install. Some menus were in /home/mythtv/.mythtv and some were in /usr/share/mythtv, and yet others in the custom menu setup option folders in /usr/share/mythtv (DVR. classic).
<br><br>I have everything working fine, but somewhere in the process I did something that has rendered my mythvideo menu nonfunctional. The menu appears, but clicking on any of the menu options produces nothing.<br><br>Of course, I was an idiot and accidentally deleted the backups.
<br><br>Here is my current 
videomenu.xml file. I have put it in every possible location but nothing works. Any help would be greatly appreciated.<br><br><br>
&lt;mythmenu name=&quot;VIDEO&quot;&gt;<br><br>&nbsp;&nbsp; &lt;button&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;VIDEO_GALLERY&lt;/type&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Video Gallery&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;FR&quot;&gt;Gallerie vidÃ&copy;o&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;DE&quot;&gt;Galerie&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;SI&quot;&gt;Galerija filmov&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;FI&quot;&gt;Videogalleria&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;DK&quot;&gt;Film Galleri&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;SV&quot;&gt;Filmgalleri&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;PT&quot;&gt;Galeria de Filmes&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;ES&quot;&gt;Galería&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;ET&quot;&gt;Filmide galerii&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;RU&quot;&gt;ÐалеÑеѠÑ<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;GALLERY&lt;/action&gt;&nbsp;&nbsp;&nbsp;&nbsp; Ð¸Ð»Ñмов&lt;/text&gt;<br>&nbsp;&nbsp; &lt;/button&gt;<br><br>&nbsp;&nbsp; &lt;button&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;VIDEO_MANAGER&lt;/type&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Video Manager&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;ES&quot;&gt;Gestionar Videos&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;CA&quot;&gt;Gestionar vídeos&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;DK&quot;&gt;Film opsætning&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;DE&quot;&gt;Video-Manager&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;PT&quot;&gt;Gestor de Filmes&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;SV&quot;&gt;Filmhanterare&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;FR&quot;&gt;Gestionnaire de vidÃ&copy;os&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;NL&quot;&gt;Video&#39;ã¼ã¸ã£ã¼&lt;/text&gt;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;JA&quot;&gt;ãããªãã<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;SI&quot;&gt;Upravitelj filmov&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;FI&quot;&gt;Videohallinta&lt;/text&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;ET&quot;&gt;Filmihaldus&lt;/text&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;text lang=&quot;RU&quot;&gt;ÐенеджеѠÑ<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;MANAGER&lt;/action&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ð¸Ð»Ñмов&lt;/text&gt;<br>&nbsp;&nbsp; &lt;/button&gt;
<br><br>&lt;/mythmenu&gt;<br><br>