summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
* The creation of the playlist control file failed when control_fd == 0Linus Nielsen Feltzing2003-07-08
* Allow playing even if we are unable to access the playlist control file (e.g....Hardeep Sidhu2003-07-06
* Dos-style pathnames were being copied incorrectly.Hardeep Sidhu2003-07-02
* Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu2003-07-02
* Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu2003-07-01
* The playlist buffer was too small, causing all kinds of weird errors when pla...Linus Nielsen Feltzing2003-05-29
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09
* Changed to runtime playlist initializationBjörn Stenberg2003-04-24
* init the playlist struct so that fd is -1 at startup, which then no longerDaniel Stenberg2003-04-23
* Keep the playlist open all the time, to reduce mid-song times caused by theDaniel Stenberg2003-04-23
* Better handling of next/prevLinus Nielsen Feltzing2003-04-11
* Improved responsiveness for dirplay, plus fixed a bug that could cause a file...Linus Nielsen Feltzing2003-04-08
* make use of the splash screen, kill displays we don't need anymoreRobert Hak2003-03-18
* The simulators can't use the mp3 buffer.Björn Stenberg2003-03-07
* I am silly. We need the dedicated buffer for ram playlists (dir play). Now on...Björn Stenberg2003-03-07
* Wrong declaration order.Björn Stenberg2003-03-07
* Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up load...Björn Stenberg2003-03-07
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Use lang definition for shuffling.Mats Lidell2003-01-15
* Comments.Hardeep Sidhu2003-01-09
* The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg2003-01-09
* Remove bogus dirs from beginning of playlist file path. Patch by Hardeep Sidhu.Björn Stenberg2003-01-09
* %pn now allows for conditional checkingRobert Hak2002-10-17
* missed an snprintf argRobert Hak2002-10-15
* added %pn (playlist name) to wpsRobert Hak2002-10-15
* Retrieve the first_index from playlist when updating resume settings instead ...Hardeep Sidhu2002-10-11
* the playlist variables are now all static, and the wps code use the newDaniel Stenberg2002-10-09
* added playlist_amount(), no longer trying to stop insane looping in theDaniel Stenberg2002-10-09
* Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu2002-10-06
* Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg2002-10-04
* New language/string handlingBjörn Stenberg2002-09-18
* Added play_selected optionLinus Nielsen Feltzing2002-09-18
* adi is stupid improvementsRobert Hak2002-09-12
* efficiency improvementRobert Hak2002-09-12
* Only handle # comments in file based playlistsLinus Nielsen Feltzing2002-09-12
* Flush and reload preloaded tracks if playlist changesHardeep Sidhu2002-09-10
* modified the playlist system slightly:Daniel Stenberg2002-08-28
* When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu2002-08-26
* Removed typedefBjörn Stenberg2002-08-23
* playlist_next() now returns NULL on excessive 'step' amountsDaniel Stenberg2002-08-23
* play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg2002-08-21
* Now using lcd margins instead of a line offset for displaying status bar.Markus Braun2002-08-20
* When shuffle is ENABLED. And you press PLAY in a dir, the selected songDaniel Stenberg2002-08-19
* Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg2002-08-16
* Now we can have up to 400 files in a directoryLinus Nielsen Feltzing2002-08-15
* Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg2002-08-13
* Tell user when limits are reachedBjörn Stenberg2002-08-12
* Support double negative wrap (with a half nelson)Björn Stenberg2002-08-09
* Allow reverse playlist wrap in repeat modeBjörn Stenberg2002-08-08
* Prevent negative playlist.indexBjörn Stenberg2002-08-08