Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11337 - Play Count / Rating Info for Trackinfo Screen

Attached to Project: Rockbox
Opened by Chris Savery (csavery) - Monday, 31 May 2010, 02:47 GMT+2
Task Type Patches
Category ID3 / meta data
Status Unconfirmed
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 0%
Private No

Details

This patch adds a couple more lines to Track Info for Play Count and Rating.
Currently these don't seem to show up anywhere else.

Tested against r26427 with Fuze v2 and USim.
   playcount-rating.patch (1.5 KiB)
 src/apps/screens.c         |   10 ++++++++++
 src/apps/lang/english.lang |   28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

This task depends upon

Comment by Chris Savery (csavery) - Friday, 11 June 2010, 08:58 GMT+2
Sync to r26735 for language file changes.
   playcount-rating-2.patch (1.5 KiB)
 src/apps/screens.c         |   10 ++++++++++
 src/apps/lang/english.lang |   28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

Comment by Rafaël Carré (funman) - Friday, 09 July 2010, 22:38 GMT+2
Why casting to int and not use the proper printf format ? (%ld for long)

Loading...