Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * lisp/emms-player-mpv.el: ensure mpv socket | Yoni Rabkin | 2018-06-27 | 1 | -0/+2 | |
| | | | | Make sure directory for mpv socket exists (Daniel Kraus) | |||||
* | * lisp/emms-player-mpv.el: change ipc file location | Yoni Rabkin | 2018-06-26 | 1 | -1/+1 | |
| | | | | | | Daniel Kraus writes in with a one line fix: "Don't litter mpv ipc files in the users emacs home directory but put it it emms folder where all other emms related files are." | |||||
* | * lisp/emms-history.el: bug fix | Yoni Rabkin | 2018-06-20 | 1 | -0/+1 | |
| | | | | | | `emms-history-load' -> /a -> // would empty the buffer One line patch by Fran Burstall. | |||||
* | * lisp/emms-playlist-limit.el: make buffer local | Yoni Rabkin | 2018-06-18 | 1 | -12/+8 | |
| | ||||||
* | * lisp/emms-show-all.el: bug fix: bad behavior | Yoni Rabkin | 2018-06-13 | 1 | -4/+3 | |
| | | | | | | Fix quitting the window so that it behaves well. Bug report by Fran Burstall. | |||||
* | * lisp/emms-show-all.el: bug fix: preempted defvar | Yoni Rabkin | 2018-06-13 | 1 | -4/+3 | |
| | | | | | | Buffer read-only error on keymap interaction. Bug report by Fran Burstall. | |||||
* | * lisp/emms-player-mpv.el: use shell-quote-argument instead of ad-hoc ↵ | Mike Kazantsev | 2018-06-06 | 1 | -2/+1 | |
| | | | | escaping in emms-player-mpv-ipc-connect-fifo | |||||
* | * lisp/emms-player-mpv.el: reset emms-player-mpv-proc after initial ↵ | Mike Kazantsev | 2018-06-06 | 1 | -2/+2 | |
| | | | | | | | interrupt/delete This is to avoid leaving unreferenced process alive when execution is interrupted via C-g or SIGUSR2. | |||||
* | * lisp/emms-player-mpv.el: Use capitals and imperative form in docstrings | Pierre Neidhardt | 2018-06-06 | 1 | -3/+3 | |
| | ||||||
* | * lisp/emms-player-mpv.el: Replace hex #xa with the more explicit ?\n | Pierre Neidhardt | 2018-06-06 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-player-mpv.el: Replace (if ... nil) with (and ...) | Pierre Neidhardt | 2018-06-06 | 1 | -2/+1 | |
| | ||||||
* | * lisp/emms-player-mpv.el: indentation | Yoni Rabkin | 2018-05-28 | 1 | -2/+2 | |
| | ||||||
* | * lisp/emms-player-mpv: change sexp formatting style to be more in-line with ↵ | Mike Kazantsev | 2018-05-28 | 1 | -420/+495 | |
| | | | | rest of the code | |||||
* | * lisp/emms-player-mpv: add emms-player-base-format-list regexp for ↵ | Mike Kazantsev | 2018-05-28 | 1 | -0/+4 | |
| | | | | emms-add-* functions to use | |||||
* | * lisp/emms-player-mpv: use emms-player-mpv- prefix and sharp-quotes ↵ | Mike Kazantsev | 2018-05-28 | 1 | -240/+255 | |
| | | | | consistently | |||||
* | * lisp/emms-metaplaylist-mode.el: bug fix | Yoni Rabkin | 2018-05-27 | 1 | -9/+10 | |
| | | | | Metalplaylist buffer focus would error without a current buffer. | |||||
* | * lisp/emms-player-mpv: fix playback state tracking for --input-file processes | Mike Kazantsev | 2018-05-26 | 1 | -0/+1 | |
| | ||||||
* | * NEWS: fix one minor tab/space mixup | Mike Kazantsev | 2018-05-26 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-player-mpv.el: full rewrite with added json-rpc support | Mike Kazantsev | 2018-05-26 | 3 | -86/+673 | |
| | | | | | Rewritten from scratch, supporting both old oneshot mpv process operation as well as long-running mpv --idle instances for newer versions. | |||||
* | * lisp/emms-browser.el: Prioritize albumartist and artist over the sort tags | Pierre Neidhardt | 2018-05-17 | 1 | -4/+4 | |
| | ||||||
* | bump to version 5.0 | Yoni Rabkin | 2018-05-01 | 3 | -2/+6 | |
| | ||||||
* | * lisp/emms-player-mpv.el: Use `emms-player-base-format-list' | ZHANG Weiyi | 2018-04-18 | 1 | -6/+2 | |
| | ||||||
* | * NEWS: | Yoni Rabkin | 2018-04-12 | 1 | -0/+1 | |
| | ||||||
* | * lisp/emms-volume-pulse.el: bug fix | Yoni Rabkin | 2018-04-12 | 1 | -1/+1 | |
| | | | | Regexp supported only single digits numbers. Bug fix by Eugene Sharygin. | |||||
* | * NEWS: update | Pierre Neidhardt | 2018-04-10 | 1 | -0/+11 | |
| | ||||||
* | * lisp/emms-browser.el: Fix emms-browser-get-track-field-function custom values | Pierre Neidhardt | 2018-04-10 | 1 | -3/+2 | |
| | ||||||
* | * lisp/emms-player-mpv.el: don't show albums | Yoni Rabkin | 2018-04-09 | 1 | -4/+5 | |
| | | | | Add "--no-audio-display" to the mpv backend by default. | |||||
* | * lisp/emms-browser.el: Make 'emms-browser-move-up-level interactive | Pierre Neidhardt | 2018-04-09 | 1 | -2/+5 | |
| | | | | This is useful for Org-style browsing. | |||||
* | * lisp/emms-browser.el: Add 'emms-browser-toggle-subitems-recursively | Pierre Neidhardt | 2018-04-09 | 1 | -0/+17 | |
| | | | | It enables Org-style browsing. | |||||
* | * lisp/emms-browser.el: Fix missing result in fallback thumbnail filter | Pierre Neidhardt | 2018-04-09 | 1 | -1/+1 | |
| | ||||||
* | * lisp/emms-cache.el: Add the `emms-cache-reset' function for convenience | Pierre Neidhardt | 2018-04-09 | 1 | -0/+12 | |
| | | | | | | | | | It can be useful sometimes to reset the cache: - Whenever too many undesirable tracks have populated the collection, it's faster to reset and re-add only the desired tracks. - Whenever it gets corrupted (it ideally should not...). | |||||
* | * lisp/emms-browser.el: Support region and prefix arg from ↵ | Pierre Neidhardt | 2018-04-09 | 1 | -16/+33 | |
| | | | | emms-browser-remove-tracks | |||||
* | * lisp/emms-browser.el: Use albumartist before artist by default | Pierre Neidhardt | 2018-04-09 | 2 | -2/+32 | |
| | | | | | I believe it to be the most common use-case. For the old behaviour, revert `emms-browser-get-track-field-function' to 'emms-browser-get-track-field-simple. | |||||
* | * lisp/emms-browser.el: Add emms-browser-remove-tracks | Pierre Neidhardt | 2018-04-09 | 1 | -16/+25 | |
| | | | | | With a prefix argument, remove files and empty folders. This supersedes emms-browser-delete-files. | |||||
* | * lisp/emms-browser.el: Add all tracks in region are with numeric prefix arg | Pierre Neidhardt | 2018-04-09 | 1 | -9/+21 | |
| | ||||||
* | * lisp/emms-browser.el: Move cursor forward when adding tracks | Pierre Neidhardt | 2018-04-09 | 1 | -0/+1 | |
| | | | | It makes it possible to keep pressing <return> to add a sequence of tracks. | |||||
* | * lisp/emms-browser.el: Re-use the browser search buffer in emms-smart-browse | Pierre Neidhardt | 2018-04-09 | 1 | -7/+18 | |
| | | | | | | | | The browser search now acts as a "browser view" until it is killed (e.g. with "q"). This is probably what the user expects. Previously, successive calls to emms-smart-browse from a browser search would result in cascading window splits of browsers and playlists. | |||||
* | * NEWS: update | Yoni Rabkin | 2018-04-09 | 1 | -0/+3 | |
| | | | | Update the latest of Pierre's work. | |||||
* | * AUTHORS: add authors | Yoni Rabkin | 2018-04-09 | 1 | -0/+4 | |
| | | | | Add the authors of emms-player-mpv.el. | |||||
* | * lisp/later-do.el: Speed up later-do-list job by batch-processing | Pierre Neidhardt | 2018-04-09 | 2 | -10/+21 | |
| | | | | A `later-do-batch' defcustom was introduced to allow for performance tweaking. | |||||
* | * lisp/emms-player-mpv.el: Add the mpv backend | Pierre Neidhardt | 2018-04-09 | 3 | -3/+133 | |
| | ||||||
* | * lisp/emms-info-opusinfo.el: Add support for Opus info queries | Pierre Neidhardt | 2018-04-09 | 3 | -7/+97 | |
| | ||||||
* | * AUTHORS: minor fix | Yoni Rabkin | 2018-04-05 | 1 | -1/+1 | |
| | ||||||
* | * NEWS: reword | Yoni Rabkin | 2018-04-03 | 1 | -1/+1 | |
| | ||||||
* | * NEWS: shout out to Pierre | Yoni Rabkin | 2018-03-28 | 1 | -0/+1 | |
| | ||||||
* | * NEWS: update | Yoni Rabkin | 2018-03-28 | 1 | -0/+1 | |
| | ||||||
* | * doc/emms.texinfo: mention mid3v2 | Yoni Rabkin | 2018-03-28 | 1 | -7/+5 | |
| | ||||||
* | * lisp/emms-tag-editor.el: depreciate mp3info | Yoni Rabkin | 2018-03-28 | 1 | -9/+1 | |
| | ||||||
* | * lisp/emms-tag-editor.el: mid3v2 replaces mp3info | Yoni Rabkin | 2018-03-19 | 1 | -2/+10 | |
| | | | | mp3info only works with 1.x tags. | |||||
* | Set emms-directory according to user-emacs-directory | Pierre Neidhardt | 2018-02-17 | 1 | -1/+1 | |
| |