netease-cloud-music.el icon indicating copy to clipboard operation
netease-cloud-music.el copied to clipboard

Collection of player command

Open Vonfry opened this issue 4 years ago • 5 comments

Could we list some useful player commands for netease-cloud-music-player-command in readme or here? By the way, would it be defined by defcustom instead defvar.

Anyone can put your player config here. unsubscribe from notifications if you don't wish to be distrubed.

mpv '("mpv" "pause" "pause" "seek 5" "seek -5"), '(“mpv” “–quiet” “pause\n” “pause\n” “seek 5\n” “seek -5\n”)

ref from emacs-china.

Vonfry avatar Nov 27 '20 01:11 Vonfry

OK, I'll add it later.

SpringHan avatar Nov 27 '20 06:11 SpringHan

I think list all the commands in README may be not very readable, I'll add this issue's link in README, You can put the commands here.
And thanks for your contributions.

SpringHan avatar Nov 28 '20 05:11 SpringHan

Now, because of the bug of mplayer, the original player change to mpv.

SpringHan avatar Feb 16 '21 12:02 SpringHan

[Netease-Cloud-Music]: The repeat mode is in the initialization state. when you start playing song, it’ll be set. [11 times]

repeat mode dont work when I press r in buffer of Netease Cloud muisc , it appear [Netease-Cloud-Music]: The repeat mode is in the initialization state. when you start playing song, it’ll be set. [11 times] in the minibuffer

askDing avatar Mar 01 '21 06:03 askDing

[Netease-Cloud-Music]: The repeat mode is in the initialization state. when you start playing song, it’ll be set. [11 times]

repeat mode dont work when I press r in buffer of Netease Cloud muisc , it appear [Netease-Cloud-Music]: The repeat mode is in the initialization state. when you start playing song, it’ll be set. [11 times] in the minibuffer

Yes, because you should play a song to initialize it first. Then you can change it as you like.

SpringHan avatar Aug 06 '21 09:08 SpringHan