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-10-17
%pn now allows for conditional checking
Robert Hak
2002-10-15
missed an snprintf arg
Robert Hak
2002-10-15
added %pn (playlist name) to wps
Robert Hak
2002-10-11
Retrieve the first_index from playlist when updating resume settings instead ...
Hardeep Sidhu
2002-10-09
the playlist variables are now all static, and the wps code use the new
Daniel Stenberg
2002-10-09
added playlist_amount(), no longer trying to stop insane looping in the
Daniel Stenberg
2002-10-06
Store the first index of the playlist and use it when calculating the next in...
Hardeep Sidhu
2002-10-04
Repeat off/all/one toggle. By Hardeep Sidhu.
Björn Stenberg
2002-09-18
New language/string handling
Björn Stenberg
2002-09-18
Added play_selected option
Linus Nielsen Feltzing
2002-09-12
adi is stupid improvements
Robert Hak
2002-09-12
efficiency improvement
Robert Hak
2002-09-12
Only handle # comments in file based playlists
Linus Nielsen Feltzing
2002-09-10
Flush and reload preloaded tracks if playlist changes
Hardeep Sidhu
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
[next]