Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Bugs
Category Playlists
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

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
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.
Comment by Marek Salaba (salaba) - Saturday, 19 February 2011, 21:19 GMT+2
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);

Comment by Nils Wallménius (nls) - Thursday, 07 April 2011, 11:28 GMT+2
Here's a working proof of concept, it's not quite finished but works fine in a sim at least.
   pl_v_talk.diff (5.3 KiB)
 apps/tree.c            |    5 +-
 apps/tree.h            |    2 +
 apps/playlist_viewer.c |   98 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 103 insertions(+), 2 deletions(-)

Comment by Nils Wallménius (nls) - Thursday, 07 April 2011, 11:39 GMT+2
removed some printf's so it should actually build for target now :)
   pl_v_talk2.diff (5 KiB)
 apps/tree.c            |    3 -
 apps/tree.h            |    2 +
 apps/playlist_viewer.c |   97 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+), 2 deletions(-)

Loading...