beets/docs
Adrian Sampson 80f4f0a0f2 badfiles: Fix decoding for command output
Probably fixes #3165. There were several things going wrong here:

1. For some reason, this was using the *filesystem* encoding, which is
   what you use to decode filenames. But this was general command
   output, not filenames.
2. Errors in decoding threw exceptions, even though all we do with this
   output is show it to the user.
3. The prints were using `displayable_path`, even though the lines are
   *already* Unicode strings.

Hopefully this cleans up that mess.
2019-02-24 16:06:36 -05:00
..
dev Support plugin-provided named queries 2019-02-17 13:49:54 -05:00
guides docs: update the pip install instructions 2018-10-24 10:36:16 +08:00
plugins docs: Update documentation regarding playlist plugin 2019-02-17 20:39:54 +01:00
reference Address PR comments. 2019-01-26 11:17:17 +00:00
changelog.rst badfiles: Fix decoding for command output 2019-02-24 16:06:36 -05:00
conf.py Version bump: 1.4.8 2018-05-29 16:07:38 -04:00
faq.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
index.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
Makefile Add new livereload server for docs 2016-01-25 13:19:26 -08:00
modd.conf Switch to modd for live docs build 2017-12-21 11:39:08 -05:00