summaryrefslogtreecommitdiff
path: root/apps/playlist.c
AgeCommit message (Expand)Author
2005-01-20Added music playing from ID3 browser.Björn Stenberg
2005-01-18Repaired broken resumeBjörn Stenberg
2005-01-18Added support for very large tables in ID3 database.Björn Stenberg
2005-01-17Minor tweaks to compile on win32.Björn Stenberg
2005-01-17Added ID3 database support. Still very early.Björn Stenberg
2004-11-06Reverted to the earlier modulo method for creating a range of random numbers,...Linus Nielsen Feltzing
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg
2004-09-10Added check for missing .rockbox directory to playlist code.Henrik Backe
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn
2004-09-06Since open() does now handle O_TRUNC correctly, the previous fix is no longer...Jens Arnold
2004-09-01Bug fix: Longish .playlist_control files got corrupted when doing ON->resume ...Jens Arnold
2004-08-31Reverted an erroneous const, and fixed & optimized relative path handling. Th...Jens Arnold
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold
2004-08-02Added extra error reportingHardeep Sidhu
2004-07-23Slightly better randomness when shufflingLinus Nielsen Feltzing
2004-07-14Abort resume if control file doesn't end with a newline. Fixes hang when res...Hardeep Sidhu
2004-04-09Some code cleanupLinus Nielsen Feltzing
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn
2004-01-29Fixed bug when inserting playlists where comment and empty lines were not bei...Hardeep Sidhu
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu
2003-12-07table-driven internal handling of file types, so we can have many of themJörg Hohensohn
2003-09-29Brian King's .rockbox browsing patchBjörn Stenberg
2003-08-11Don't delete queued tracks in repeat one mode.Hardeep Sidhu
2003-07-08The creation of the playlist control file failed when control_fd == 0Linus Nielsen Feltzing
2003-07-06Allow playing even if we are unable to access the playlist control file (e.g....Hardeep Sidhu
2003-07-02Dos-style pathnames were being copied incorrectly.Hardeep Sidhu
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu
2003-05-29The playlist buffer was too small, causing all kinds of weird errors when pla...Linus Nielsen Feltzing
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing
2003-04-24Changed to runtime playlist initializationBjörn Stenberg
2003-04-23init the playlist struct so that fd is -1 at startup, which then no longerDaniel Stenberg
2003-04-23Keep the playlist open all the time, to reduce mid-song times caused by theDaniel Stenberg
2003-04-11Better handling of next/prevLinus Nielsen Feltzing
2003-04-08Improved responsiveness for dirplay, plus fixed a bug that could cause a file...Linus Nielsen Feltzing
2003-03-18make use of the splash screen, kill displays we don't need anymoreRobert Hak
2003-03-07The simulators can't use the mp3 buffer.Björn Stenberg
2003-03-07I am silly. We need the dedicated buffer for ram playlists (dir play). Now on...Björn Stenberg
2003-03-07Wrong declaration order.Björn Stenberg
2003-03-07Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up load...Björn Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-15Use lang definition for shuffling.Mats Lidell
2003-01-09Comments.Hardeep Sidhu