emms-help
[Top][All Lists]
Advanced

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

Re: [PATCH] * emms-info-exiftool.el: ensure more info fields are strings


From: Yoni Rabkin
Subject: Re: [PATCH] * emms-info-exiftool.el: ensure more info fields are strings
Date: Mon, 20 Jan 2025 14:14:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Richard Sent <richard@freakingpenguin.com> writes:

> ---
> Hi all,
>
> Here's the other fields I believe need to be guaranteed "stringified",
> haven't observed issues with my music library.
>
>  emms-info-exiftool.el | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/emms-info-exiftool.el b/emms-info-exiftool.el
> index fb4b205..80c25ea 100644
> --- a/emms-info-exiftool.el
> +++ b/emms-info-exiftool.el
> @@ -91,7 +91,11 @@
>                       (cond ((eq emms-field 'info-playing-time)
>                              (emms-info-exiftool-time))
>                             ((memq emms-field '(info-album
> -                                                  info-tracknumber
> +                                               info-artist
> +                                               info-albumartist
> +                                               info-composer
> +                                               info-note
> +                                               info-tracknumber
>                                                 info-title
>                                                 info-year
>                                                 info-discnumber))

Applied; thank you.

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



reply via email to

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