Support and General Use > Theming and Appearance Customization

radio screen skin token suggestions!

<< < (2/3) > >>

JdGordon:
BUMP!
I'm well on the way to implementing this... need help mapping tokens to letter for the skin...

WPS_TOKEN_HAVE_TUNER,
#if CONFIG_TUNER
    WPS_TOKEN_TUNER_TUNED,
    WPS_TOKEN_TUNER_SCANMODE,
    WPS_TOKEN_TUNER_STEREO,
    WPS_TOKEN_TUNER_MINFREQ, /* changes based on "region" */
    WPS_TOKEN_TUNER_MAXFREQ, /* changes based on "region" */
    WPS_TOKEN_TUNER_CURFREQ,
    WPS_TOKEN_PRESET_NAME,
    WPS_TOKEN_PRESET_FREQ,
    WPS_TOKEN_PRESET_COUNT,
    /* RDS tokens */
    WPS_TOKEN_HAVE_RDS,
#ifdef HAVE_RDS_CAP
    WPS_TOKEN_RDS_NAME,
    WPS_TOKEN_RDS_TEXT,

are the tokens which I've done already... please add suggestions for missed tokens and what letters to use for them

JdGordon:
http://www.rockbox.org/tracker/task/10853 is the patch...

Biont:
How about the screen buffer? Will you increase so that existing themes can easily add the radio screen or will it use the same fixed-size buffer?

EDIT: I know my question is off-topic, but A new thread just for a simple question seemed inappropriate

seani:

--- Quote from: JdGordon on December 13, 2009, 08:46:00 PM ---BUMP!
I'm well on the way to implementing this... need help mapping tokens to letter for the skin...

WPS_TOKEN_HAVE_TUNER,
#if CONFIG_TUNER
    WPS_TOKEN_TUNER_TUNED,
    WPS_TOKEN_TUNER_SCANMODE,
    WPS_TOKEN_TUNER_STEREO,
    WPS_TOKEN_TUNER_MINFREQ, /* changes based on "region" */
    WPS_TOKEN_TUNER_MAXFREQ, /* changes based on "region" */
    WPS_TOKEN_TUNER_CURFREQ,
    WPS_TOKEN_PRESET_NAME,
    WPS_TOKEN_PRESET_FREQ,
    WPS_TOKEN_PRESET_COUNT,
    /* RDS tokens */
    WPS_TOKEN_HAVE_RDS,
#ifdef HAVE_RDS_CAP
    WPS_TOKEN_RDS_NAME,
    WPS_TOKEN_RDS_TEXT,

are the tokens which I've done already... please add suggestions for missed tokens and what letters to use for them

--- End quote ---


I don't know about letters, but

Region Id

Region Name

Signal Strength (if available)

Name of the Presets File in operation if one is currently used. Alternatively the first line of the file as a description if that's possible with a bit of rework elsewhere

JdGordon:
Blont: it will have to be increased

seani: I'm not sure how usedful the region id and name are, do any targets support signal strength (can be added though if they do), and presets filename is meh..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version