Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: GUI vs Command line (Read 5646 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

GUI vs Command line

What is GUI and what is command line?
can anyone explain without the jargon.
i have been trying to read about tagging flac files and that is where i came across these two terms.

people have been recommending Mp3Tag for GUI and metaflac for commandline.

can anyone tell me what do they stand for and which of the two is better?

GUI vs Command line

Reply #1
Assuming you refer to the very basics, (GUI stands for graphical user interface BTW) here's a link that may help, whether we're talking about audio encoders or not:

http://docs.oracle.com/cd/E19683-01/806-76...8447/index.html


The bottom line:

-GUI is usually less scary to non-technical users but its customization level goes as far as the developer thought it adequate to this same end user;
-the command line prompt for a given program on the other hand, offers all the customization there is to it - as long as the user is familiar with the its parameters, that is.

I hope this helps.
Listen to the music, not the media it's on.
União e reconstrução

GUI vs Command line

Reply #2
thanks for the prompt reply.


GUI vs Command line

Reply #4
It's easier to make mistakes with the commandline.

For example I tagged a bunch of files using DISKNUMBER=n instead of DISCNUMBER=n resulting in improper sort. A GUI (hopefully) would have had a field for DISCNUMBER and I would not have mispelled the tag.

That being said, I use metaflac for all my flac tagging, the mistakes are easy to fix.

GUI vs Command line

Reply #5
people have been recommending Mp3Tag for GUI and metaflac for commandline.

can anyone tell me what do they stand for and which of the two is better?


I guess the answer you are looking for, is that from a typical end-user's point of view, they give precisely the same results.  A GUI could very well be a graphical front-end that behind the scenes use the command-line. Novices would often think it is easier to point and click (but an application that calls another application, would be much better off telling it to do something, than moving the mouse and clicking it).

(The "typical" reservation: it might be - I don't know! - that e.g. MP3Tag does not utilize all the possible ways metaflac can manipulate. But if that matters, then you are not a "typical" end-user :-) )

GUI vs Command line

Reply #6
It's easier to make mistakes with the commandline.
That being said, I use metaflac for all my flac tagging, the mistakes are easy to fix.

Once the syntax is right, you can use it forever without having to click and or make the same choices again. Most of my favorite commandline commands are in the history of my file manager. As there are batchfiles made of several command also in that history.
Choose the directory, start the batch file and yes, job done

I like using batch files and command lines, but hey, I started with dos 3,0 and command prompts in my early days..