From c80315946e885a523f74d6a66ca7d7fa0682d6c2 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sun, 10 Jan 2021 20:30:35 -0600 Subject: Add: emms-tracktag wrapper for the audiotools program http://audiotools.sourceforge.net/ provides a tool `tracktag` which handles writing tags for several different audio formats, including Opus. this patch provides a very basic wrapper to interface between EMMS track info and tracktag metadata. It also configures emms-tag-editor.el to use it for writing tags to Opus files. Add: test.sh and test/test-all.el Basic setup to run ert tests from the terminal using Emacs in batch mode. This should load up only ERT, the tests in the test/ directory and their dependencies. Add: opus extension to emms-libtag-known-extensions libtag works as a reader for opus files, this just ads the opus extension to the regexp list. --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..50547b1 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +emacs -Q --batch --directory="." -l ert -l test/test-all.el -f ert-run-tests-batch-and-exit -- cgit v1.2.3