aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-05-03 12:20:55 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-05-03 12:20:55 -0400
commit4d1c998ec0be227fb038c21c0195e33a9b34457d (patch)
tree9a665dcbad7a2acb0e5cae6449be17d3e90af5fd /AUTHORS
parentd16d94fab0cbb9eacf909f9a6a82b078e3463513 (diff)
Clean: emms-track-file-p replaces eq file type checks
There were about 10 checks throughout the code checking if a track is a file type. File type tracks are specific enough for a predicate function. Add: EMMS warning if no tagging program for audio file type Warn the user when there is no tag writing program available to EMMS for modifying the actual audio files. Current behavior allows the tags to be edited, saved to the EMMS cache db, and then silently skips past the part where the metadata would be applied to the file itself. The changes here prevent the user from even opening the editor for a file that has no tag writing program configured. This can be overridden with the prefix arg when user wants to edit the tags anyway, knowing they will only be saved in the emms-cache-db and not written to the source audio files. Patch by Grant Shangreaux
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 04828cd..71e540c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,6 +12,7 @@ Daniel Brockman <daniel@brockman.se>
Daniel Dehennin <daniel.dehennin@baby-gnu.org>
David Engster <deng@randomsample.de>
Feng Shu <tumashu@163.com>
+Grant Shangreaux <grant@churls.world>
Jean-Philippe Theberge <jphiltheberge@videotron.ca>
Jorgen Schaefer <forcer@forcix.cx>
Jose Antonio Ortega Ruiz <jao@gnu.org>