From 74d082c03892ae551cf4a72bb27af91fe8e1ed28 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Sat, 25 Jun 2005 04:46:25 +0000 Subject: Added new shuffle repeat mode that reshuffles playlist before repeating. Also added new shuffled insert mode that randomly inserts selected track(s) somewhere between current track and end of playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6861 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index b5a6e17426..5346cc8663 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -118,7 +118,8 @@ enum { PLAYLIST_PREPEND = -1, PLAYLIST_INSERT = -2, PLAYLIST_INSERT_LAST = -3, - PLAYLIST_INSERT_FIRST = -4 + PLAYLIST_INSERT_FIRST = -4, + PLAYLIST_INSERT_SHUFFLED = -5 }; enum { -- cgit v1.2.3