View Single Post
  #16  
Old 2004-12-11, 07:05 PM
ssamadhi97's Avatar
ssamadhi97 ssamadhi97 is offline
meow.
 
Join Date: Nov 2004
Location: Old Europe
Re: Foobar2000 SHN > FLAC Conversion: A Visual Guide

Quote:
Originally Posted by malick
is there a way to check for SBEs from recently downloaded .flac files? The Frontend seems to only allow for that check during encoding.

thanks, and I'll be getting the latest foobar in just a second...
SBE checking code for foobar2000

To add file format independent SBE indication to your playlist, append the following code to your playlist formatting string (Preferences -> Display -> Title formatting, Playlist tab):

$ifgreater($mod(%_length_samples%,588),0,$rgb(180,90,90,180,90,90)$num($mod(%_length_samples%,588),3 ),)

The result looks kinda like this:


Tracks with a red number after the playing time have an SBE. For example, in the screenshot above, only the Stolen Ogre tracks have SBEs.


note the nifty PacMan progress bar
Reply With Quote Reply with Nested Quotes