Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for dumping to specific file #16

Open
RiedleroD opened this issue Jun 7, 2024 · 2 comments
Open

add support for dumping to specific file #16

RiedleroD opened this issue Jun 7, 2024 · 2 comments

Comments

@RiedleroD
Copy link

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
Copy link
Owner

How would we handle playlists / multiple files there?

@RiedleroD
Copy link
Author

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

Other options:

  • making the user supply a output file path for each input file / track in playlist
  • supporting format strings, similar to how ffmpeg does it (%02d and such)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants