Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [TAG] Asterisk in Time Column (Read 3531 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[TAG] Asterisk in Time Column

Hey all,

First of all, if there is a God, thank him for this beautiful piece of software. Finally I have found a program that can manage huge amounts of mp3's. 

I'm pretty new with this program and I can't find a logical answer for the following matter.

[IMAGE]

Can someone tell me what the little Asteriks means in the Time column?

Thanks in advance!

Papa Mike
Reality is merely an illusion, albeit a very persistent one.
Albert Einstein (1879 - 1955)

[TAG] Asterisk in Time Column

Reply #1
I have no idea what formatting that is, but it seems that the asterisk is on songs that have variable bitrate (VBR)... This is just an uneducated guess tho...
Two things are infinite: the universe and human stupidity; and I'm not sure about the universe

[TAG] Asterisk in Time Column

Reply #2
select one of the songs in question, right click, select "FIX MP3 HEADER", put a check in the rebuild stream and click ok

see if that makes the asterix go away

this is only a guess though
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.

[TAG] Asterisk in Time Column

Reply #3
Quote
select one of the songs in question, right click, select "FIX MP3 HEADER", put a check in the rebuild stream and click ok
see if that makes the asterix go away
this is only a guess though
[a href="index.php?act=findpost&pid=254938"][{POST_SNAPBACK}][/a]


@ A Man Eating Duck
Headerfix didn't work out, the asterisks are still there.

@Dotnoir: That's a negative as well. I'm also havin this problem with normal 192Kbit files.


Thanks for the hints though.
Reality is merely an illusion, albeit a very persistent one.
Albert Einstein (1879 - 1955)

[TAG] Asterisk in Time Column

Reply #4
replaygain ?

could you copy and paste the columns formatting of that column?
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.

[TAG] Asterisk in Time Column

Reply #5
Paste the content of the "Time" Column here, maybe it says something about the meaning of that asteriks.

[TAG] Asterisk in Time Column

Reply #6
Ok, here is the code for the "Time" column:

Code: [Select]
$ifgreater(%_idx%,0,%_tim%|%_stim%*,)$tab(1)

$if($stricmp(%_rgn%,1),$if($and(%__replaygain_track_gain%,%__replaygain_album_gain%),%_atg%|%_satg%,$if(%__replaygain_track_gain%,%_tg%|%_stg%,%_sys%|%_ssys%)),%_tim%|%_stim%)

$if(%_length%,%_length%,$if(%_time_elapsed%,%_time_elapsed%,))






[n00bmode=on]What does this Replaygain mean?[n00bmode=off]
Reality is merely an illusion, albeit a very persistent one.
Albert Einstein (1879 - 1955)

[TAG] Asterisk in Time Column

Reply #7
Quote
[n00bmode=on]What does this Replaygain mean?[n00bmode=off]



Replaygain you ask

if you select the files with the asteriks, right click and select REPLAYGAIN and then SCAN PER-FILE TRACK GAIN, and let foobar do it's thing.
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.

[TAG] Asterisk in Time Column

Reply #8
The code you pasted depends on a variable in the global section named "idx". See if you can find the code that says:
Code: [Select]
idx= blah blah something
and paste it here.

Btw: IMHO, Replaygain is one of foobar's best features.

 

[TAG] Asterisk in Time Column

Reply #9
The idx thing:
Code: [Select]
idx=$add($strstr($upper($if2(%title%,)),$upper($get(index))),





I tried the Replaygain on a mp3 dir with different levels inside. It caused all tracks to be changed to the softest output level. 

Thanks though for helping me so far
Reality is merely an illusion, albeit a very persistent one.
Albert Einstein (1879 - 1955)

[TAG] Asterisk in Time Column

Reply #10
I have found it           


Code: [Select]
// Index: If a track has any Info match with words you typed
//             (e.g. Live, OST, 2004...Blank means Index OFF), displays * at Time Column




Thanks for your help all.
Reality is merely an illusion, albeit a very persistent one.
Albert Einstein (1879 - 1955)

[TAG] Asterisk in Time Column

Reply #11
Quote
I tried the Replaygain on a mp3 dir with different levels inside. It caused all tracks to be changed to the softest output level.  [a href="index.php?act=findpost&pid=254947"][{POST_SNAPBACK}][/a]
ReplayGain is especially nice if you have music with greatly varying levels (like both classical and pop), if you use ReplayGain all music will be played at approximately the same level (so you don't need to turn the volume up or down all the time). It does this by amplifying quiet music and making loud music less loud.

[TAG] Asterisk in Time Column

Reply #12
Quote
The idx thing:
Code: [Select]
idx=$add($strstr($upper($if2(%title%,)),$upper($get(index))),





I tried the Replaygain on a mp3 dir with different levels inside. It caused all tracks to be changed to the softest output level. 

Thanks though for helping me so far
[a href="index.php?act=findpost&pid=254947"][{POST_SNAPBACK}][/a]

then turn up the volume

[TAG] Asterisk in Time Column

Reply #13
Quote
Quote
The idx thing:
Code: [Select]
idx=$add($strstr($upper($if2(%title%,)),$upper($get(index))),





I tried the Replaygain on a mp3 dir with different levels inside. It caused all tracks to be changed to the softest output level. 

Thanks though for helping me so far
[a href="index.php?act=findpost&pid=254947"][{POST_SNAPBACK}][/a]

then turn up the volume
[a href="index.php?act=findpost&pid=255101"][{POST_SNAPBACK}][/a]


or turn up the replaygain preamp in the preferences
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.