Merge with bugfix-0.5 0.5.12
/mp3togo/conf.py
blob:a9172f2a1028c58af20458eef79f9c84471be2bd -> blob:9f782ee4c508e51b25be41d1d072d77af4eded06
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -93,6 +93,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, ''),