summaryrefslogtreecommitdiff
path: root/apps/playlist.c
AgeCommit message (Expand)Author
2009-04-07Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index...Boris Gjenero
2009-03-08Fix insert/queue next, last and replace to update the last insert position too,Thomas Martitz
2009-03-08Fix playlist "Insert" a bit.Thomas Martitz
2009-03-08Clean up some #includesBertrik Sikken
2009-01-08Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - corr...Marianne Arnold
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-12Minor clean up, move common define to a header file and use TIME_AFTER macroNils Wallménius
2008-10-08Make the array static const char, and use it for direct lookup, saving binsiz...Jens Arnold
2008-10-08Fix FS#8949 - Alphabetical directory listing reversed after "Error Accessing ...Nils Wallménius
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon
2008-09-20FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...Jonathan Gordon
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-08-11r10544 changed the playlist reloading so you couldnt actually abort the proce...Jonathan Gordon
2008-08-09Fix problem with utf8 playlists containing a BOM breaking all entries but the...Dominik Riebeling
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling
2008-07-29Only voice track insertion splash if voice menus enabled - fix for FS#9223Steve Bavin
2008-07-02fix the random folder behaviour by not letting it start folders which dont ha...Jonathan Gordon
2008-06-29fix FS#9119 (crash if random folder list has no entries)Jonathan Gordon
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-24When saving a .m3u8 playlist, include a byte order mark (BOM), as some applic...Magnus Holmgren
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-12Const police raid.Steve Bavin
2008-04-30remove the 2nd last evil use of ata_disk_is_active() in apps/Jonathan Gordon
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-20Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...Bertrik Sikken
2008-04-07Remove unused playlist_checkend(), it really should never be needed.Steve Bavin
2008-04-07Use file_exists instead of duplicating what it does.Nicolas Pennequin
2008-04-02Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin
2008-04-02remove some really old and out of date code... (drawing API changed about 3 t...Jonathan Gordon
2008-01-09Fix FS#5797 (Codec failure with directory skip when in file browser, with dir...Nicolas Pennequin
2007-11-13Improve insert of playlists. Decode M3U files using current code page and str...Magnus Holmgren
2007-10-25Factor out some common code, for simplicity (I hope...) and to save size.Magnus Holmgren
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-10-12Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to theStéphane Doyon
2007-09-21Remove annoying 'Shuffling' splashNils Wallménius
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-05-15Accept FS#7170 - fix a bug with random folder advance Jonathan Gordon
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-17#if => #ifdefDaniel Stenberg
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon
2006-12-27Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle isJonathan Gordon
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon