caumons / play

Play is a powerful command line Python media player over Omxplayer that allows you to play audio and video files and organize them in playlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a feature request to create playlist by choosing multiple files

imasif opened this issue · comments

This is a feature request to create custom playlist by entering multiple files separated by space just like playing

Hi,

You can already do so. For example:

play -n mytest audio1.mp3 audio2.mp3

Cheers.