This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11951 - View Current Playlist don't speak
Attached to Project:
Rockbox
Opened by Marek Salaba (salaba) - Saturday, 19 February 2011, 00:09 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 08 April 2011, 15:10 GMT+2
Opened by Marek Salaba (salaba) - Saturday, 19 February 2011, 00:09 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 08 April 2011, 15:10 GMT+2
|
DetailsHello.
I found that in menu Playlists / View Current Playlist isn't voiced names of tracks Is there any way how to solve or add this great function on this place also. In menu Files or for example in Settings submenu Language it works. Many thanks in advance for themselves and for my visually impaired friends. Salaba |
This task depends upon
Closed by Nils Wallménius (nls)
Friday, 08 April 2011, 15:10 GMT+2
Reason for closing: Fixed
Additional comments about closing: Comitted fixed up version.
Friday, 08 April 2011, 15:10 GMT+2
Reason for closing: Fixed
Additional comments about closing: Comitted fixed up version.
if(global_settings.talk_menu)
gui_synclist_set_voice_callback(&playlist_lists,
playlist_callback_voice);
gui_synclist_set_nb_items(&playlist_lists, num_playlists);
gui_synclist_draw(&playlist_lists);
gui_synclist_speak_item(&playlist_lists);