branch: externals/listen
commit 6b86be0c38338161803b32441d31511946b22364
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>
    Add: (listen-info--id3v2-frame-to-info) Read mood tag
---
 README.org      | 1 +
 docs/README.org | 1 +
 listen-info.el  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index e47c40c877..61b9d22d11 100644
--- a/README.org
+++ b/README.org
@@ -228,6 +228,7 @@ The ~listen-mode~ minor mode runs a timer which plays the 
next track in the curr
 *Additions*
 - The ~listen-queue-list~ buffer can be bookmarked.
 - Queue buffers showing the currently playing queue indicate so in the mode 
line.
+- Support for ~mood~ metadata tag in MP3 files (added in ID3v2.4; other 
filetypes need no specific support).
 
 *Fixes*
 - Command ~listen-queue-add-from-mpd~.
diff --git a/docs/README.org b/docs/README.org
index 45efd3063e..44dde46bbd 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -240,6 +240,7 @@ The ~listen-mode~ minor mode runs a timer which plays the 
next track in the curr
 *Additions*
 + The ~listen-queue-list~ buffer can be bookmarked.
 + Queue buffers showing the currently playing queue indicate so in the mode 
line.
++ Support for ~mood~ metadata tag in MP3 files (added in ID3v2.4; other 
filetypes need no specific support).
 
 *Fixes*
 + Command ~listen-queue-add-from-mpd~.
diff --git a/listen-info.el b/listen-info.el
index d66ceeee7c..75eea5d697 100644
--- a/listen-info.el
+++ b/listen-info.el
@@ -541,6 +541,7 @@ Return the comment block data in a vector."
     ("TPA"  . "discnumber")
     ("TPOS" . "discnumber")
     ("TCON" . genre)
+    ("TMOO" . "mood")
     ("TPUB" . "label")
     ("TDOR" . "originaldate")
     ("TOR"  . "originalyear")

Reply via email to