Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically resuming...
commit4849b39b80988d842c6e8d60f1bfdd002d9f6fb6
authorsaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 Jan 2011 02:49:13 +0000 (2 02:49 +0000)
committersaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Sun, 2 Jan 2011 02:49:13 +0000 (2 02:49 +0000)
tree7db19ba9c1f166c1f35e0581cd69801d7dc7e234
parent73f77697a2dbccc43f4a46b09acefd89b693bdaa
Commit part of FS#11748 by Michael Hohmuth.  Adds support for automatically resuming any song that is not played to completion at any point later in time, regardless of how many intermediate tracks are played.  This is accomplished by expanding the database to record incompletely played tracks.  Currently, the feature is simply on or off, in which case all tracks automatically resume, or they do not.  The remainder of patches in the task expand this feature by allowing only certain file to automatically resume, only resuming in certain circumstances, etc but are not included until we reach agreement on what should be included.  Additionally, the manual will need to be updated once we agree on the available settings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28942 a1c6a512-1295-4272-9138-f99709370657
apps/lang/english.lang
apps/menus/settings_menu.c
apps/playback.c
apps/settings.h
apps/settings_list.c
apps/tagcache.c
apps/tagcache.h
apps/tagtree.c