aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-tag-editor.el
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/emms-tag-editor.el: depreciate mp3infoYoni Rabkin2018-03-281-9/+1
|
* * lisp/emms-tag-editor.el: mid3v2 replaces mp3infoYoni Rabkin2018-03-191-2/+10
| | | | mp3info only works with 1.x tags.
* Move from cl to cl-lib.Yoni Rabkin2017-07-141-2/+0
| | | | Patch by tumashu <tumashu@163.com>.
* * lisp/emms-tag-editor.el: fix "query-replace-read-args"Yoni Rabkin2016-08-011-1/+1
| | | | | | | | | | | | | | | | Author: Daniel Dehennin <daniel.dehennin@baby-gnu.org> emms-tag-editor: fix “query-replace-read-args” use Since emacs commit 3ee4cd6482abbabb06630a6c725277d42061eee7[1] the retult value of “query-replace-read-args” changed which broke “emms-tag-editor-replace-in-tag”. * lisp/emms-tag-editor.el: Remove last two elements from query-replace-read-args results. Footnotes: [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3ee4cd6482abbabb06630a6c725277d42061eee7
* * lisp/emms-tag-editor.el: Make cons cell usable.Yoni Rabkin2016-08-011-5/+18
| | | | | Make cons cell usable when replacing a tag. Patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
* * lisp/emms-tag-editor.el: Avoids FLAC tags dup.Yoni Rabkin2016-08-011-8/+14
| | | | | Avoids FLAC tags duplication with old values. Patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org>.
* * lisp/emms-tag-editor.el: Use newer paradigm.Yoni Rabkin2014-04-221-4/+2
|
* * lisp/emms-tag-editor.el: Silence the compiler by explicitly passing ↵Yoni Rabkin2014-02-221-2/+2
| | | | `filename'.
* Add support for disc-number sorting of FLAC files.Johnathan Rabkin2012-09-181-2/+3
| | | | Patch from Christophe Rhodes <csr21@cantab.net>.
* emms-tag-editor: Turn all symbols to strings before completing read.Michael Olson2009-03-311-6/+19
| | | | Otherwise ido-mode will choke on it.
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* emms-tag-editor: Fix compiler warning.Michael Olson2008-09-191-1/+3
|
* Introduce emms-completing-read.Michael Olson2008-08-081-9/+11
| | | | | | | | This allows users to specify which completing-read function to use, defaulting to ido-completing-read. The relevant option is emms-completing-read-function. Thanks to Thierry Volpiatto for the idea.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+742