[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is it possible to display song durations in EMMS playlist?
From: |
Alex Kost |
Subject: |
Re: Is it possible to display song durations in EMMS playlist? |
Date: |
Fri, 11 Jan 2019 22:32:49 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Marcin Borkowski (2019-01-09 22:01 +0100) wrote:
> Hi all,
Hello,
> I couldn't find anything in the manual, nor could I find any variable
> suggesting this is possible. Is there something I missed?
There is `emms-track-description-function' variable for this purpose.
For example, you can add the playing time using the following code:
emms-track-description.el
Description: application/emacs-lisp
--
Alex