diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-08 10:48:44 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-08 10:48:44 +0000 |
commit | 948ba08fb8fea82e6614af14d3038e6bc98fcc0f (patch) | |
tree | 8e0f1d76d7889fa2e3eb1b3a03c406b81fc41275 /menu.txt | |
parent | a65e42dbbbc02909a07f17b8ae049fa63dd3e7ee (diff) | |
download | vdr-plugin-muggle-948ba08fb8fea82e6614af14d3038e6bc98fcc0f.tar.gz vdr-plugin-muggle-948ba08fb8fea82e6614af14d3038e6bc98fcc0f.tar.bz2 |
Made major revisions in OSD behavior
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@30 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'menu.txt')
-rw-r--r-- | menu.txt | 117 |
1 files changed, 57 insertions, 60 deletions
@@ -1,76 +1,73 @@ -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 ==>display Tracklist(current filter setting) -GREEN ==>DisplayFilter -Yellow ==>DisplayTrackInfo(current) -Blue ==>DisplayTree( m_root ) - -FILTER ---------- - - - TREE --------- -OK Leaf: ==>DisplayTrackInfo( leaf ) +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) +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 ==>DisplayFilter -YELLOW ==>DisplayPlaylist(); -BLUE -- - // Should be in the future: Collapse all and goto default View - - -TRACKS (Tracklist) ------------------- - // Andi, ich kapier es nicht. Was unterscheidet Tracks from Tree? - // IMHO ist Tracks eine Sonderform von Tree, der nur Leaves hat, oder? -OK DisplayTrackInfo(current) -BACK ==> DisplayTree( parent ); // collapse +GREEN ==>Switch to next tree view(TODO?) +YELLOW ==>Cycle to playlist view +BLUE ==>Enter tree view submenu -UP select previous item (VDR-mechanism) -DOWN select next item (VDR-mechanism) -LEFT selection pg-up (VDR-mechanism) -RIGHT selection pg-down (VDR-mechanism) +PLAYLIST +--------- +OK -- // should start playing in the future +BACK -- -RED add currend item to playlist -GREEN ==>DisplayFilter -YELLOW ==>DisplayPlaylist(); -BLUE ==>DisplayTree(root) +UP select previous item (VDR-mechanism) +DOWN select next item (VDR-mechanism) +LEFT selection pg-up (VDR-mechanism) +RIGHT selection pg-down (VDR-mechanism) -TRACKINFO (previous == TREE || previous == TRACKS ) ------------------- -OK PlayItem -BACK go to previous view (==> DisplayTracklist || ==>DisplayTree ) +RED ==>Edit playlist (mark/move, VDR mechanism) TODO +GREEN ==>Playlist -> Track info -> Album info -> Playlist +YELLOW ==>Cycle to filter view +BLUE ==>Playlist submenu -RED add currend item to playlist -GREEN ==>DisplayFilter -YELLOW ==>DisplayPlaylist(); -BLUE -- +TRACKINFO (TODO) +--------- +OK PlayItem (jump/skip to item? useful choice?) +BACK go to previous view (?) -TRACKINFO (previous == playlist ) ------------------- -OK PlayItem -BACK ==>DisplayPlaylist(); +RED ?? +GREEN ==>Album info (TODO) +YELLOW ==>Cycle to filter view +BLUE ==>Playlist submenu -RED -- -GREEN ==>DisplayFilter -YELLOW ==>DisplayPlaylist(); // also on back -BLUE -- +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 + * + * + ************************************************************/ |