ValleyBell / vgmplay-libvgm

a new VGMPlay, based on libvgm
72 stars 10 forks source link

add support for dumping to specific file #16

Open RiedleroD opened 3 months ago

RiedleroD commented 3 months ago

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.

ValleyBell commented 3 months ago

How would we handle playlists / multiple files there?

RiedleroD commented 3 months ago

…good question. You could limit this feature to only working for single files I guess?

Other options: