Commit graph

8 commits

Author SHA1 Message Date
Adrian Sampson
69b702690d add note on CLI code reorganization 2010-07-05 17:58:52 -07:00
Adrian Sampson
e50a26e8a4 correctly handle directories passed to import
When autotagging, die with an error if given a non-directory. When not
autotagging, just import the single file.
2010-07-04 00:04:28 -07:00
Adrian Sampson
4dcbb38d78 log a warning instead of silently ignoring corrupt files 2010-07-03 23:55:27 -07:00
Adrian Sampson
37da0f4d49 note about fixed -A switch; bumped version to 1.0b2 2010-07-03 23:05:12 -07:00
Adrian Sampson
9c3db1e0b9 encode all terminal output, silently replacing unsupported characters
On terminals where the LANG environment variable didn't list UTF-8 as the
terminal's character encoding, the Python print statement throws an error when
it encounters a character that can't be encoded. So now we manually use the
"replace" policy for all output to the terminal.
2010-06-27 20:32:00 -07:00
Adrian Sampson
76f52f9ea6 add a note about import log option 2010-06-27 01:38:44 -07:00
Adrian Sampson
ae3c42af05 note about new formats in NEWS 2010-06-26 02:27:58 -07:00
Adrian Sampson
d1b4a867f2 add readme and news files
--HG--
rename : LICENSE.txt => LICENSE
2010-06-09 12:37:26 -07:00