Support and General Use > Theming and Appearance Customization

Themes and Cue Sheets

(1/1)

iPodVT:
I have a track with an associated cue sheet that divides the track into three segments with each segment's title and index (the start time relative to the track's start) specified in the cue sheet.  When the first cue segment is playing, that segment's title (rather than the full track's title) gets properly returned and displayed via %it, and the next segment's title (rather than the full next track's title) gets properly returned and displayed via %It.  But %pt returns the current track's total time and %Pt also returns the current track's total time.  Shouldn't %pt and %Pt return the total time for their respective cue segments à la %it and %It?  That is what I am hoping for with my WIP theme.

Also, the WPS progress bar in my WIP theme is a smaller version of the cabbiev2 progress bar in that its height is about 1/2 that of cabbiev2's.  The way that Rockbox is drawing the cue markers is way too subtle to be at all prominent on my progress bar.  I would like to be able to make it be a solid vertical line of a color specified by the theme and that goes from the top of the progress bar all the way to the bottom of the progress bar.  Is that possible?

Thanks.

iPodVT:
Now I'm thinking that perhaps a possible solution to the issue of total track time vs a cue segment's total time would be to add a few new theming tags that would allow a theme to be at least somewhat cue sheet aware.  For instance, (using 'x' and 'X' as temporary filler chars for a future definitive tag spec) maybe there could be a %xt tag that could indicate both that Play is currently within a cue segment of the current track, and also what that cue segment's total time is.  %Xt could indicate the presence of a next cue segment within the current track and also what that next segment's total time is.  Then %pt could continue to return the total time of the full current track and %Pt could return the total time of the next full track (instead of what %Pt is currently doing, which is returning the total time of the full current track if Play is within any cue segment other than the current track's final cue segment, or returning the total time of the full next track if Play is currently within the last cue segment of the current track).

I think that if Play is currently within a track's final cue segment, all of the 'Next' info displayed in the WPS should refer to the complete next track, not the first cue segment (if one exists) of the next track.  [Edit:  But I'm not at all sure about that...]

Kinda confusing stuff (at least for me...)

Navigation

[0] Message Index

Go to full version