[mythtv] [PATCH] Change and move system status

Harley Peters harley at hpeters.net
Fri Aug 20 20:41:13 EDT 2004


Kevin Kuphal wrote:
> This simple patch changes the "Guide Status" in the new menus to "System 
> Status" to better reflect the functionality and also moves it from the 
> Manage Recordings screen to the Information Menu where it seems more 
> appropriate
> 
> Kevin
> 
> 
> ------------------------------------------------------------------------
> 
> Index: mythtv/programs/mythfrontend/info_menu.xml
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/info_menu.xml,v
> retrieving revision 1.2
> diff -n -u -r1.2 info_menu.xml
> --- mythtv/programs/mythfrontend/info_menu.xml	19 Aug 2004 09:21:49 -0000	1.2
> +++ mythtv/programs/mythfrontend/info_menu.xml	20 Aug 2004 00:29:15 -0000
> @@ -40,6 +40,15 @@
>        <depends>mythbookmarkmanager</depends>
>     </button>
>  
> +   <button>
> +      <type>TV_STATUS</type>
> +      <text>System Status</text>
> +      <text lang="DE">Systemstatus</text>
> +      <text lang="SV">Systemstatus</text>
> +      <text lang="JA">システムステータス</text>
> +      <action>TV_STATUS</action>
> +   </button>
> +
>      <button>
>       <type>RECIPE</type>
>       <text>Recipes</text>
> Index: mythtv/programs/mythfrontend/manage_recordings.xml
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/manage_recordings.xml,v
> retrieving revision 1.2
> diff -n -u -r1.2 manage_recordings.xml
> --- mythtv/programs/mythfrontend/manage_recordings.xml	19 Aug 2004 09:21:49 -0000	1.2
> +++ mythtv/programs/mythfrontend/manage_recordings.xml	20 Aug 2004 00:29:15 -0000
> @@ -57,13 +57,4 @@
>        <action>TV_DELETE</action>
>     </button> 
>  
> -   <button>
> -      <type>TV_STATUS</type>
> -      <text>Guide Status</text>
> -      <text lang="DE">Systemstatus</text>
> -      <text lang="SV">Systemstatus</text>
> -      <text lang="JA">システムステータス</text>
> -      <action>TV_STATUS</action>
> -   </button>
> -
>  </mythmenu>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Where is this Info menu supposed to be ? It doesn't show up in mythtv at 
all. (Latest cvs)
I am not using any of the plugins that use this info menu but would 
still like to see the System status.

Harley



More information about the mythtv-dev mailing list