summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
* 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
* Fix for double-slash fixBjörn Stenberg2002-08-08
* Removed the extra slash between the dir and filename for relative pathsLinus Nielsen Feltzing2002-08-08
* Added status bar to file browser and wpsMarkus Braun2002-08-07
* Changed playlist API againLinus Nielsen Feltzing2002-08-07
* RAM-based playlists addedLinus Nielsen Feltzing2002-08-06
* Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg2002-08-02
* support for relative paths in playlists by Brian King <brking@charter.net>Daniel Stenberg2002-08-01
* Slightly improved shuffle algorithm. Patch by Hardeep SidhuLinus Nielsen Feltzing2002-07-22
* Absolute playlists with backslashes now workLinus Nielsen Feltzing2002-07-20
* New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg2002-07-17
* Relative path playlist patch by Mat PritchardLinus Nielsen Feltzing2002-07-05
* Now uses global_settings.playlist_shuffleBjörn Stenberg2002-06-27
* account for white space at the end of a filenameRobert Hak2002-06-27
* Added next/previous trackBjörn Stenberg2002-06-26
* no time.h, no time() not even in simulatorsDaniel Stenberg2002-06-17
* Made playlist shuffle an option instead of an actionBjörn Stenberg2002-06-17
* Added backslash and drive letter supportBjörn Stenberg2002-06-17
* the playlist loader now ignores lines that start with # as they are meantDaniel Stenberg2002-06-15
* allow CRLF or LF or in fact just CR too as line separatorsDaniel Stenberg2002-06-13