beets/docs
Adrian Sampson e7f1ff0e3f Clean up convert --pretend (#891)
There were a number of problems with the changes to the util melange:
- It used print rather than logging, and its string formatting was probably
  not Unicode-ready.
- The shell-command-like print lines were not quite compatible, which makes
  their general usefulness questionable.
- Used an unsafe/leaky global variable for mkdirall.
- Used deprecated sets.Set.
Seemed better just to add this to the plugin where we need it so it's easier
to see where this goes.

It also seems unnecessary to me to print `mkdir -p` commands. They just
clutter up the output for me when I really just want to see the transcoding
commands.
2014-08-10 16:46:23 -07:00
..
dev Add before_item_moved event 2014-05-01 20:38:07 -04:00
guides beets installation instructions on openbsd 2014-05-29 13:30:28 +02:00
plugins convert: Simplify format configuration. 2014-08-05 12:06:35 +02:00
reference Docs tweaks 2014-08-10 16:20:17 -07:00
changelog.rst Clean up convert --pretend (#891) 2014-08-10 16:46:23 -07:00
conf.py Version bump: 1.3.7 2014-05-10 18:18:24 -07:00
faq.rst a couple new extremely basic FAQs 2014-03-21 18:04:35 -07:00
index.rst docs: link to mailing list, not me directly 2013-12-22 13:52:02 -08:00
Makefile Release script: build command 2014-05-02 14:09:59 -07:00