You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imho, having a function in the playerctl-cli to query a tracks remaining time would be a nice addition. Something like playerctl metadata --format "{{ duration(remaining-time) }}" --follow to view a countdown to 0:00.
I have used the library do get a counter of the remaining time, with varying degrees of success. But having a quick and easy solution with the cli could be handy. Lots of my collection includes long classical pieces, and imo just displaying remaining-time rather than position / length is a good way to free up needed space in a status bar.
The text was updated successfully, but these errors were encountered:
Hi,
imho, having a function in the playerctl-cli to query a tracks remaining time would be a nice addition. Something like
playerctl metadata --format "{{ duration(remaining-time) }}" --follow
to view a countdown to 0:00.I have used the library do get a counter of the remaining time, with varying degrees of success. But having a quick and easy solution with the cli could be handy. Lots of my collection includes long classical pieces, and imo just displaying
remaining-time
rather thanposition / length
is a good way to free up needed space in a status bar.The text was updated successfully, but these errors were encountered: