From 18bf3ec10d8e37323a91c08f67acfe033a31055d Mon Sep 17 00:00:00 2001 From: Fran Burstall Date: Mon, 24 Sep 2018 19:54:12 +0100 Subject: lisp/emms-playlist-limit.el: Update top matter, add commentary * Did I get the copyright line right? --- lisp/emms-playlist-limit.el | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/emms-playlist-limit.el b/lisp/emms-playlist-limit.el index eaa918b..28175c6 100644 --- a/lisp/emms-playlist-limit.el +++ b/lisp/emms-playlist-limit.el @@ -1,8 +1,9 @@ -;;; emms-playlist-limit.el --- Limit playlist by various info +;;; emms-playlist-limit.el --- Limit playlist by various info -*- lexical-binding: t -*- -;; Copyright (C) 2007, 2008, 2009 William Xu +;; Copyright (C) 2007, 2008, 2009 William Xu, 2018 Free Software Foundation, Inc. +;; -;; Author: William Xu +;; Author: William Xu , Fran Burstall ;; Keywords: emms, limit ;; EMMS is free software; you can redistribute it and/or modify @@ -20,6 +21,33 @@ ;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, ;; Boston, MA 02110-1301, USA. +;;; Commentary: + +;; This code allows you to "limit" the current playlist by creating a +;; derived playlist containing only those tracks with a type +;; (info-artist and the like) matching a regexp. The derived +;; playlist then becomes current. + +;; Usage: +;; ------------------------------------------------------------------ + +;; This code is activated by (emms-all). Otherwise simply do: + +;; (require 'emms-playlist-limit) + +;; Key bindings +;; ------------------------------------------------------------------ + +;; / / emms-playlist-limit-to-all +;; / a emms-playlist-limit-to-info-artist +;; / b emms-playlist-limit-to-info-album +;; / c emms-playlist-limit-to-info-composer +;; / g emms-playlist-limit-to-info-genre +;; / n emms-playlist-limit-to-name +;; / p emms-playlist-limit-to-info-performer +;; / t emms-playlist-limit-to-info-title +;; / y emms-playlist-limit-to-info-year + ;;; Code: (require 'emms-playlist-mode) -- cgit v1.2.3