summaryrefslogtreecommitdiff
path: root/apps/playlist.c
AgeCommit message (Expand)Author
2002-08-08Fix for double-slash fixBjörn Stenberg
2002-08-08Removed the extra slash between the dir and filename for relative pathsLinus Nielsen Feltzing
2002-08-07Added status bar to file browser and wpsMarkus Braun
2002-08-07Changed playlist API againLinus Nielsen Feltzing
2002-08-06RAM-based playlists addedLinus Nielsen Feltzing
2002-08-02Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg
2002-08-01support for relative paths in playlists by Brian King <brking@charter.net>Daniel Stenberg
2002-07-22Slightly improved shuffle algorithm. Patch by Hardeep SidhuLinus Nielsen Feltzing
2002-07-20Absolute playlists with backslashes now workLinus Nielsen Feltzing
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg
2002-07-05Relative path playlist patch by Mat PritchardLinus Nielsen Feltzing
2002-06-27Now uses global_settings.playlist_shuffleBjörn Stenberg
2002-06-27account for white space at the end of a filenameRobert Hak
2002-06-26Added next/previous trackBjörn Stenberg
2002-06-17no time.h, no time() not even in simulatorsDaniel Stenberg
2002-06-17Made playlist shuffle an option instead of an actionBjörn Stenberg
2002-06-17Added backslash and drive letter supportBjörn Stenberg
2002-06-15the playlist loader now ignores lines that start with # as they are meantDaniel Stenberg
2002-06-13allow CRLF or LF or in fact just CR too as line separatorsDaniel Stenberg
2002-06-13Cosmetic change to playlist loader progress displayBjörn Stenberg
2002-06-13Loading playlists using 512 byte buffer. Added feedback display during load.Björn Stenberg
2002-06-13Added playlist shuffle menu optionBjörn Stenberg
2002-06-12uh, make sure we start with a slash when playing songsDaniel Stenberg
2002-06-12fix multiple slash problemsDaniel Stenberg
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at a...Robert Hak
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at a...Robert Hak
2002-06-10Added leading slash to the mp3 file nameLinus Nielsen Feltzing
2002-06-07removed two compiler warnings, made the rand functions staticDaniel Stenberg
2002-06-04added some stupid faked random functions too, to build on targetDaniel Stenberg
2002-06-04Moved playlist code here from the firmware directory, also adjusted itDaniel Stenberg