Today, the theme will be rather strange, as we will see how you can listen through the terminal to your favorite music.
Listen to one song
The technique is simple and does not need to explain the length, the first thing we have to do is go to
the place where you save your songsthrough the cd and then the folder name, of course, when you arrive to the place to be the first thing you do is enter the command as follows:
mplayer mysong.mp3
To start listening directly to your song, you can also use the program mpg123, of course, we must first inauguration:sudo apt-get install mpg123
Then start using it directly as we did previously, ie, mpg123, and name the song
With the warning that ogg123 can use the program as well as to open the files ogg version of open source to open the audio files of opensource and ending with ogg.
Open multiple files at the same time
The same way with a file name as follows:
mpg123 *. mp3
With the choice of your favorite program.
The formation of a list of favorite songs listen to the playlist shuffle
We will need to work the name of the file writes all the songs you would like to listen to it, of course, will not be kept writing the name of each song individually, but I will leave the terminal to do so in my place.
find MyDirectory -iname "*.mp3" > Fav.playlist
Will not rewrite it as is, but we will change MyDirctory as folders, to clarify this matter would look for all files ending in mp3 and within the path set by her and then put them in a file that people could use, we now inspect the content of the list, which we have made over the cat and then the file name.
And then begin to run the file that we prepared.
mplayer-playlist Fav.playlist
Now you can listen to your music freely with the possibility to use several programs at the same time because that will not weigh the Bastamalina this way as it will develop your experience in getting used to use the terminal.
Useful shortcuts
All shortcuts you can find them and change them after you open smplayer and go to preferences, including:
pause and be over the letter p or space.
Mute by letter m and re-sound through the same button
Presentation and delay in the song through shares.
The song later through <
Over the previous song>
The technique is simple and does not need to explain the length, the first thing we have to do is go to
the place where you save your songsthrough the cd and then the folder name, of course, when you arrive to the place to be the first thing you do is enter the command as follows:
mplayer mysong.mp3
To start listening directly to your song, you can also use the program mpg123, of course, we must first inauguration:sudo apt-get install mpg123
Then start using it directly as we did previously, ie, mpg123, and name the song
With the warning that ogg123 can use the program as well as to open the files ogg version of open source to open the audio files of opensource and ending with ogg.
Open multiple files at the same time
The same way with a file name as follows:
mpg123 *. mp3
With the choice of your favorite program.
The formation of a list of favorite songs listen to the playlist shuffle
We will need to work the name of the file writes all the songs you would like to listen to it, of course, will not be kept writing the name of each song individually, but I will leave the terminal to do so in my place.
find MyDirectory -iname "*.mp3" > Fav.playlist
Will not rewrite it as is, but we will change MyDirctory as folders, to clarify this matter would look for all files ending in mp3 and within the path set by her and then put them in a file that people could use, we now inspect the content of the list, which we have made over the cat and then the file name.
And then begin to run the file that we prepared.
mplayer-playlist Fav.playlist
Now you can listen to your music freely with the possibility to use several programs at the same time because that will not weigh the Bastamalina this way as it will develop your experience in getting used to use the terminal.
Useful shortcuts
All shortcuts you can find them and change them after you open smplayer and go to preferences, including:
pause and be over the letter p or space.
Mute by letter m and re-sound through the same button
Presentation and delay in the song through shares.
The song later through <
Over the previous song>
No comments:
Post a Comment