I'm trying to use the emms-state
package to get a nice-looking description of the currently playing track in the mode line. It mostly works -- track name, artist, year, and current timestamp -- but I can't see how long the current track is.
I think the problem is that the emms-track-get
function doesn't retrieve the info-playing-time
key/variable. I can test this by editing the emms-track-description-function
to try to retrieve info-playing-time
, but the track listings in a playlist buffer do not show this.
Is there any way to fix this? I'm using emms-player-mpv
as the only player, could that be the origin of this issue?
This answer to a similar post suggests "installing emms from the package repository. Not from the GNU site." Not quite sure what that means, but I'm using emms
from MELPA.
EDIT: Meant emms-state
, found here, not emms-status
.