beets/beets
Adrian Sampson ae2f0db540 escape sequences now use $ instead of doubling
This was causing a problem with situation where }} would have semantic meaning
other than escaping a }. Specifically, %func{%func{arg}} contains a }} but
should not escape the }. $} seems to cover this situation. However, ${ is not
permitted as an escape sequence because it looks like the beginning of a symbol
(variable reference) like ${foo}. This is OK because { can be used anywhere as a
literal.
2011-12-15 00:11:57 -08:00
..
autotag albumart.org scraper art source (#272) 2011-12-07 11:11:35 -08:00
ui "timeout" config value (#261) 2011-12-04 18:46:35 -08:00
util escape sequences now use $ instead of doubling 2011-12-15 00:11:57 -08:00
__init__.py version bump: 1.0b12 2011-12-13 17:32:04 -08:00
importer.py handle EOFError when ~/.beetsstate is corrupted (#271) 2011-12-03 15:37:29 -08:00
library.py don't include path queries when querying albums 2011-12-07 16:52:38 -08:00
mediafile.py fix some ReplayGain fields (and tests) 2011-12-10 17:24:27 -08:00
plugins.py "info dictionaries" replaced with AlbumInfo and TrackInfo 2011-10-23 14:12:13 -07:00
vfs.py BPD uses new VFS as a backend (#131) 2011-05-05 17:00:05 -07:00