summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-31/+31
2006-12-27Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle isJonathan Gordon1-4/+2
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon1-1/+51
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-6/+6
2006-11-30Prevent a stack overflow on iPod 5.5G due to increased sector size.Miika Pekkarinen1-2/+2
2006-11-29Read .m3u playlist files using the default code page (unless they start with ...Magnus Holmgren1-1/+41
2006-11-19* Move checkbox to plugin api (core never uses it)Jonathan Gordon1-1/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-7/+5
2006-10-09Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_ad...Jonathan Gordon1-0/+23
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-6/+6
2006-09-18Fixed problem with first_index being incorrectly updated when prepending trac...Hardeep Sidhu1-2/+4
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+2
2006-09-15Only maintain the last insert position after the playlist has started. Fixes...Hardeep Sidhu1-2/+3
2006-09-14Playlist resume no longer uses voice file buffer.Steve Bavin1-2/+6
2006-09-10Patch #5770 by Dominik Riebeling: Skip BOM in playlists. Add '.m3u8' as a sup...Magnus Holmgren1-0/+8
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-6/+7
2006-08-12Better UI response with playlist operations.Miika Pekkarinen1-1/+22
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen1-12/+21
2006-07-18Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing1-113/+143
2006-06-12Store playlist index for prepended/appended tracks in control file. Fixes re...Hardeep Sidhu1-6/+3
2006-05-30Always set first_index to value stored in settings when resuming. Fixes inco...Hardeep Sidhu1-2/+1
2006-05-15Boost cpu when performing large insertions or saving playlist to diskHardeep Sidhu1-0/+12
2006-05-11Return immediately if we have no control commands to flush. Fixes erroneous ...Hardeep Sidhu1-4/+4
2006-05-09Only flush and reload tracks after the playlist has started. Fixes B#5312.Hardeep Sidhu1-9/+14
2006-05-05Fixed bug with playlist_skip_entry when track to be skipped was less then cur...Hardeep Sidhu1-7/+9
2006-04-30Fixed problem with incorrect first index after resumeHardeep Sidhu1-0/+2
2006-04-30Fixed playlist control corruption on dircache systemsHardeep Sidhu1-0/+4
2006-04-23Don't call playlist_start() when changing directories on swcodec devices. Fi...Hardeep Sidhu1-4/+5
2006-04-20Fixed problem with forced reload of dircached filenames when playlist is sortedHardeep Sidhu1-0/+1
2006-04-20No need to force a sync of control file until playlist has started. This sho...Hardeep Sidhu1-3/+9
2006-04-19Allow insert shuffled option for directories when playlist is empty. Based o...Hardeep Sidhu1-4/+8
2006-04-18Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ...Brandon Low1-0/+2
2006-04-18Minor fix for insert_shuffle when playlist is emptyHardeep Sidhu1-13/+18
2006-04-18Fixed problem with auto change directory not working when browsing pluginsHardeep Sidhu1-7/+7
2006-04-03Fixed problems with playlist buffer full handlingHardeep Sidhu1-5/+9
2006-04-03Fix for repeat shuffle on SW codec devicesHardeep Sidhu1-0/+3
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-3/+1
2006-03-30Fix 64bit warningsJens Arnold1-2/+2
2006-03-30Dircache support for simulator also.Miika Pekkarinen1-1/+5
2006-02-09Currently playing playlist can now be overwritten. Save playlist screen defa...Hardeep Sidhu1-8/+176
2006-02-05Added a cache for playlist control commands. On non-dircache systems, behavi...Hardeep Sidhu1-168/+234
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low1-2/+2
2006-01-19iriver: Better fix for the previous problem, stop playback if nextMiika Pekkarinen1-0/+3
2005-12-05kill gcc4 warningsDaniel Stenberg1-17/+17
2005-12-01iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen1-19/+19
2005-11-21One more fix to revert a part of an incorrect change from the previous commit.Miika Pekkarinen1-1/+6
2005-11-21The previous commit didn't fully fix the problem. Now it should haveMiika Pekkarinen1-1/+1
2005-11-21Fixed playlist skipping of incorrect files and playback engine not toMiika Pekkarinen1-12/+27
2005-11-17Fix to the previous commit: Pointers were not always correctly erased.Miika Pekkarinen1-0/+3
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen1-18/+198