I am using foobar2000 music player. How can display the time elapsed of currently playing song?

link|improve this question

45% accept rate
feedback

1 Answer

CLick on File -> Preferences.

Expand Display -> Default User Interface. Under status bar add %playback_time_remaining% to whichever position you want.

This is how mine looks:

Foobar

The status bar code:

%codec% | %bitrate% kbps | %samplerate% Hz | %channels% | %playback_time% / [-%playback_time_remaining% / %length%] 
link|improve this answer
I tried to use %playback_time% in Display → Default User Interface → Playlist View → Custom columns: it displays '?' sign in playlist. %playback_time_remaining% and %played_length% are not working as well. Foobar 1.1.7. Ideas? – dma_k Jul 12 '11 at 15:06
@dma_k if the length of the song is not available, both will not work. Try for few other songs – Sathya Jul 12 '11 at 16:11
It turned out to be %_length% macro. Damn, it's difficult to find right solution in Google, as each reference lead to different solution, which depends on something I can't understand (FooBar version? module? moon phase?) – dma_k Aug 8 '11 at 0:23
The dynamic values (as playback time) are not available in columns, nor in tray icon notification balloon. – user97693 Sep 13 '11 at 15:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.