summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2003-01-15Use lang definition for shuffling.Mats Lidell1-1/+1
2003-01-09Comments.Hardeep Sidhu1-5/+41
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-54/+286
2003-01-09Remove bogus dirs from beginning of playlist file path. Patch by Hardeep Sidhu.Björn Stenberg1-5/+21
2002-10-17%pn now allows for conditional checkingRobert Hak1-9/+12
2002-10-15missed an snprintf argRobert Hak1-1/+1
2002-10-15added %pn (playlist name) to wpsRobert Hak1-0/+14
2002-10-11Retrieve the first_index from playlist when updating resume settings instead ...Hardeep Sidhu1-0/+5
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg1-3/+3
2002-10-09added playlist_amount(), no longer trying to stop insane looping in theDaniel Stenberg1-5/+7
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu1-5/+15
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-14/+33
2002-09-18New language/string handlingBjörn Stenberg1-6/+10
2002-09-18Added play_selected optionLinus Nielsen Feltzing1-1/+1
2002-09-12adi is stupid improvementsRobert Hak1-2/+2
2002-09-12efficiency improvementRobert Hak1-38/+33
2002-09-12Only handle # comments in file based playlistsLinus Nielsen Feltzing1-2/+3
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu1-0/+4
2002-08-28modified the playlist system slightly:Daniel Stenberg1-9/+19
2002-08-26When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu1-2/+19
2002-08-23Removed typedefBjörn Stenberg1-1/+1
2002-08-23playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg1-0/+4
2002-08-21play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg1-15/+24
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun1-10/+15
2002-08-19When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg1-7/+33
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-5/+11
2002-08-15Now we can have up to 400 files in a directoryLinus Nielsen Feltzing1-3/+4
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg1-2/+0
2002-08-12Tell user when limits are reachedBjörn Stenberg1-0/+8
2002-08-09Support double negative wrap (with a half nelson)Björn Stenberg1-1/+1
2002-08-08Allow reverse playlist wrap in repeat modeBjörn Stenberg1-2/+6
2002-08-08Prevent negative playlist.indexBjörn Stenberg1-0/+2
2002-08-08Fix for double-slash fixBjörn Stenberg1-1/+1
2002-08-08Removed the extra slash between the dir and filename for relative pathsLinus Nielsen Feltzing1-1/+1
2002-08-07Added status bar to file browser and wpsMarkus Braun1-5/+17
2002-08-07Changed playlist API againLinus Nielsen Feltzing1-1/+3
2002-08-06RAM-based playlists addedLinus Nielsen Feltzing1-112/+188
2002-08-02Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg1-1/+20
2002-08-01support for relative paths in playlists by Brian King <brking@charter.net>Daniel Stenberg1-2/+26
2002-07-22Slightly improved shuffle algorithm. Patch by Hardeep SidhuLinus Nielsen Feltzing1-16/+3
2002-07-20Absolute playlists with backslashes now workLinus Nielsen Feltzing1-1/+1
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg1-16/+2
2002-07-05Relative path playlist patch by Mat PritchardLinus Nielsen Feltzing1-17/+22
2002-06-27Now uses global_settings.playlist_shuffleBjörn Stenberg1-2/+2
2002-06-27account for white space at the end of a filenameRobert Hak1-0/+14
2002-06-26Added next/previous trackBjörn Stenberg1-4/+4
2002-06-17no time.h, no time() not even in simulatorsDaniel Stenberg1-10/+1
2002-06-17Made playlist shuffle an option instead of an actionBjörn Stenberg1-2/+7
2002-06-17Added backslash and drive letter supportBjörn Stenberg1-2/+13