playlistfind {FILTER} [sort {TYPE}] [window {START:END}]:在队列中搜索与过滤器匹配的歌曲(请参阅过滤器)。 playlistid {SONGID}:显示播放列表中的歌曲列表。SONGID是可选的,指定一首歌曲来显示信息。 pylistinfo [[SONGPOS] | [START:END]]:显示播放列表中所有歌曲的列表,或者如果给定了可选参数,则...
A daemon for playing music of various formats. Music is played through the server's audio device. The daemon stores info about all available music, and this info can be easily searched and retrieved. Player control, info retrieval, and playlist management can all be managed remotely. For basic...
format "44100:16:2"mixer_type "hardware"mixer_device "/dev/mixer"mixer_control "Speaker"}#audio_buffer_size "2048"buffer_before_play "10%"connection_timeout "60"max_connections "4"max_playlist_length "1024"max_command_list_size "2048"max_output_buffer_size "4096"filesystem_charset "UTF-...
May 21 14:01 : exception: Failed to open "My ALSA Device" (alsa); Failed to open ALSA device "hw:0,0": Permission denied mpd.conf配置: music_directory "/mnt/mmcblk0p1/mp3" #歌曲目录 playlist_directory "/mnt/mmcblk0p1/mp3/.mpd/" #播放列表存放目录 db_file "/mnt/mmcblk0p1/mp...
When mpd is restarted, it will read the state file and restore the state of mpd (including the playlist). restore_paused <yes or no> Put MPD into pause mode instead of starting playback after startup. user <username> This specifies the user that MPD will run as, if set. MPD should ...
mpc save<file>Save a queue as<file>mpc rm<file>Remove a playlist mpc volume [+-]<num>Set volume to<num>or adjusts by [+-]<num>mpc repeat<on|off>Toggle repeat mode, or specify state mpc random<on|off>Toggle random mode, or specify state ...
pl, err := conn.PlaylistInfo(-1,-1)iferr ==nil{ r = NewResult("Playlist", pl) }return} 开发者ID:ushis,项目名称:webmpc,代码行数:8,代码来源:cmd.go 示例2: status ▲点赞 5▼ funcstatus(cmd *Cmd, conn *mpd.Client)(r *Result, err error){ ...
="columns"playlist_display_mode ="columns"## Song List ### song_columns_list_format = "(10)[blue]{l} (30)[green]{a} (30)[magenta]{b} (50)[yellow]{t}"song_columns_list_format ="(10f)[250]{l} (50)[cyan]{t|f} (18)[blue]{a} (22)[magenta]{br}"song_list_format ="{...
Music/path"playlist_directory"~/.mpd/playlists"db_file"~/.mpd/database"log_file"~/.mpd/log"pid_file"~/.mpd/pid"state_file"~/.mpd/state"sticker_file"~/.mpd/sticker.sql"bind_to_address"localhost"port"6600"audio_output {type"fifo"name"my_fifo"path"/tmp/mpd.fifo"format"44100:16:2"...
self.changes.add("playlist","player") self.noidle() self.mpd.playid(self.mpd.addid(path))defclear(self):ifself.connected: self.changes.add("playlist","player") self.noidle() self.mpd.clear()defdelete(self, *poslist):ifself.connected: ...