Support and General Use > Theming and Appearance Customization

Fuze V1 recording and SBS display

(1/1)

Avalon:
Hi,

I recently decided to add some info to a theme I was working on my Fuze V1 (8Gb + 16GB) and ran into a problem with the display of recording information.

I set the Recording Settings to 44.1kHz mp3 128 kbps stereo.

In the SBS I used the following functions:
%?St(rec frequency)<48|44|32|24|22|16> kHz
%?St(rec channels)<mono|stereo>
to display information on the Recording Screen.

The Recording Screen displays 22 Khz mono.  This is the case no matter what settings or sources I use.

Does anyone know why this is happening? 

pixelma:
There are specific tags for some recording info like bitrate, mono/stereo and so. The CustomWPS page in the wiki has a "Recording screen tokens" paragraph which seems a bit short at the time I'm writing this. (I try to look into updating and to remember updating my post here once I did).

I'm not sure if the settings token should still work though, but I could imagine that there are problems with the different ranges between targets. It needs someone with better knowledge to answer this.

Avalon:
Thank you very much for the reply.

I have updated my theme and the code works perfectly.

I did have to modify the %Rb conditional for a Fuze V1 as follows:

%?Rb<8|16|24|32|40|48|56|64|80|96|112|128|144|160|192|224|256|320>
from
%?Rb<8|16|24|32|40|48|56|64|80|96|112|128|144|160|192>

The following worked as described in the WIKI:
%?Re<wav|aiff|wv|mp3> 
%?Rm<stereo|mono> 
%?Rf<96|88|64|48|44|32|24|22|16|12|11|8>

Navigation

[0] Message Index

Go to full version