1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/menus
Christian Soffke d77c417fd1 Fix bookmarking/reloading after saving shuffled playlist
The resume index into the playlist file
that was used for bookmarks created immediately
after saving a shuffled playlist, or for reloading
the saved playlist (in case "Reload After Saving"
was enabled), tended to be incorrect.

The playlist file effectively isn't shuffled
anymore after saving it to a file, but the
resume index may still have to be rotated unless
playback has been stopped and resumed before
bookmarking, due to indices that are shifted
by first_index.

Change-Id: Id335a7a71adc216989d7b415bfa48237d92fd7b0
2023-10-30 14:09:51 -04:00
..
audiohw_eq_menu.c menus move functions with parameters to their own type 2022-12-17 02:51:43 -05:00
display_menu.c settings: Fix up the remaining stragglers from 8cc3266b 2023-09-22 10:31:00 -04:00
eq_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
eq_menu.h quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
exported_menus.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
main_menu.c [Feature] add a prompt to database commit on start-up 2023-10-01 11:51:38 -04:00
menu_common.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
menu_common.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playback_menu.c setting_list.c playback frequency cleanup 2023-09-01 19:32:27 -04:00
playlist_menu.c Fix bookmarking/reloading after saving shuffled playlist 2023-10-30 14:09:51 -04:00
plugin_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
radio_menu.c menus remove reserved 'param' parameter 2022-12-17 04:24:37 -05:00
recording_menu.c settings: Fix up the remaining stragglers from 8cc3266b 2023-09-22 10:31:00 -04:00
settings_menu.c Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
sound_menu.c make int_setting step & unit int16_t 2022-11-20 13:57:09 -05:00
theme_menu.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
time_menu.c Settings: Rename INT/BOOL setting type enum to RB_INT/RB_BOOL 2023-09-22 10:00:46 -04:00