从命令行附加到播放列表

从命令行附加到播放列表

假设我有一个 smplayer 实例正在运行播放播放列表。有没有办法将视频从命令行添加到该播放列表?还有其他媒体播放器可以做到这一点吗?

答案1

smplayer -add-to-playlist file

从手册页:

-add-to-playlist
If there is another instance running, the media will be added to   that instance's playlist. If there is no  other  instance,
this option will be ignored and the files will be opened in a new instance.

相关内容