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