having -w is already nice on its own, but it's a bit tedious to handle e.g. in scripts when I need to make sure several threads don't interfere. Currently I copy the vgm file to /tmp/ so I can make sure vgmplay doesn't overwrite an existing file, but this is not optimal.
having
-w
is already nice on its own, but it's a bit tedious to handle e.g. in scripts when I need to make sure several threads don't interfere. Currently I copy the vgm file to/tmp/
so I can make sure vgmplay doesn't overwrite an existing file, but this is not optimal.