mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16267 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
05e82a45da
commit
04dc828c9f
4 changed files with 31 additions and 19 deletions
|
@ -82,6 +82,8 @@ struct tree_context* tree_get_context(void);
|
|||
void tree_flush(void);
|
||||
void tree_restore(void);
|
||||
|
||||
bool bookmark_play(char* resume_file, int index, int offset, int seed,
|
||||
char *filename);
|
||||
|
||||
extern struct gui_synclist tree_lists;
|
||||
extern struct gui_syncstatusbar statusbars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue