Fixed no-eyeD3-without-ID3 bug.
/mp3togo/conf.py
blob:bee7f320d82060a8aa6c09ff08e3fb57e30c0775 -> blob:4c90481bc409ae159ccffdc98627a3eb01749f0c
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -90,6 +90,8 @@ class Options(options.Options):
'''A string specifying the format for the output files. The format string can contain the following escapes:<li>%a - Artist<li>%l - Album<li>%t - Title<li>%y - Year<li>%g - Genre<li>%% - Literal '%'<br>Overrides --tree-depth.'''),
('notags', '', 'no-tags', False, None,
'''Do not try to write tags to the output files.'''),
+ ('noguesstags', '', 'no-guessing-tags', False, None,
+ '''Do not attempt to guess missing tags from the file name.'''),
('maxunits', 'm', 'max-size', '0', self._units,
'''The disk space available to use in bytes. Append 'M' for megabytes, 'G' for gigabytes or 'K' for kilobytes. Use 0 to use all available space on the filesystem.'''),
('maxsize', '', '', 0L, None, ''),