beets/beets
Adrian Sampson 6b696c842f cleanup and docs for import_move (GH-26, GC-266)
- Copying and moving are mutually exclusive. Moving overrides copying so the
  user only has to add one line ("import_move: true") to disable copying and
  enable moving in its place.
- Deleting is only possible when copying.
- Deprecating the "delete" option (moving is almost always better).
- Removed command-line switch for moving. It's somewhat "unsafe", so this
  removes some potential for accidental irreversible changes.
- Changelog & thanks.
- Update docs to refer to import_move instead of import_delete as the
  correct solution for ending up with only one copy of the file.
2012-04-10 13:41:24 -07:00
..
autotag tolerate missing language from MB (#373) 2012-04-10 11:38:45 -07:00
ui cleanup and docs for import_move (GH-26, GC-266) 2012-04-10 13:41:24 -07:00
util fix copy(): don't raise OSError because file exists if replace parameter is True 2012-04-10 12:05:12 -07:00
__init__.py version bump: b14 2012-03-17 12:03:28 -07:00
importer.py cleanup and docs for import_move (GH-26, GC-266) 2012-04-10 13:41:24 -07:00
library.py add a new batch of metadata fields 2012-04-04 00:52:57 -07:00
mediafile.py use upper-case keys for case-insensitive formats 2012-04-04 09:19:24 -07:00
plugins.py plugin API to extend MediaFile (#324) 2012-02-09 14:35:47 -08:00
vfs.py BPD uses new VFS as a backend (#131) 2011-05-05 17:00:05 -07:00