crra / mp3binder

🎵 concatenating, joining, binding MP3 files without re-encoding
MIT License
48 stars 5 forks source link

When using -out it would be nice to use a variable for the filename #2

Closed Kilowatt-W closed 2 years ago

Kilowatt-W commented 2 years ago

Hello,

don't know if this project is still active, but when it would be nice to get the option to use the OUT parameter with an suboption to get the Filename from first mp3 or from foldername ?

Greetings from Austria Kilowatt

crra commented 2 years ago

Hello Kilowatt,

thanks for your interest in this small tool. It's active but at a very small pace. I always wanted to rework it and make the code better, but never found the time.

About your question: "but when it would be nice to get the option to use the OUT parameter with an suboption to get the Filename from first mp3 or from foldername?"

It's already like that. If you omit the -out parameter the tool tries to make a best guess with the information provided. If you provide files, it uses the first file as file name; if you provide a folder, it uses the folder name as file name. Please try it and give me feedback if it solves your need.

Cheers Manuel

crra commented 2 years ago

Hey @Kilowatt-W ,

please check-out the new release. Maybe the behavior is now more desirable. Feel free to update on this issue if there are any more questions.