summaryrefslogtreecommitdiff
path: root/apps/playlist.c
AgeCommit message (Expand)Author
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
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg
2003-01-09Remove bogus dirs from beginning of playlist file path. Patch by Hardeep Sidhu.Björn Stenberg
2002-10-17%pn now allows for conditional checkingRobert Hak
2002-10-15missed an snprintf argRobert Hak
2002-10-15added %pn (playlist name) to wpsRobert Hak
2002-10-11Retrieve the first_index from playlist when updating resume settings instead ...Hardeep Sidhu
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg
2002-10-09added playlist_amount(), no longer trying to stop insane looping in theDaniel Stenberg
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
2002-09-18New language/string handlingBjörn Stenberg
2002-09-18Added play_selected optionLinus Nielsen Feltzing
2002-09-12adi is stupid improvementsRobert Hak
2002-09-12efficiency improvementRobert Hak
2002-09-12Only handle # comments in file based playlistsLinus Nielsen Feltzing
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu
2002-08-28modified the playlist system slightly:Daniel Stenberg
2002-08-26When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu
2002-08-23Removed typedefBjörn Stenberg
2002-08-23playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg
2002-08-21play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg
2002-08-20Now using lcd margins instead of a line offset for displaying status bar.Markus Braun
2002-08-19When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg
2002-08-15Now we can have up to 400 files in a directoryLinus Nielsen Feltzing
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
2002-08-12Tell user when limits are reachedBjörn Stenberg
2002-08-09Support double negative wrap (with a half nelson)Björn Stenberg
2002-08-08Allow reverse playlist wrap in repeat modeBjörn Stenberg
2002-08-08Prevent negative playlist.indexBjörn Stenberg
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