summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-15the playlist loader now ignores lines that start with # as they are meantDaniel Stenberg1-0/+8
2002-06-13allow CRLF or LF or in fact just CR too as line separatorsDaniel Stenberg1-1/+1
2002-06-13Cosmetic change to playlist loader progress displayBjörn Stenberg1-4/+15
2002-06-13Loading playlists using 512 byte buffer. Added feedback display during load.Björn Stenberg1-4/+19
2002-06-13Added playlist shuffle menu optionBjörn Stenberg1-3/+4
2002-06-12uh, make sure we start with a slash when playing songsDaniel Stenberg1-1/+3
2002-06-12fix multiple slash problemsDaniel Stenberg1-6/+13
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at a...Robert Hak1-33/+5
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at a...Robert Hak1-5/+42
2002-06-10Added leading slash to the mp3 file nameLinus Nielsen Feltzing1-1/+5
2002-06-07removed two compiler warnings, made the rand functions staticDaniel Stenberg1-5/+5
2002-06-04added some stupid faked random functions too, to build on targetDaniel Stenberg1-2/+19
2002-06-04Moved playlist code here from the firmware directory, also adjusted itDaniel Stenberg1-0/+164