summaryrefslogtreecommitdiffstats
path: root/apps/playlist.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-12Minor clean up, move common define to a header file and use TIME_AFTER macroNils Wallménius1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-12Const police raid.Steve Bavin1-1/+1
2008-04-20Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...Bertrik Sikken1-1/+1
2008-04-07Remove unused playlist_checkend(), it really should never be needed.Steve Bavin1-1/+0
2008-04-02Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin1-0/+1
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon1-1/+3
2006-11-29Read .m3u playlist files using the default code page (unless they start with ...Magnus Holmgren1-1/+2
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen1-1/+2
2006-07-18Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing1-0/+3
2006-04-19Allow insert shuffled option for directories when playlist is empty. Based o...Hardeep Sidhu1-0/+1
2006-02-05Added a cache for playlist control commands. On non-dircache systems, behavi...Hardeep Sidhu1-20/+46
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen1-1/+2
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov1-0/+1
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen1-0/+2
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu1-0/+2
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-1/+2
2005-06-24Put back the playlist creation options in the main menuLinus Nielsen Feltzing1-0/+2
2005-02-12long policyJean-Philippe Bernardy1-1/+1
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-12/+15
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-15/+33
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-4/+12
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu1-0/+18
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu1-3/+4
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu1-1/+2
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-35/+34
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-1/+4
2003-04-24Changed to runtime playlist initializationBjörn Stenberg1-0/+1
2003-04-23Keep the playlist open all the time, to reduce mid-song times caused by theDaniel Stenberg1-0/+1
2003-04-11Better handling of next/prevLinus Nielsen Feltzing1-0/+1
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-2/+14
2002-10-17%pn now allows for conditional checkingRobert Hak1-1/+1
2002-10-15added %pn (playlist name) to wpsRobert Hak1-0/+2
2002-10-11Retrieve the first_index from playlist when updating resume settings instead ...Hardeep Sidhu1-0/+1
2002-10-09the playlist variables are now all static, and the wps code use the newDaniel Stenberg1-0/+1
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu1-3/+5
2002-08-28modified the playlist system slightly:Daniel Stenberg1-1/+2
2002-08-26When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu1-1/+1
2002-08-23Removed typedefBjörn Stenberg1-3/+3
2002-08-21play_list() is now modified to accept a playlist index that is eitherDaniel Stenberg1-2/+2
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg1-2/+3
2002-08-15Now we can have up to 400 files in a directoryLinus Nielsen Feltzing1-1/+1
2002-08-07Changed playlist API againLinus Nielsen Feltzing1-2/+2
2002-08-06RAM-based playlists addedLinus Nielsen Feltzing1-6/+10
2002-08-02Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg1-0/+1
2002-07-17Now uses MAX_PATHLinus Nielsen Feltzing1-1/+2
2002-07-05Relative path playlist patch by Mat PritchardLinus Nielsen Feltzing1-1/+1
2002-06-26Added next/previous trackBjörn Stenberg1-1/+1
2002-06-17Made playlist shuffle an option instead of an actionBjörn Stenberg1-0/+3