Article Title: Use Mpd + MCM in ArchLinux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Mpd explanation:
MPD (Music Player Daemon) is a C/S-structured Music Player. As a daemon, MPD runs on the background and manages the playlist and music database, occupying a small amount of resources.
Interpretation of the Mpc:
A command line Mpd client.
I'm interested in low resource usage and listening to music anytime and anywhere. This is because I 've been getting slower and slower to start with Exaile recently, so I'm ready to change it!
Record the usage process and make the configuration complicated just now. In fact, it can be done simply by a few steps.
Installation:
Generate the configuration file:
Sudo cp/etc/mpd. conf. example/etc/mpd. conf |
Edit the configuration file:
Playlist_directory "/home/keke/mpd/playlists" Db_file "/home/keke/mpd. db" Log_file "/home/keke/mpd. log" Error_file "/home/keke/mpd. error" Pid_file "/home/keke/mpd. pid" State_file "/home/keke/mpd/mpdstate" User "keke" Bind_to_address "127.0.0.1 ″ Filesystem_charset UTF-8 ″ Id3v1_encoding "gbk" |
I don't need to do anything else, because I cannot start it, and I can't do it myself.
The next step is to generate a music database:
I like to add the music to the playlist and then listen randomly:
Nmlistall | nmadd Nmrandom on |
Finally, bind the shortcut key to make music more comfortable!