On Sun, 7 Oct 2018 at 19:58, Yoni Rabkin <[email protected]> wrote: > "Fran Burstall (Gmail)" <[email protected]> writes: > > > On Sat, 6 Oct 2018 at 09:11, Fran Burstall (Gmail) < > > [email protected]> wrote: > > > > > > > > On Sat, 6 Oct 2018 at 03:31, Mike Kazantsev <[email protected] > > > wrote: > > > > On Sat, 6 Oct 2018 00:03:59 +0100 > > Fran Burstall <[email protected]> wrote: > > > > > Have a look at a new version on the emms-playlist-limit > > branch. > > > > > > Now "/ d" filters by regexp on what the playlist buffer > > shows (strictly, on > > > what `emms-track-description-function' returns for each > > track). I hope > > > this gives what Mike wants while addressing Yoni's concern. > > > > Indeed it works and is very useful, thanks! > > > > Also very intuitive to me how to use such limiting in > > general, > > as it's same pattern as with ibuffer and such using the / > > key. > > > > One random small thing I've noticed at the top of "git log -u > > origin/emms-playlist-limit": > > > > diff --git a/lisp/emms-playlist-limit.el b/lisp/ > > emms-playlist-limit.el > > index 5f0cb28..9fcc74b 100644 > > --- a/lisp/emms-playlist-limit.el > > +++ b/lisp/emms-playlist-limit.el > > @@ -45,6 +45,7 @@ > > ;; / a emms-playlist-limit-to-info-artist > > ;; / b emms-playlist-limit-to-info-album > > ;; / c emms-playlist-limit-to-info-composer > > +;; / d emms-playlist-limit-to-description > > ;; / g emms-playlist-limit-to-info-genre > > ;; / n emms-playlist-limit-to-name > > ;; / p emms-playlist-limit-to-info-performer > > @@ -79,11 +80,11 @@ the current playlist." attribute) > > > > ^^^ it looks like a tab slipped-in there among spaces or > > vice-versa. > > > > > > Well spotted. Now fixed. > > > > > > OK to merge this into master? > > Please do. >
Done. Meanwhile, I was going to document emms-playlist-limit-to-description and was about to add to emms.texinfo: @item / d @kindex / d @findex emms-playlist-limit-to-description Create a new playlist buffer and populate it with tracks whose track description matches the given regular expression (default: the track description of the track at point). when I noticed that the other entries do not mention that the emms-playlist-limit-to-* functions take a regexp as argument. Was that deliberate to keep things short? Shall I follow suit? ---Fran
_______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
