emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] info-year and info-date


From: Yoni Rabkin
Subject: Re: [emms-help] info-year and info-date
Date: Mon, 06 Nov 2017 18:44:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Pierre Neidhardt <address@hidden> writes:

> Almost all my tracks use 'info-date and not info-year.
>
> Because of
>
>       (defun emms-browser-format-line (bdata &optional target)
>   ;; ...
>                (format-choices
>                 `(("i" . ,indent)
>                   ("n" . ,name)
>                   ("y" . ,(emms-track-get track 'info-year))
>
> the album date (or year) does not get displayed in the browser.
>
> The following fixes it:
>
>             ("y" . ,(emms-track-get track 'info-date))
>
> Of course this is not a viable solution as the users who need the
> 'info-year field lose the year display.
>
> Is there any generic way to always derive the track year from both
> 'info-date and 'info-year?

Unfortunately, there is no easy way to do this.

> Do we actually need both fields?  Looks like only info-date would be useful.

I agree, but as I've mentioned elsewhere, I don't use the browser so my
opinion isn't worth as much here.

Rasmus? Do you have input on this issue?


-- 
   "Cut your own wood and it will warm you twice"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]