beets/docs
Adrian Sampson 2087ff6e41 add items to DB before moving/copying (#190)
Previously, all files would be moved/copied/deleted before the corresponding
Items and Albums were added to the database. Now, the in-place items are added
to the database; the files are moved; and then the new paths are saved to the
DB. The apply_choices coroutine now executes two database transactions per task.
This has a couple of benefits:
- %aunique{} requires album structures to be in place before the destination()
  call, so this now works as expected.
- As an added bonus, the "in_album" parameter to move() and destination() --
  along with its associated ugly hacks -- is no longer required.
2012-04-29 14:14:11 -07:00
..
guides cleanup and docs for import_move (GH-26, GC-266) 2012-04-10 13:41:24 -07:00
plugins add featInTitle to "other plugins" list 2012-04-28 21:05:41 -07:00
reference docs: clarify single-quote comment is for Unix 2012-04-19 10:24:30 -07:00
changelog.rst add items to DB before moving/copying (#190) 2012-04-29 14:14:11 -07:00
conf.py version bump: b14 2012-03-17 12:03:28 -07:00
index.rst translate changelog 2011-09-17 16:41:35 -07:00
Makefile Sphinx documentation skeleton 2011-09-16 13:57:15 -07:00