index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playlist.c
Age
Commit message (
Expand
)
Author
2002-08-28
modified the playlist system slightly:
Daniel Stenberg
2002-08-26
When toggling shuffle from on to off while a playlist is playing, update the ...
Hardeep Sidhu
2002-08-23
Removed typedef
Björn Stenberg
2002-08-23
playlist_next() now returns NULL on excessive 'step' amounts
Daniel Stenberg
2002-08-21
play_list() is now modified to accept a playlist index that is either
Daniel Stenberg
2002-08-20
Now using lcd margins instead of a line offset for displaying status bar.
Markus Braun
2002-08-19
When shuffle is ENABLED. And you press PLAY in a dir, the selected song
Daniel Stenberg
2002-08-16
Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...
Björn Stenberg
2002-08-15
Now we can have up to 400 files in a directory
Linus Nielsen Feltzing
2002-08-13
Gained about 128 KB buffer space by removing malloc() and the heap
Björn Stenberg
2002-08-12
Tell user when limits are reached
Björn Stenberg
2002-08-09
Support double negative wrap (with a half nelson)
Björn Stenberg
2002-08-08
Allow reverse playlist wrap in repeat mode
Björn Stenberg
2002-08-08
Prevent negative playlist.index
Björn Stenberg
2002-08-08
Fix for double-slash fix
Björn Stenberg
2002-08-08
Removed the extra slash between the dir and filename for relative paths
Linus Nielsen Feltzing
2002-08-07
Added status bar to file browser and wps
Markus Braun
2002-08-07
Changed playlist API again
Linus Nielsen Feltzing
2002-08-06
RAM-based playlists added
Linus Nielsen Feltzing
2002-08-02
Magnus Holmgren's fix that now enables us to toggle shuffle on/off from the
Daniel Stenberg
2002-08-01
support for relative paths in playlists by Brian King <brking@charter.net>
Daniel Stenberg
2002-07-22
Slightly improved shuffle algorithm. Patch by Hardeep Sidhu
Linus Nielsen Feltzing
2002-07-20
Absolute playlists with backslashes now work
Linus Nielsen Feltzing
2002-07-17
New vastly improved random algorithm: Mersenne Twister
Björn Stenberg
2002-07-05
Relative path playlist patch by Mat Pritchard
Linus Nielsen Feltzing
2002-06-27
Now uses global_settings.playlist_shuffle
Björn Stenberg
2002-06-27
account for white space at the end of a filename
Robert Hak
2002-06-26
Added next/previous track
Björn Stenberg
2002-06-17
no time.h, no time() not even in simulators
Daniel Stenberg
2002-06-17
Made playlist shuffle an option instead of an action
Björn Stenberg
2002-06-17
Added backslash and drive letter support
Björn Stenberg
2002-06-15
the playlist loader now ignores lines that start with # as they are meant
Daniel Stenberg
2002-06-13
allow CRLF or LF or in fact just CR too as line separators
Daniel Stenberg
2002-06-13
Cosmetic change to playlist loader progress display
Björn Stenberg
2002-06-13
Loading playlists using 512 byte buffer. Added feedback display during load.
Björn Stenberg
2002-06-13
Added playlist shuffle menu option
Björn Stenberg
2002-06-12
uh, make sure we start with a slash when playing songs
Daniel Stenberg
2002-06-12
fix multiple slash problems
Daniel Stenberg
2002-06-11
we now handle playlists in a block of 255 bytes instead of a single byte at a...
Robert Hak
2002-06-11
we now handle playlists in a block of 255 bytes instead of a single byte at a...
Robert Hak
2002-06-10
Added leading slash to the mp3 file name
Linus Nielsen Feltzing
2002-06-07
removed two compiler warnings, made the rand functions static
Daniel Stenberg
2002-06-04
added some stupid faked random functions too, to build on target
Daniel Stenberg
2002-06-04
Moved playlist code here from the firmware directory, also adjusted it
Daniel Stenberg