beets/docs
Adrian Sampson f005ec2de0 refactor: everything is like a plugin query (#214)
The initial idea for this refactor was motivated by the need to make
PluginQuery.match() have the same method signature as the match() methods on
other queries. That is, it needed to take an *item*, not the pattern and
value. (The pattern is supplied when the query is constructed.) So it made
sense to move the value-to-pattern code to a class method.

But then I realized that all the other FieldQuery subclasses needed to do
essentially the same thing. So I eliminated PluginQuery altogether and
refactored FieldQuery to subsume its functionality. I then changed all the
other FieldQuery subclasses to conform to the same pattern.

This has the side effect of allowing different kinds of queries (even
non-field queries) down the road.
2013-03-13 22:57:20 -07:00
..
guides link to GitHub Issues 2013-02-26 16:40:37 -08:00
plugins refactor: everything is like a plugin query (#214) 2013-03-13 22:57:20 -07:00
reference Update pathformat.rst 2013-03-11 22:46:26 +11:00
changelog.rst some low-level tweaks to extensible queries (#214) 2013-03-13 21:59:03 -07:00
conf.py version bump: 1.1b3 2013-02-17 15:02:32 -08:00
index.rst link to GitHub Issues 2013-02-26 16:40:37 -08:00
Makefile Sphinx documentation skeleton 2011-09-16 13:57:15 -07:00