Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Playlists
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by salaba - 2011-02-18
Last edited by nls - 2011-04-08

FS#11951 - View Current Playlist don't speak

Hello.

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

Closed by  nls
2011-04-08 13:10
Reason for closing:  Fixed
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Comitted fixed up version.

I mean that bug maybe in file list.c here :

  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); 
nls commented on 2011-04-07 09:28

Here's a working proof of concept, it's not quite finished but works fine in a sim at least.

nls commented on 2011-04-07 09:39

removed some printf's so it should actually build for target now :)

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing