From cabfa76750250d2fd628f57edda4f894bb237adc Mon Sep 17 00:00:00 2001 From: lvw Date: Fri, 17 Sep 2004 15:45:58 +0000 Subject: Added ideas about shuffle and party mode. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@169 e10066b5-e1e2-0310-b819-94efdf66514b --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 3be604e..9a4817c 100644 --- a/TODO +++ b/TODO @@ -58,7 +58,18 @@ - Think, whether type (mp3, ogg, flac) should be stored in database - Handle loop mode in mgPlaylist (already done?) - Handle shuffle mode in mgPlaylist + - shuffle mode on + - for next file: + - generate a random number 0..n-1 + - move corresponding playlist item to front + - continue - Party mode (see iTunes) + - generate a random uid + - if file exists: + - determine maximum playcount of all tracks + - generate a random number n + - if n < playcount / max. playcount + - play the file \subsection urgentplayer Player extensions -- cgit v1.2.3