Always print output directory #393
Labels
Accepted
Accepted issue on our roadmap
Design
Design or UX/UI related
Improvement
Minor improvement to code
I have a script that that runs whipper cd rip then fetches the artwork. The script needs to know the output directory created. I have tried parsing the whipper output for the
INFO:whipper.command.cd:creating output directory ...
output. The problem is this does not always work. It seems that if I rip a new disc, the directory is created by theripTrack
function in program.py. If I rip a disc I have previously ripped (and deleted the previous rip output) the directory is created in cd.py and I get thecreating output directory
log.I couldn't figure out how the different code paths are reached but it would be nice if in either case the same
creating output directory
log is generated so scripts can extract the output directory.The text was updated successfully, but these errors were encountered: