mirror of
https://github.com/beetbox/beets.git
synced 2026-01-25 09:38:19 +01:00
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. |
||
|---|---|---|
| .. | ||
| dev | ||
| guides | ||
| plugins | ||
| reference | ||
| changelog.rst | ||
| conf.py | ||
| faq.rst | ||
| index.rst | ||
| Makefile | ||