summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
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
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