How do I use the command line like the GUI? #502
Replies: 2 comments 3 replies
-
You could generate & save a configuration profile within the GUI (or edit the configuration file with a text editor, if feeling brave), then tell the CLI to use that profile. From
As for outputting both tracks-as-individual-files and the album as a single file, I'm not sure that this is possible in a single pass/operation; you may need to have one configuration profile for each output mode, and run them sequentially. A bit of shell scripting will probably help with this, if you wish it automated or have many FLACs to convert.
Is there a particular reason for this? Surely FLAC is preferable? I ask, because of How To Ask Questions The Smart Way § Before You Ask § Describe the Goal, not the Step. |
Beta Was this translation helpful? Give feedback.
-
Took me a bit of digging to figure out how to run freac from flatpak freac
Failed to load module xapp-gtk3-module
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I want to do the following: I have multiple folders with FLAC files. I want to convert each folder into MP3 AND a single file. I tried using the command line but it didn't work as intended.
It should be something like this: convert ; use LAME -v 0 ; single file (name like the default filename when I convert via GUI)
But I couldn't figure out how to
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions