diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-22 06:47:53 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-22 06:47:53 +0000 |
commit | e2de0c5ed7bbbe4b236246e8bfd71cc87c8d974f (patch) | |
tree | 616f2f0a482597e3968e281ccf8adcfd04f45bbc /muggle-plugin/menu.txt | |
parent | 101360901576c7e91196de60e2e6ebd6a4b145dd (diff) | |
download | vdr-plugin-muggle-0.1.6-BETA.tar.gz vdr-plugin-muggle-0.1.6-BETA.tar.bz2 |
Added 0.1.6 beta tag0.1.6-BETA
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.1.6-BETA@586 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/menu.txt')
-rw-r--r-- | muggle-plugin/menu.txt | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/muggle-plugin/menu.txt b/muggle-plugin/menu.txt new file mode 100644 index 0000000..57f0049 --- /dev/null +++ b/muggle-plugin/menu.txt @@ -0,0 +1,73 @@ +TREE +--------- +OK Leaf: ==>DisplayTrackInfo( leaf ) // TODO + Node: ==> DisplayTree( child ); // expand +BACK ==> DisplayTree( parent ); // collapse + ==> on root: return to VDR main menu + +UP select previous item (VDR-mechanism) +DOWN select next item (VDR-mechanism) +LEFT selection pg-up (VDR-mechanism) +RIGHT selection pg-down (VDR-mechanism) + +RED add all tracks under currently highlighted node to playlist +GREEN ==>Switch to next tree view(TODO?) +YELLOW ==>Cycle to playlist view +BLUE ==>Enter tree view submenu + +PLAYLIST +--------- +OK -- // should start playing in the future +BACK -- + +UP select previous item (VDR-mechanism) +DOWN select next item (VDR-mechanism) +LEFT selection pg-up (VDR-mechanism) +RIGHT selection pg-down (VDR-mechanism) + +RED ==>Edit playlist (mark/move, VDR mechanism) TODO +GREEN ==>Playlist -> Track info -> Album info -> Playlist +YELLOW ==>Cycle to filter view +BLUE ==>Playlist submenu + +TRACKINFO (TODO) +--------- +OK PlayItem (jump/skip to item? useful choice?) +BACK go to previous view (?) + +RED ?? +GREEN ==>Album info (TODO) +YELLOW ==>Cycle to filter view +BLUE ==>Playlist submenu + +ALBUMINFO +--------- +OK PlayItem (track? album?) +BACK ==>DisplayPlaylist(); (?) + +RED ?? +GREEN ==>Cycle to playlist view +YELLOW ==>Cycle to filter view +BLUE ==>Playlist submenu + +FILTER +------ +OK Confirm entry (really? VDR mechanism) +BACK ? + +UP Previous filter entry (VDR mechanism) +DOWN Next filter entry (VDR mechanism) + +RED Perform query, display according to view type entry (TODO) +GREEN ==>Load other filter +YELLOW ==>Cycle to tree view +BLUE ==>Filter submenu + +/************************************************************ + * + * $Log: menu.txt,v $ + * Revision 1.3 2004/02/08 10:48:44 LarsAC + * Made major revisions in OSD behavior + * + * + ************************************************************/ |