[mythtv-users] Menu Modification?

Fred Squires fsquires at gmail.com
Sat Jul 10 16:20:20 EDT 2004


I'm attempting to modify AltMenus to include the Video List on the
Media Library screen, but I can't seem to get it to work.

I added the following lines:

   <button>
     <type>VIDEO_LIST</type>
     <text>Video List</text>
     <text lang="ES">Listar vídeos</text>
     <text lang="CA">Llistar vídeos</text>
     <text lang="DK">Film oversigt</text>
     <text lang="DE">Video-Liste</text>
     <text lang="PT">Lista de Filmes</text>
     <text lang="SV">Filmlista</text>
     <text lang="FR">Parcourir les vidéos</text>
     <text lang="NL">Video Verkenner</text>
     <text lang="JA">ビデオリスト</text>
     <action>JUMP Video LISTING</action>
   </button>

I've also tried listing spelled "Listing" and just "JUMP LISTING" and
a few others but I can't seem to get it to work.  I added a Recordings
line to the main screen and that was pretty easy, but I just can't
seem to get the video list to work.  The original in the default theme
(which doesn't work on the Media Library screen) is:

   <button>
     <type>VIDEO_LIST</type>
     <text>Video List</text>
     <text lang="ES">Listar vídeos</text>
     <text lang="CA">Llistar vídeos</text>
     <text lang="DK">Film oversigt</text>
     <text lang="DE">Video-Liste</text>
     <text lang="PT">Lista de Filmes</text>
     <text lang="SV">Filmlista</text>
     <text lang="FR">Parcourir les vidéos</text>
     <text lang="NL">Video Verkenner</text>
     <text lang="JA">ビデオリスト</text>
     <action>LISTING</action>
   </button>

Does anyone know how to fix this?
Fred


More information about the mythtv-users mailing list