Closed benoit-pierre closed 5 years ago
Automatically override a command default options with the corresponding configuration file section.
So for example, a valid section for the 'rip cd rip' command would look like this:
[rip.cd.rip] unknown = True output_directory = ~/My Music track_template = new/%%A/%%y - %%d/%%t - %%n disc_template = %(track_template)s profile = flac
Note: I also tweaked 'rip cd rip --help' output, and updated the README section about the configuration file syntax.
Automatically override a command default options with the corresponding configuration file section.
So for example, a valid section for the 'rip cd rip' command would look like this:
Note: I also tweaked 'rip cd rip --help' output, and updated the README section about the configuration file syntax.