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: A Quick Question About Azrael (Read 2923 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

A Quick Question About Azrael

what does the red T mean in the playlist window?

A Quick Question About Azrael

Reply #1
Random guess: replaygain track gain present/not present?

A Quick Question About Azrael

Reply #2
screenshot (~220KB)


how can i get rid of the red T

moderation: converted [ img ] to [ url ]

A Quick Question About Azrael

Reply #3
Option 1: Scan your audio files if you want to benefit from the ReplayGain feature. Correctly scanned files won't show the red T.

Option 2: Preferences -> Display -> Columns UI -> Globals -> Variables:

Code: [Select]
// Show ReplyGain info in title column
// 0 = No, 1 = Yes
$puts(showrt,1)


change this to $puts(showrt,0) and the RG-indicator should be gone.

A Quick Question About Azrael

Reply #4
Quote
Option 1: Scan your audio files if you want to benefit from the ReplayGain feature. Correctly scanned files won't show the red T.

Option 2: Preferences -> Display -> Columns UI -> Globals -> Variables:

Code: [Select]
// Show ReplyGain info in title column
// 0 = No, 1 = Yes
$puts(showrt,1)


change this to $puts(showrt,0) and the RG-indicator should be gone.
[a href="index.php?act=findpost&pid=271455"][{POST_SNAPBACK}][/a]


thanks, that did it. maybe you could tell me a little about replaygain?

 

A Quick Question About Azrael

Reply #5
Quote from http://www.replaygain.org

Quote
Not all CDs sound equally loud. The perceived loudness of mp3s is even more variable. Whilst different musical moods require that some tracks should sound louder than others, the loudness of a given CD has more to do with the year of issue or the whim of the producer than the intended emotional effect. If we add to this chaos the inconsistent quality of mp3 encoding, it's no wonder that a random play through your music collection can have you leaping for the volume control every other track.


Check that page for more information about RG.