Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2684 - Album/Track Replaygain tags for WPS

Attached to Project: Rockbox
Opened by Martin Scarratt (mmmm-) - Monday, 19 September 2005, 23:06 GMT+1
Last edited by Martin Scarratt (mmmm-) - Saturday, 22 October 2005, 13:05 GMT+1
Task Type Patches
Category WPS
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Here's a patch that I've made for track/album replay gain
tags in the WPS.

You will need to have installed firefly's patch for xfade and
replaygain tags too or it would be a bit silly!

It's only tiny but it took me ages!! My first bit of coding!
I'm so happy! Use %rt for replaygain type. Best used as
below

%?rg<%?rt<album|track>|>
   rplygntype.patch (1.1 KiB)
 wps-display.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

This task depends upon

Closed by  Martin Scarratt (mmmm-)
Wednesday, 02 August 2006, 19:36 GMT+1
Reason for closing:  Accepted
Comment by Martin Scarratt (mmmm-) - Sunday, 25 September 2005, 12:53 GMT+1

This commit:

"Iriver: Added new ReplayGain type: track gain if shuffle mode
is active, album gain otherwise."

will change the usage syntax to this:

%?rg<%?rt<album|track|trackshuffle>|Off>
Comment by Martin Scarratt (mmmm-) - Friday, 21 October 2005, 22:22 GMT+1

I think using it like this is best!

%?rg<%?rt<Album|Track|%?ps<Track|Album>>|Off>

Loading...