Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
Aug 9 2005, 15:21
Post
#1
|
|
|
Member Group: Full Members Posts: 10 Joined: 2-August 05 Member No.: 2006 Mp3tag Version: 2.32a |
Hi
I'm trying to do smth like an avergage bitrate over a catalog. I tried looping all the mp3s and adding their bitrates to one variable, but if I want to display the result after the loop, the variable is empty? How to globalize the variable? Next, I want to display certain information if the bitrate is VBR and other info if it's CBR. The question is, how to check if it's CBR or VBR? Thanks in advance rmg |
|
|
|
rmg user defined variables Aug 9 2005, 15:21
dano 1.
My html_dano_01_ex_mp3tag config has an average... Aug 9 2005, 15:40
rmg Oh, thx for the average bitrate calculator. It wor... Aug 9 2005, 16:05
dano $if($eql(%_vbr%,CBR),then,else) I think.... Aug 9 2005, 16:14
rmg Ok, now I can check the CBR/VBR status, but a new ... Aug 9 2005, 19:07
dano Try:
$loop(%_filename_ext%)$puts(length,... Aug 9 2005, 21:41
rmg QUOTE (dano @ Aug 9 2005, 23:41)Try:
$lo... Aug 10 2005, 12:37
dano QUOTE But still, what is the big difference betwee... Aug 10 2005, 13:26![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 12:26 |