summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c (follow)
Commit message (Collapse)AuthorAge
...
* Add the necessary action_signalscreenchange call to avoid going back one ↵Nicolas Pennequin2007-03-22
| | | | | | level in the tree after leaving the cuesheet viewer screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12891 a1c6a512-1295-4272-9138-f99709370657
* Further error checking that I shouldn't have forgotten earlier.Nicolas Pennequin2007-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12883 a1c6a512-1295-4272-9138-f99709370657
* Add a bit more error checking to prevent possible crashes.Nicolas Pennequin2007-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12880 a1c6a512-1295-4272-9138-f99709370657
* Hook up .cue file detection via a callback klugde on HWCODEC, to make cue ↵Jens Arnold2007-03-01
| | | | | | sheet support actually work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12526 a1c6a512-1295-4272-9138-f99709370657
* Unpause after seeking on archos.Jens Arnold2007-02-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12525 a1c6a512-1295-4272-9138-f99709370657
* Make a couple of private functions 'static'Nils Wallménius2007-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12337 a1c6a512-1295-4272-9138-f99709370657
* Oops, no need to allocate that much memory. Thanks to Lear for noticing this.Nicolas Pennequin2007-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12306 a1c6a512-1295-4272-9138-f99709370657
* Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin2007-02-14
Everytime an audio file is loaded, a cue file with the same name is searched for. A setting allows to disable this (default is off). Cuesheet files can also be viewed in the file browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12304 a1c6a512-1295-4272-9138-f99709370657