aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* * lisp/emms-browser.el: Fix missing result in fallback thumbnail filterPierre Neidhardt2018-04-091-1/+1
|
* * lisp/emms-cache.el: Add the `emms-cache-reset' function for conveniencePierre Neidhardt2018-04-091-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 Neidhardt2018-04-091-16/+33
| | | | emms-browser-remove-tracks
* * lisp/emms-browser.el: Use albumartist before artist by defaultPierre Neidhardt2018-04-091-2/+26
| | | | | 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-tracksPierre Neidhardt2018-04-091-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 argPierre Neidhardt2018-04-091-9/+21
|
* * lisp/emms-browser.el: Move cursor forward when adding tracksPierre Neidhardt2018-04-091-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-browsePierre Neidhardt2018-04-091-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.
* * lisp/later-do.el: Speed up later-do-list job by batch-processingPierre Neidhardt2018-04-091-9/+19
| | | | A `later-do-batch' defcustom was introduced to allow for performance tweaking.
* * lisp/emms-player-mpv.el: Add the mpv backendPierre Neidhardt2018-04-092-0/+129
|
* * lisp/emms-info-opusinfo.el: Add support for Opus info queriesPierre Neidhardt2018-04-092-0/+88
|
* * 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.
* Set emms-directory according to user-emacs-directoryPierre Neidhardt2018-02-171-1/+1
|
* Obsolete emms-devel and emms-allPierre Neidhardt2018-01-031-0/+2
|
* Define all mode-maps with defvar instead of defconstPierre Neidhardt2017-12-295-6/+6
|
* emms-browser: Add mode hookPierre Neidhardt2017-12-291-1/+6
|
* * lisp/emms-metaplaylist-mode.el: bug fixYoni Rabkin2017-12-291-5/+5
| | | | Stop center-on-current interpreting special regexp characters.
* Add Homepage to the package headerPierre Neidhardt2017-12-261-0/+1
|
* * lisp/emms-metaplaylist-mode.el: re-write.Yoni Rabkin2017-12-151-50/+110
| | | | | This is all but a re-write of metaplaylist mode to make it a more usable.
* * lisp/emms-source-file.el: fix behaviorYoni Rabkin2017-12-131-2/+1
| | | | This never does the right thing, so let it work like add-directory.
* Fix 'seq' requirement in emms-browserPierre Neidhardt2017-12-091-0/+1
|
* Add progress reporter to EMMS browser expansionPierre Neidhardt2017-12-091-7/+22
| | | | | The thumbnail display makes expansion even slower because of cache building and querying.
* Add support for dynamic thumbnail cachingPierre Neidhardt2017-12-091-3/+118
|
* lisp/emms-browser.el: Extract year from info-date or fallback on info-yearPierre Neidhardt2017-11-272-2/+25
|
* lisp/emms-browser.el: Add autoloads to emms-browser and emms-smart-browsePierre Neidhardt2017-11-261-0/+2
|
* * lisp/emms-player-mpd.el: interactiveYoni Rabkin2017-11-221-0/+1
| | | | Make `emms-player-mpd-play interactive.
* * lisp/emms-browser.el: Remove pitchforkYoni Rabkin2017-11-151-27/+0
| | | | | Pitchfork is not a desirable resource. See the discussion on the emms-help mailing list for references.
* Push version updates.Yoni Rabkin2017-11-051-1/+1
|
* * lisp/emms-player-mpd.el: allow socketYoni Rabkin2017-10-201-4/+8
| | | | Allow mpd to read directly from a named socket.
* * lisp/emms-volume-amixer.el: card choiceYoni Rabkin2017-10-111-0/+9
| | | | Add an option to specify the card amixer will control.
* * lisp/emms.el: set-playlist-buffer bugfixYoni Rabkin2017-09-291-5/+6
| | | | Take into account destructive sorting. Patch thanks to Ian Dunn.
* * lisp/emms-source-file.el: follow symlinksYoni Rabkin2017-09-131-0/+1
| | | | | Emms-source-file-directory-tree-find now follows symlinks. Thank you Maxim Cournoyer for the patch.
* * lisp/emms-playlist-sort.el: new functionYoni Rabkin2017-09-011-0/+15
| | | | Sort playlist by file mtime.
* * lisp/emms.el: add package-requiresYoni Rabkin2017-07-151-0/+1
|
* Move from cl to cl-lib.Yoni Rabkin2017-07-1410-39/+31
| | | | Patch by tumashu <tumashu@163.com>.
* * lisp/emms-volume.el: fix typoYoni Rabkin2017-06-191-1/+1
| | | | trivial patch by David Michael <fedora.dm0@gmail.com>
* * lisp/emms-volume.el: Limits volume percentagesYoni Rabkin2017-06-191-11/+8
| | | | | | | | Limits volume percentages between 0 and 100 by default. At least with the Solaris sink, attempting to set a volume outside this range will fail with a "connection terminated" error from pactl. trivial patch by David Michael <fedora.dm0@gmail.com>
* * lisp/emms-player-mpg321-remote.el: fix signalYoni Rabkin2017-06-011-1/+2
| | | | | | | | This fixes auto playing not working. Seems @P3 is the new mpg321 signal for song being over, so both P0 and P3 should be checked. SRC: https://www.apt-browse.org/browse/debian/wheezy/main/i386/mpg321/0.3.2-1.1/file/usr/share/doc/mpg321/README.remote Patch (trivial) from <pintolo1234@gmail.com>
* Bump version to 4.3.Yoni Rabkin2017-05-011-1/+1
|
* * lisp/emms-browser.el: Cover only on info album.Yoni Rabkin2017-04-171-5/+8
| | | | | Get the cover only when the album info is requested. Small patch by Cedric Chepied <cedric.chepied@gmail.com>.
* Move to a new emms-print-metadata.Yoni Rabkin2017-03-011-1/+1
| | | | | | | The new emms-print-metadata is written in C++ and brings on board new features from TagLib. Patch by Petteri Hintsanen <petterih@iki.fi>.
* * lisp/emms-player-mpd.el: Remove obsoleteYoni Rabkin2017-02-261-5/+1
| | | | Replace the obsolete function with its up-to-date equivalent.
* * lisp/emms-lyrics.el (emms-lyrics-visit-lyric): Fix error from 6bc5Rasmus2017-02-221-8/+8
|
* * lisp/emms-streams.el: replace obsolete function.Yoni Rabkin2016-12-221-1/+1
| | | | `toggle-read-only' is obsolete. Use `read-only-mode' instead.
* * lisp/emms.el: don't use obsolete variable `default-major-mode'Yoni Rabkin2016-12-201-1/+1
|
* Update version for release.Yoni Rabkin2016-11-081-1/+1
|
* * lisp/emms-stream-info.el: Remove preference and document.Yoni Rabkin2016-11-071-2/+2
| | | | | | Removes the built-in preference for mplayer, but also clearly documents how one would go about choosing either mplayer or vlc to query the streams.
* Correct email address for maintainer.Yoni Rabkin2016-10-259-9/+9
|
* * lisp/emms-stream-info.el: rename emms-stream-info-backend.Yoni Rabkin2016-10-251-4/+4
|