File: TODO

package info (click to toggle)
emms 1.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 368 kB
  • ctags: 305
  • sloc: lisp: 2,281; makefile: 82; sh: 32
file content (11 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
TODO after 1.0:

* Fileplayer/Regex tie
. Currently, (file) players are tied to their respective regex and
  knowledge as to what files they can play. 
. The user might want more control there.
. Implement emms-player-alist, associating a regex or a function
  (that will get a track as an argument) with a player.
. This affects emms-player-for in emms.el, and emms-source-file-regex
  in emms-source-file.el