Added --no-tags option and an except clause to tagging code.
/mp3togo/conf.py
blob:e17d982a2ab724aa70307dd7ea2756015247e290 -> blob:a7e25b1aa36864ab3e73970d8394c55939c06344
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -84,6 +84,8 @@ class Options(options.Options):
'''The number of directory levels to preserve in the output tree. Use 0 to put all output files directly into the target directory. Use 2 to create a directory for the Artist and then the Album (Assuming your music collection is organized in directories by artist then album).'''),
('treestructure', '', 'format', '', None,
'''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.'''),
('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, ''),