Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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 | |
| | ||||||
* | Obsolete emms-devel and emms-all | Pierre Neidhardt | 2018-01-03 | 1 | -0/+2 | |
| | ||||||
* | Define all mode-maps with defvar instead of defconst | Pierre Neidhardt | 2017-12-29 | 5 | -6/+6 | |
| | ||||||
* | emms-browser: Add mode hook | Pierre Neidhardt | 2017-12-29 | 1 | -1/+6 | |
| | ||||||
* | * lisp/emms-metaplaylist-mode.el: bug fix | Yoni Rabkin | 2017-12-29 | 1 | -5/+5 | |
| | | | | Stop center-on-current interpreting special regexp characters. | |||||
* | Add Homepage to the package header | Pierre Neidhardt | 2017-12-26 | 1 | -0/+1 | |
| | ||||||
* | * NEWS: update | Yoni Rabkin | 2017-12-15 | 1 | -0/+5 | |
| | ||||||
* | * doc/emms.texinfo: metaplaylist-mode | Yoni Rabkin | 2017-12-15 | 1 | -0/+66 | |
| | | | | Document the changes to metaplaylist-mode. | |||||
* | * lisp/emms-metaplaylist-mode.el: re-write. | Yoni Rabkin | 2017-12-15 | 1 | -50/+110 | |
| | | | | | This is all but a re-write of metaplaylist mode to make it a more usable. | |||||
* | * lisp/emms-source-file.el: fix behavior | Yoni Rabkin | 2017-12-13 | 1 | -2/+1 | |
| | | | | This never does the right thing, so let it work like add-directory. | |||||
* | Fix 'seq' requirement in emms-browser | Pierre Neidhardt | 2017-12-09 | 1 | -0/+1 | |
| | ||||||
* | AUTHORS: Add Pierre Neidhardt | Pierre Neidhardt | 2017-12-09 | 1 | -0/+1 | |
| | ||||||
* | Document dynamic cover thumbnail caching | Pierre Neidhardt | 2017-12-09 | 1 | -4/+17 | |
| | ||||||
* | Add progress reporter to EMMS browser expansion | Pierre Neidhardt | 2017-12-09 | 1 | -7/+22 | |
| | | | | | The thumbnail display makes expansion even slower because of cache building and querying. | |||||
* | Add support for dynamic thumbnail caching | Pierre Neidhardt | 2017-12-09 | 1 | -3/+118 | |
| | ||||||
* | lisp/emms-browser.el: Extract year from info-date or fallback on info-year | Pierre Neidhardt | 2017-11-27 | 2 | -2/+25 | |
| | ||||||
* | lisp/emms-browser.el: Add autoloads to emms-browser and emms-smart-browse | Pierre Neidhardt | 2017-11-26 | 1 | -0/+2 | |
| | ||||||
* | * lisp/emms-player-mpd.el: interactive | Yoni Rabkin | 2017-11-22 | 1 | -0/+1 | |
| | | | | Make `emms-player-mpd-play interactive. | |||||
* | * lisp/emms-browser.el: Remove pitchfork | Yoni Rabkin | 2017-11-15 | 1 | -27/+0 | |
| | | | | | Pitchfork is not a desirable resource. See the discussion on the emms-help mailing list for references. | |||||
* | Push version updates. | Yoni Rabkin | 2017-11-05 | 3 | -3/+5 | |
| | ||||||
* | * lisp/emms-player-mpd.el: allow socket | Yoni Rabkin | 2017-10-20 | 1 | -4/+8 | |
| | | | | Allow mpd to read directly from a named socket. | |||||
* | * NEWS: update | Yoni Rabkin | 2017-10-11 | 1 | -0/+1 | |
| | ||||||
* | * lisp/emms-volume-amixer.el: card choice | Yoni Rabkin | 2017-10-11 | 1 | -0/+9 | |
| | | | | Add an option to specify the card amixer will control. |