PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.74k stars 320 forks source link

display elapsed time instead of remaining time in timestamp #699

Closed github-account1111 closed 4 years ago

github-account1111 commented 4 years ago

Subject of the issue

I want [elapsed time]/[length] as opposed to -[remaining time]/[length].

Your environment

Steps to reproduce

Play a song

Expected behaviour

[elapsed time]/[length] in the timestamp field.

Actual behaviour

[-remaining time]/[length] in the timestamp field.

PromyLOPh commented 4 years ago

Should be possible to extend BarMainPrintTime, there’s already a format string (format_msg_time).